Shades of Dark Violet #AC05CE
Tints of Dark Violet #AC05CE
RGB
CMYK
RGB Variations
Color information
#AC05CE (or 0xAC05CE) is known color: Dark Violet. HEX triplet: AC, 05 and CE. RGB value is (172,5,206). Sum of RGB (Red+Green+Blue) = 172+5+206=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC05CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05CE is #53FA31. Grayscale: #4D4D4D. Windows color (decimal): -5503538 or 13501868. OLE color: 13501868.
HSL color Cylindrical-coordinate representation of color #AC05CE: hue angle of 289.85º degrees, saturation: 0.95, 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 #AC05CE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 5 | 206 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.19 |
| HSL | 289.85º | 0.95% | 0.41% | - |
| HSV(B) | 289.85º | 0.98% | 0.81% | - |
| XYZ | 28.21 | 13.34 | 59.48 | - |
| YUV | 77.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 206 | 0.17 | 0.98 | 0 | 0.19 | 289.85 | 0.95 | 0.41 |
| Hex | AC | 5 | CE | 11 | 62 | 0 | 13 | 122 | 5F | 29 |
| Octal | 254 | 5 | 316 | 21 | 142 | 0 | 23 | 442 | 137 | 51 |
| Binary | 10101100 | 101 | 11001110 | 10001 | 1100010 | 0 | 10011 | 100100010 | 1011111 | 101001 |
Color Harmonies of #AC05CE
Complementary color
Monochromatic Colors of #AC05CE
Black with #AC05CE
Text Example
Text Example
White with #AC05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05CE; }
p { color: rgb(172,5,206); }
H1.HeaderClassName
{
color: #AC05CE;
}
.AnyTagClassName
{
color: #AC05CE;
}
</style>
background-color css
<style>
a { background-color: #AC05CE; }
a { background-color: rgb(172,5,206); }
div.DivClassName
{
background-color: #AC05CE;
}
.BgClassName
{
background-color: #AC05CE;
}
</style>
border-color css
<style>
span { border-color: #AC05CE; }
span { border-color: rgb(172,5,206); }
td.TdClassName
{
border-color: #AC05CE;
}
.TagClassName
{
border-color: #AC05CE;
}
</style>