#AC0CCA

Color #AC0CCA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AC0CCA

Tints of Dark Violet #AC0CCA

Color information

#AC0CCA (or 0xAC0CCA) is unknown color: approx Dark Violet. HEX triplet: AC, 0C and CA. RGB value is (172,12,202). Sum of RGB (Red+Green+Blue) = 172+12+202=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC0CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CCA is #53F335. Grayscale: #505050. Windows color (decimal): -5501750 or 13241516. OLE color: 13241516.

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

Color convert

RGB17212202-
CMYK0.150.9400.21
HSL290.53º88.79%41.96%-
HSV(B)290.53º94.06%79.22%-
XYZ27.8113.356.98-
YUV81.5196.01192.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 12 (5.08% from 255) = 3.11%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=44.56%
G=3.11%
B=52.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172122020.150.9400.21290.5388.7941.96
HexACCCAF5E015123592a
Octal254143121713602544313152
Binary10101100110011001010111110111100101011001000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0CCA; }

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

 H1.HeaderClassName
 {
   color: #AC0CCA;
 }
 .AnyTagClassName
 {
   color: #AC0CCA;
 }
</style>
background-color css

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

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

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

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

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

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