Html Css Color HEX #AC0DCC Dark Violet

📋 copy color: '#AC0DCC'

red 172 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #AC0DCC

Tints of Dark Violet #AC0DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 44.22%
G = 3.34%
B = 52.44%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC0DCC (or 0xAC0DCC) is known color: Dark Violet. HEX triplet: AC, 0D and CC. RGB value is (172,13,204). Sum of RGB (Red+Green+Blue) = 172+13+204=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC0DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DCC is #53F233. Grayscale: #515151. Windows color (decimal): -5501492 or 13372844. OLE color: 13372844.

HSL color Cylindrical-coordinate representation of color #AC0DCC: hue angle of 289.95º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DCC is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 13 204 -
CMYK 0.16 0.94 0 0.2
HSL 289.95º 0.88% 0.43% -
HSV(B) 289.95º 0.94% 0.8% -
XYZ 28.06 13.42 58.24 -
YUV 82.32 196.68 191.97 -
System Red Green Blue C M Y K H S L
Decimal 172 13 204 0.16 0.94 0 0.2 289.95 0.88 0.43
Hex AC D CC 10 5E 0 14 122 58 2B
Octal 254 15 314 20 136 0 24 442 130 53
Binary 10101100 1101 11001100 10000 1011110 0 10100 100100010 1011000 101011

Color Harmonies of #AC0DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DCC

Black with #AC0DCC

Text Example


Text Example

White with #AC0DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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