Html Css Color HEX #AC0EE0 Dark Violet

📋 copy color: '#AC0EE0'

red 172 ◦ green 14 ◦ blue 224

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

Shades of Dark Violet #AC0EE0

Tints of Dark Violet #AC0EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.63%

R = 41.95%
G = 3.41%
B = 54.63%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC0EE0 (or 0xAC0EE0) is known color: Dark Violet. HEX triplet: AC, 0E and E0. RGB value is (172,14,224). Sum of RGB (Red+Green+Blue) = 172+14+224=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC0EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EE0 is #53F11F. Grayscale: #545454. Windows color (decimal): -5501216 or 14683820. OLE color: 14683820.

HSL color Cylindrical-coordinate representation of color #AC0EE0: hue angle of 285.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EE0 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 14 224 -
CMYK 0.23 0.94 0 0.12
HSL 285.14º 0.88% 0.47% -
HSV(B) 285.14º 0.94% 0.88% -
XYZ 30.62 14.47 71.7 -
YUV 85.18 206.35 189.92 -
System Red Green Blue C M Y K H S L
Decimal 172 14 224 0.23 0.94 0 0.12 285.14 0.88 0.47
Hex AC E E0 17 5E 0 C 11D 58 2F
Octal 254 16 340 27 136 0 14 435 130 57
Binary 10101100 1110 11100000 10111 1011110 0 1100 100011101 1011000 101111

Color Harmonies of #AC0EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EE0

Black with #AC0EE0

Text Example


Text Example

White with #AC0EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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