Html Css Color HEX #AC0ECC Dark Violet

📋 copy color: '#AC0ECC'

red 172 ◦ green 14 ◦ blue 204

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

Shades of Dark Violet #AC0ECC

Tints of Dark Violet #AC0ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.59%

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

R = 44.1%
G = 3.59%
B = 52.31%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC0ECC (or 0xAC0ECC) is known color: Dark Violet. HEX triplet: AC, 0E and CC. RGB value is (172,14,204). Sum of RGB (Red+Green+Blue) = 172+14+204=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ECC is #53F133. Grayscale: #525252. Windows color (decimal): -5501236 or 13373100. OLE color: 13373100.

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

Color convert

RGB 172 14 204 -
CMYK 0.16 0.93 0 0.2
HSL 289.89º 0.87% 0.43% -
HSV(B) 289.89º 0.93% 0.8% -
XYZ 28.07 13.44 58.24 -
YUV 82.9 196.35 191.55 -
System Red Green Blue C M Y K H S L
Decimal 172 14 204 0.16 0.93 0 0.2 289.89 0.87 0.43
Hex AC E CC 10 5D 0 14 122 57 2B
Octal 254 16 314 20 135 0 24 442 127 53
Binary 10101100 1110 11001100 10000 1011101 0 10100 100100010 1010111 101011

Color Harmonies of #AC0ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0ECC

Black with #AC0ECC

Text Example


Text Example

White with #AC0ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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