Shades of Dark Violet #AC04CE
Tints of Dark Violet #AC04CE
RGB
CMYK
RGB Variations
Color information
#AC04CE (or 0xAC04CE) is known color: Dark Violet. HEX triplet: AC, 04 and CE. RGB value is (172,4,206). Sum of RGB (Red+Green+Blue) = 172+4+206=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04CE is #53FB31. Grayscale: #4C4C4C. Windows color (decimal): -5503794 or 13501612. OLE color: 13501612.
HSL color Cylindrical-coordinate representation of color #AC04CE: hue angle of 289.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04CE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 4 | 206 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.19 |
| HSL | 289.9º | 0.96% | 0.41% | - |
| HSV(B) | 289.9º | 0.98% | 0.81% | - |
| XYZ | 28.2 | 13.31 | 59.48 | - |
| YUV | 77.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 206 | 0.17 | 0.98 | 0 | 0.19 | 289.9 | 0.96 | 0.41 |
| Hex | AC | 4 | CE | 11 | 62 | 0 | 13 | 122 | 60 | 29 |
| Octal | 254 | 4 | 316 | 21 | 142 | 0 | 23 | 442 | 140 | 51 |
| Binary | 10101100 | 100 | 11001110 | 10001 | 1100010 | 0 | 10011 | 100100010 | 1100000 | 101001 |
Color Harmonies of #AC04CE
Complementary color
Monochromatic Colors of #AC04CE
Black with #AC04CE
Text Example
Text Example
White with #AC04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04CE; }
p { color: rgb(172,4,206); }
H1.HeaderClassName
{
color: #AC04CE;
}
.AnyTagClassName
{
color: #AC04CE;
}
</style>
background-color css
<style>
a { background-color: #AC04CE; }
a { background-color: rgb(172,4,206); }
div.DivClassName
{
background-color: #AC04CE;
}
.BgClassName
{
background-color: #AC04CE;
}
</style>
border-color css
<style>
span { border-color: #AC04CE; }
span { border-color: rgb(172,4,206); }
td.TdClassName
{
border-color: #AC04CE;
}
.TagClassName
{
border-color: #AC04CE;
}
</style>