Html Css Color HEX #AC0DC9 Dark Violet

📋 copy color: '#AC0DC9'

red 172 ◦ green 13 ◦ blue 201

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

Shades of Dark Violet #AC0DC9

Tints of Dark Violet #AC0DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.37%

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 44.56%
G = 3.37%
B = 52.07%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC0DC9 (or 0xAC0DC9) is known color: Dark Violet. HEX triplet: AC, 0D and C9. RGB value is (172,13,201). Sum of RGB (Red+Green+Blue) = 172+13+201=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC0DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DC9 is #53F236. Grayscale: #515151. Windows color (decimal): -5501495 or 13176236. OLE color: 13176236.

HSL color Cylindrical-coordinate representation of color #AC0DC9: hue angle of 290.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DC9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 13 201 -
CMYK 0.14 0.94 0 0.21
HSL 290.74º 0.88% 0.42% -
HSV(B) 290.74º 0.94% 0.79% -
XYZ 27.7 13.28 56.36 -
YUV 81.97 195.18 192.21 -
System Red Green Blue C M Y K H S L
Decimal 172 13 201 0.14 0.94 0 0.21 290.74 0.88 0.42
Hex AC D C9 E 5E 0 15 123 58 2A
Octal 254 15 311 16 136 0 25 443 130 52
Binary 10101100 1101 11001001 1110 1011110 0 10101 100100011 1011000 101010

Color Harmonies of #AC0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DC9

Black with #AC0DC9

Text Example


Text Example

White with #AC0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DC9; }

 p { color: rgb(172,13,201); }

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

background-color css

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

 a { background-color: rgb(172,13,201); }

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

border-color css

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

 span { border-color: rgb(172,13,201); }

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