# Venta AI Brand Identity A complete profile of **Venta AI**'s visual system — colors, typography, components, and personality — extracted from https://www.getventa.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/venta-ai - Machine-readable JSON: https://characterquilt.com/branding/venta-ai.json - Per-page llms.txt: https://characterquilt.com/branding/venta-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #146BDC | | Accent | #146BDC | | Body Font | Arial | | Heading Font | Arial | ## Color Palette - primary: #146BDC - secondary: #E7F1FD - accent: #146BDC - background: #FFFFFF - textPrimary: #000000 - link: #2D62FF ## Typography - primary: Arial — https://fonts.google.com/specimen/Arial - heading: Arial — https://fonts.google.com/specimen/Arial ## Visual Assets - Logo: https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/67c583849727660aeab7c7d6_6196392a0eb2607d484f09f30efe0119_venta-logo.webp - Favicon: https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/67c86cf7a91a1bc1eb0898d0_Favicon.png - Social card (og:image): https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/67dd8c2d0600317fd5c55b1d_The%20AI%20SDR%20for%20Europe.%20Automating.jpg ## UI Components - buttonPrimary: background=#146BDC, textColor=#FFFFFF, borderRadius=32.12px, shadow=rgba(62, 61, 62, 0.3) 0px 4px 9.8px 0px - buttonSecondary: background=#000000, textColor=#FFFFFF, borderRadius=32.12px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: business professionals in Europe ## Venta AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Top AI SDR Tools 2025 for the DACH Market: Best Platforms for Outbound Automation, Sales Intelligence & GDPR-Compliant B2B Growth** - Image: https://cdn.prod.website-files.com/67ab5b2867f10e24e886e6af/68d263d94b3a1d21c86c7656_Venta-AI-Founders.jpg - Source: https://www.getventa.ai/blog/ai-sdr-tools-dach-2025 - **Generative AI in Account Based Marketing** - Image: https://cdn.prod.website-files.com/67ab5b2867f10e24e886e6af/68089bf21f5605cee2588f55_genai-abm.png - Source: https://www.getventa.ai/blog/generative-ai-in-account-based-marketing - **Venta AI – Imprint** - Image: https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/67ab52db92157fb1f220827f_venta-header-bg.webp - Source: https://www.getventa.ai/imprint - **Blog** - Image: https://cdn.prod.website-files.com/67ab5b2867f10e24e886e6af/68089b821220b0f2959b0570_AI%20based%20marketing%20as%20a%20lead%20engine%20for%20agencies%20Creating%20a%20predictable%20sales%20funnel%20on%20scale.png - Source: https://www.getventa.ai/blog - **Venta AI – Der KI Vertriebsmitarbeiter für DACH** - Image: https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/69b1544209b257ada8583526_1-Venta-demo-vp.jpg - Source: https://www.getventa.ai/de - **Top AI SDR Tools 2025 for the DACH Market: Best Platforms for Outbound Automation, Sales Intelligence & GDPR-Compliant B2B Growth** - Image: https://cdn.prod.website-files.com/67ab5b2867f10e24e886e6af/693ac398f594bea0b0842008_From%20SEO%20to%20GEO.png - Source: https://www.getventa.ai/blog/ai-sdr-tools-dach-2025 ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "X Ppmori", "role": "unknown" }, { "family": "Arial", "role": "body" } ], "colors": { "primary": "#146BDC", "secondary": "#E7F1FD", "accent": "#146BDC", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#2D62FF" }, "typography": { "fontFamilies": { "primary": "Arial", "heading": "Arial" }, "fontStacks": { "heading": [ "X Ppmori", "Arial", "sans-serif" ], "body": [ "X Ppmori", "Arial", "sans-serif" ], "paragraph": [ "X Ppmori", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "52.195px", "h2": "36.135px", "body": "18.0675px" } }, "spacing": { "baseUnit": 4, "borderRadius": "12px" }, "components": { "buttonPrimary": { "background": "#146BDC", "textColor": "#FFFFFF", "borderRadius": "32.12px", "borderRadiusCorners": { "topLeft": "32.12px", "topRight": "32.12px", "bottomRight": "32.12px", "bottomLeft": "32.12px" }, "shadow": "rgba(62, 61, 62, 0.3) 0px 4px 9.8px 0px" }, "buttonSecondary": { "background": "#000000", "textColor": "#FFFFFF", "borderRadius": "32.12px", "borderRadiusCorners": { "topLeft": "32.12px", "topRight": "32.12px", "bottomRight": "32.12px", "bottomLeft": "32.12px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/67c583849727660aeab7c7d6_6196392a0eb2607d484f09f30efe0119_venta-logo.webp", "favicon": "https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/67c86cf7a91a1bc1eb0898d0_Favicon.png", "ogImage": "https://cdn.prod.website-files.com/67ab4ba6bea97e1dd6fe2c14/67dd8c2d0600317fd5c55b1d_The%20AI%20SDR%20for%20Europe.%20Automating.jpg", "logoHref": "/?r=0", "logoAlt": "Venta Ai Logo" }, "__llm_logo_reasoning": { "selectedIndex": 25, "reasoning": "Selected #0 because it is in the header, matches the brand name 'Venta AI', and links to the homepage.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Start your 7-day free trial", "reasoning": "Button #0 'Start your 7-day free trial' uses the vibrant brand color #146BDC and has strong CTA text, making it the primary call-to-action." }, "secondary": { "index": 1, "text": "Mehr erfahren", "reasoning": "Button #1 'Mehr erfahren' has a different background color (#000000) and serves as a secondary action with informative text." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "business professionals in Europe" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is in the header, matches the brand name 'Venta AI', and links to the homepage.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```