#AC0ACE

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

Shades of Dark Violet #AC0ACE

Tints of Dark Violet #AC0ACE

Color information

#AC0ACE (or 0xAC0ACE) is unknown color: approx Dark Violet. HEX triplet: AC, 0A and CE. RGB value is (172,10,206). Sum of RGB (Red+Green+Blue) = 172+10+206=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC0ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ACE is #53F531. Grayscale: #505050. Windows color (decimal): -5502258 or 13503148. OLE color: 13503148.

HSL color Cylindrical-coordinate representation of color #AC0ACE: hue angle of 289.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0ACE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17210206-
CMYK0.170.9500.19
HSL289.59º90.74%42.35%-
HSV(B)289.59º95.15%80.78%-
XYZ28.2613.4459.5-
YUV80.78198.67193.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=44.33%
G=2.58%
B=53.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172102060.170.9500.19289.5990.7442.35
HexACACE115F0131225b2a
Octal254123162113702344213352
Binary101011001010110011101000110111110100111001000101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0ACE; }

 p { color: rgb(172,10,206); }

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

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

 a { background-color: rgb(172,10,206); }

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

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

 span { border-color: rgb(172,10,206); }

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