Shades of Dark Violet #AC00CE
Tints of Dark Violet #AC00CE
RGB
CMYK
RGB Variations
Color information
#AC00CE (or 0xAC00CE) is known color: Dark Violet. HEX triplet: AC, 00 and CE. RGB value is (172,0,206). Sum of RGB (Red+Green+Blue) = 172+0+206=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC00CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00CE is #53FF31. Grayscale: #4A4A4A. Windows color (decimal): -5504818 or 13500588. OLE color: 13500588.
HSL color Cylindrical-coordinate representation of color #AC00CE: hue angle of 290.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00CE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 0 | 206 | - |
| CMYK | 0.17 | 1 | 0 | 0.19 |
| HSL | 290.1º | 1% | 0.4% | - |
| HSV(B) | 290.1º | 1% | 0.81% | - |
| XYZ | 28.15 | 13.23 | 59.46 | - |
| YUV | 74.91 | 201.98 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 206 | 0.17 | 1 | 0 | 0.19 | 290.1 | 1 | 0.4 |
| Hex | AC | 0 | CE | 11 | 64 | 0 | 13 | 122 | 64 | 28 |
| Octal | 254 | 0 | 316 | 21 | 144 | 0 | 23 | 442 | 144 | 50 |
| Binary | 10101100 | 0 | 11001110 | 10001 | 1100100 | 0 | 10011 | 100100010 | 1100100 | 101000 |
Color Harmonies of #AC00CE
Complementary color
Monochromatic Colors of #AC00CE
Black with #AC00CE
Text Example
Text Example
White with #AC00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00CE; }
p { color: rgb(172,0,206); }
H1.HeaderClassName
{
color: #AC00CE;
}
.AnyTagClassName
{
color: #AC00CE;
}
</style>
background-color css
<style>
a { background-color: #AC00CE; }
a { background-color: rgb(172,0,206); }
div.DivClassName
{
background-color: #AC00CE;
}
.BgClassName
{
background-color: #AC00CE;
}
</style>
border-color css
<style>
span { border-color: #AC00CE; }
span { border-color: rgb(172,0,206); }
td.TdClassName
{
border-color: #AC00CE;
}
.TagClassName
{
border-color: #AC00CE;
}
</style>