Html Css Color HEX #AC41A9 Violet Blue

📋 copy color: '#AC41A9'

red 172 ◦ green 65 ◦ blue 169

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

Shades of Violet Blue #AC41A9

Tints of Violet Blue #AC41A9

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 42.36%
G = 16.01%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC41A9 (or 0xAC41A9) is known color: Violet Blue. HEX triplet: AC, 41 and A9. RGB value is (172,65,169). Sum of RGB (Red+Green+Blue) = 172+65+169=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC41A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41A9 is #53BE56. Grayscale: #6C6C6C. Windows color (decimal): -5488215 or 11092396. OLE color: 11092396.

HSL color Cylindrical-coordinate representation of color #AC41A9: hue angle of 301.68º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC41A9 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 169 -
CMYK 0 0.62 0.02 0.33
HSL 301.68º 0.45% 0.46% -
HSV(B) 301.68º 0.62% 0.67% -
XYZ 26.06 15.42 39.14 -
YUV 108.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 172 65 169 0 0.62 0.02 0.33 301.68 0.45 0.46
Hex AC 41 A9 0 3E 2 21 12E 2D 2E
Octal 254 101 251 0 76 2 41 456 55 56
Binary 10101100 1000001 10101001 0 111110 10 100001 100101110 101101 101110

Color Harmonies of #AC41A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41A9

Black with #AC41A9

Text Example


Text Example

White with #AC41A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41A9; }

 p { color: rgb(172,65,169); }

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

background-color css

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

 a { background-color: rgb(172,65,169); }

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

border-color css

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

 span { border-color: rgb(172,65,169); }

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