Shades of Dark Violet #AC0ACC
Tints of Dark Violet #AC0ACC
RGB
CMYK
RGB Variations
Color information
#AC0ACC (or 0xAC0ACC) is known color: Dark Violet. HEX triplet: AC, 0A and CC. RGB value is (172,10,204). Sum of RGB (Red+Green+Blue) = 172+10+204=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0ACC is #53F533. Grayscale: #4F4F4F. Windows color (decimal): -5502260 or 13372076. OLE color: 13372076.
HSL color Cylindrical-coordinate representation of color #AC0ACC: hue angle of 290.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0ACC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 10 | 204 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.2 |
| HSL | 290.1º | 0.91% | 0.42% | - |
| HSV(B) | 290.1º | 0.95% | 0.8% | - |
| XYZ | 28.02 | 13.35 | 58.23 | - |
| YUV | 80.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 204 | 0.16 | 0.95 | 0 | 0.2 | 290.1 | 0.91 | 0.42 |
| Hex | AC | A | CC | 10 | 5F | 0 | 14 | 122 | 5B | 2A |
| Octal | 254 | 12 | 314 | 20 | 137 | 0 | 24 | 442 | 133 | 52 |
| Binary | 10101100 | 1010 | 11001100 | 10000 | 1011111 | 0 | 10100 | 100100010 | 1011011 | 101010 |
Color Harmonies of #AC0ACC
Complementary color
Monochromatic Colors of #AC0ACC
Black with #AC0ACC
Text Example
Text Example
White with #AC0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0ACC; }
p { color: rgb(172,10,204); }
H1.HeaderClassName
{
color: #AC0ACC;
}
.AnyTagClassName
{
color: #AC0ACC;
}
</style>
background-color css
<style>
a { background-color: #AC0ACC; }
a { background-color: rgb(172,10,204); }
div.DivClassName
{
background-color: #AC0ACC;
}
.BgClassName
{
background-color: #AC0ACC;
}
</style>
border-color css
<style>
span { border-color: #AC0ACC; }
span { border-color: rgb(172,10,204); }
td.TdClassName
{
border-color: #AC0ACC;
}
.TagClassName
{
border-color: #AC0ACC;
}
</style>