Html Css Color HEX #AC0EC0 Dark Violet

📋 copy color: '#AC0EC0'

red 172 ◦ green 14 ◦ blue 192

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

Shades of Dark Violet #AC0EC0

Tints of Dark Violet #AC0EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.79%

R = 45.5%
G = 3.7%
B = 50.79%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC0EC0 (or 0xAC0EC0) is known color: Dark Violet. HEX triplet: AC, 0E and C0. RGB value is (172,14,192). Sum of RGB (Red+Green+Blue) = 172+14+192=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC0EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EC0 is #53F13F. Grayscale: #505050. Windows color (decimal): -5501248 or 12586668. OLE color: 12586668.

HSL color Cylindrical-coordinate representation of color #AC0EC0: hue angle of 293.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0EC0 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 14 192 -
CMYK 0.10 0.93 0 0.25
HSL 293.26º 0.86% 0.4% -
HSV(B) 293.26º 0.93% 0.75% -
XYZ 26.68 12.89 50.95 -
YUV 81.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 172 14 192 0.10 0.93 0 0.25 293.26 0.86 0.4
Hex AC E C0 A 5D 0 19 125 56 28
Octal 254 16 300 12 135 0 31 445 126 50
Binary 10101100 1110 11000000 1010 1011101 0 11001 100100101 1010110 101000

Color Harmonies of #AC0EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EC0

Black with #AC0EC0

Text Example


Text Example

White with #AC0EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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