Shades of Dark Violet #AC01CE
Tints of Dark Violet #AC01CE
RGB
CMYK
RGB Variations
Color information
#AC01CE (or 0xAC01CE) is known color: Dark Violet. HEX triplet: AC, 01 and CE. RGB value is (172,1,206). Sum of RGB (Red+Green+Blue) = 172+1+206=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01CE is #53FE31. Grayscale: #4A4A4A. Windows color (decimal): -5504562 or 13500844. OLE color: 13500844.
HSL color Cylindrical-coordinate representation of color #AC01CE: hue angle of 290.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01CE is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 1 | 206 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.19 |
| HSL | 290.05º | 0.99% | 0.41% | - |
| HSV(B) | 290.05º | 1% | 0.81% | - |
| XYZ | 28.16 | 13.25 | 59.47 | - |
| YUV | 75.5 | 201.65 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 206 | 0.17 | 1.00 | 0 | 0.19 | 290.05 | 0.99 | 0.41 |
| Hex | AC | 1 | CE | 11 | 64 | 0 | 13 | 122 | 63 | 29 |
| Octal | 254 | 1 | 316 | 21 | 144 | 0 | 23 | 442 | 143 | 51 |
| Binary | 10101100 | 1 | 11001110 | 10001 | 1100100 | 0 | 10011 | 100100010 | 1100011 | 101001 |
Color Harmonies of #AC01CE
Complementary color
Monochromatic Colors of #AC01CE
Black with #AC01CE
Text Example
Text Example
White with #AC01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01CE; }
p { color: rgb(172,1,206); }
H1.HeaderClassName
{
color: #AC01CE;
}
.AnyTagClassName
{
color: #AC01CE;
}
</style>
background-color css
<style>
a { background-color: #AC01CE; }
a { background-color: rgb(172,1,206); }
div.DivClassName
{
background-color: #AC01CE;
}
.BgClassName
{
background-color: #AC01CE;
}
</style>
border-color css
<style>
span { border-color: #AC01CE; }
span { border-color: rgb(172,1,206); }
td.TdClassName
{
border-color: #AC01CE;
}
.TagClassName
{
border-color: #AC01CE;
}
</style>