Html Css Color HEX #AC0CC0 Dark Violet

📋 copy color: '#AC0CC0'

red 172 ◦ green 12 ◦ blue 192

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

Shades of Dark Violet #AC0CC0

Tints of Dark Violet #AC0CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

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

R = 45.74%
G = 3.19%
B = 51.06%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC0CC0 (or 0xAC0CC0) is known color: Dark Violet. HEX triplet: AC, 0C and C0. RGB value is (172,12,192). Sum of RGB (Red+Green+Blue) = 172+12+192=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC0CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CC0 is #53F33F. Grayscale: #4F4F4F. Windows color (decimal): -5501760 or 12586156. OLE color: 12586156.

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

Color convert

RGB 172 12 192 -
CMYK 0.10 0.94 0 0.25
HSL 293.33º 0.88% 0.4% -
HSV(B) 293.33º 0.94% 0.75% -
XYZ 26.66 12.84 50.94 -
YUV 80.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 172 12 192 0.10 0.94 0 0.25 293.33 0.88 0.4
Hex AC C C0 A 5E 0 19 125 58 28
Octal 254 14 300 12 136 0 31 445 130 50
Binary 10101100 1100 11000000 1010 1011110 0 11001 100100101 1011000 101000

Color Harmonies of #AC0CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CC0

Black with #AC0CC0

Text Example


Text Example

White with #AC0CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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