Html Css Color HEX #AC0CC6 Dark Violet

📋 copy color: '#AC0CC6'

red 172 ◦ green 12 ◦ blue 198

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

Shades of Dark Violet #AC0CC6

Tints of Dark Violet #AC0CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.83%

R = 45.03%
G = 3.14%
B = 51.83%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC0CC6 (or 0xAC0CC6) is known color: Dark Violet. HEX triplet: AC, 0C and C6. RGB value is (172,12,198). Sum of RGB (Red+Green+Blue) = 172+12+198=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC0CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CC6 is #53F339. Grayscale: #505050. Windows color (decimal): -5501754 or 12979372. OLE color: 12979372.

HSL color Cylindrical-coordinate representation of color #AC0CC6: hue angle of 291.61º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0CC6 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 12 198 -
CMYK 0.13 0.94 0 0.22
HSL 291.61º 0.89% 0.41% -
HSV(B) 291.61º 0.94% 0.78% -
XYZ 27.34 13.11 54.52 -
YUV 81.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 172 12 198 0.13 0.94 0 0.22 291.61 0.89 0.41
Hex AC C C6 D 5E 0 16 124 59 29
Octal 254 14 306 15 136 0 26 444 131 51
Binary 10101100 1100 11000110 1101 1011110 0 10110 100100100 1011001 101001

Color Harmonies of #AC0CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CC6

Black with #AC0CC6

Text Example


Text Example

White with #AC0CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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