Html Css Color HEX #AC4EA2 Violet Blue

📋 copy color: '#AC4EA2'

red 172 ◦ green 78 ◦ blue 162

#AC4EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AC4EA2

Tints of Violet Blue #AC4EA2

RGB

 RED value IS 172 (67.58% from 255) = 41.75%

 GREEN value IS 78 (30.86% from 255) = 18.93%

 BLUE value IS 162 (63.67% from 255) = 39.32%

R = 41.75%
G = 18.93%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC4EA2 (or 0xAC4EA2) is known color: Violet Blue. HEX triplet: AC, 4E and A2. RGB value is (172,78,162). Sum of RGB (Red+Green+Blue) = 172+78+162=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4EA2 is #53B15D. Grayscale: #737373. Windows color (decimal): -5484894 or 10636972. OLE color: 10636972.

HSL color Cylindrical-coordinate representation of color #AC4EA2: hue angle of 306.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4EA2 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 162 -
CMYK 0 0.55 0.06 0.33
HSL 306.38º 0.38% 0.49% -
HSV(B) 306.38º 0.55% 0.67% -
XYZ 26.26 16.83 36.05 -
YUV 115.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 172 78 162 0 0.55 0.06 0.33 306.38 0.38 0.49
Hex AC 4E A2 0 37 6 21 132 26 31
Octal 254 116 242 0 67 6 41 462 46 61
Binary 10101100 1001110 10100010 0 110111 110 100001 100110010 100110 110001

Color Harmonies of #AC4EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EA2

Black with #AC4EA2

Text Example


Text Example

White with #AC4EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EA2; }

 p { color: rgb(172,78,162); }

 H1.HeaderClassName
 {
   color: #AC4EA2;
 }
 .AnyTagClassName
 {
   color: #AC4EA2;
 }
</style>

background-color css

<style>
 a { background-color: #AC4EA2; }

 a { background-color: rgb(172,78,162); }

 div.DivClassName
 {
   background-color: #AC4EA2;
 }
 .BgClassName
 {
   background-color: #AC4EA2;
 }
</style>

border-color css

<style>
 span { border-color: #AC4EA2; }

 span { border-color: rgb(172,78,162); }

 td.TdClassName
 {
   border-color: #AC4EA2;
 }
 .TagClassName
 {
   border-color: #AC4EA2;
 }
</style>