Html Css Color HEX #AC0CC9 Dark Violet

📋 copy color: '#AC0CC9'

red 172 ◦ green 12 ◦ blue 201

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

Shades of Dark Violet #AC0CC9

Tints of Dark Violet #AC0CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.12%

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

R = 44.68%
G = 3.12%
B = 52.21%

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

#AC0CC9 (or 0xAC0CC9) is known color: Dark Violet. HEX triplet: AC, 0C and C9. RGB value is (172,12,201). Sum of RGB (Red+Green+Blue) = 172+12+201=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC0CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CC9 is #53F336. Grayscale: #505050. Windows color (decimal): -5501751 or 13175980. OLE color: 13175980.

HSL color Cylindrical-coordinate representation of color #AC0CC9: hue angle of 290.79º degrees, saturation: 0.89, 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 #AC0CC9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 12 201 -
CMYK 0.14 0.94 0 0.21
HSL 290.79º 0.89% 0.42% -
HSV(B) 290.79º 0.94% 0.79% -
XYZ 27.69 13.25 56.36 -
YUV 81.39 195.51 192.63 -
System Red Green Blue C M Y K H S L
Decimal 172 12 201 0.14 0.94 0 0.21 290.79 0.89 0.42
Hex AC C C9 E 5E 0 15 123 59 2A
Octal 254 14 311 16 136 0 25 443 131 52
Binary 10101100 1100 11001001 1110 1011110 0 10101 100100011 1011001 101010

Color Harmonies of #AC0CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CC9

Black with #AC0CC9

Text Example


Text Example

White with #AC0CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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