Shades of Dark Violet #AC15CE
Tints of Dark Violet #AC15CE
RGB
CMYK
RGB Variations
Color information
#AC15CE (or 0xAC15CE) is known color: Dark Violet. HEX triplet: AC, 15 and CE. RGB value is (172,21,206). Sum of RGB (Red+Green+Blue) = 172+21+206=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC15CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC15CE is #53EA31. Grayscale: #565656. Windows color (decimal): -5499442 or 13505964. OLE color: 13505964.
HSL color Cylindrical-coordinate representation of color #AC15CE: hue angle of 288.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC15CE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 21 | 206 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.19 |
| HSL | 288.97º | 0.81% | 0.45% | - |
| HSV(B) | 288.97º | 0.9% | 0.81% | - |
| XYZ | 28.42 | 13.76 | 59.55 | - |
| YUV | 87.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 206 | 0.17 | 0.90 | 0 | 0.19 | 288.97 | 0.81 | 0.45 |
| Hex | AC | 15 | CE | 11 | 5A | 0 | 13 | 121 | 51 | 2D |
| Octal | 254 | 25 | 316 | 21 | 132 | 0 | 23 | 441 | 121 | 55 |
| Binary | 10101100 | 10101 | 11001110 | 10001 | 1011010 | 0 | 10011 | 100100001 | 1010001 | 101101 |
Color Harmonies of #AC15CE
Complementary color
Monochromatic Colors of #AC15CE
Black with #AC15CE
Text Example
Text Example
White with #AC15CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15CE; }
p { color: rgb(172,21,206); }
H1.HeaderClassName
{
color: #AC15CE;
}
.AnyTagClassName
{
color: #AC15CE;
}
</style>
background-color css
<style>
a { background-color: #AC15CE; }
a { background-color: rgb(172,21,206); }
div.DivClassName
{
background-color: #AC15CE;
}
.BgClassName
{
background-color: #AC15CE;
}
</style>
border-color css
<style>
span { border-color: #AC15CE; }
span { border-color: rgb(172,21,206); }
td.TdClassName
{
border-color: #AC15CE;
}
.TagClassName
{
border-color: #AC15CE;
}
</style>