Html Css Color HEX #AC0EC9 Dark Violet

📋 copy color: '#AC0EC9'

red 172 ◦ green 14 ◦ blue 201

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

Shades of Dark Violet #AC0EC9

Tints of Dark Violet #AC0EC9

RGB

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

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

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

R = 44.44%
G = 3.62%
B = 51.94%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC0EC9 (or 0xAC0EC9) is known color: Dark Violet. HEX triplet: AC, 0E and C9. RGB value is (172,14,201). Sum of RGB (Red+Green+Blue) = 172+14+201=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC0EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EC9 is #53F136. Grayscale: #515151. Windows color (decimal): -5501239 or 13176492. OLE color: 13176492.

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

Color convert

RGB 172 14 201 -
CMYK 0.14 0.93 0 0.21
HSL 290.7º 0.87% 0.42% -
HSV(B) 290.7º 0.93% 0.79% -
XYZ 27.71 13.3 56.37 -
YUV 82.56 194.85 191.79 -
System Red Green Blue C M Y K H S L
Decimal 172 14 201 0.14 0.93 0 0.21 290.7 0.87 0.42
Hex AC E C9 E 5D 0 15 123 57 2A
Octal 254 16 311 16 135 0 25 443 127 52
Binary 10101100 1110 11001001 1110 1011101 0 10101 100100011 1010111 101010

Color Harmonies of #AC0EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EC9

Black with #AC0EC9

Text Example


Text Example

White with #AC0EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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