Shades of Dark Violet #AC01DC
Tints of Dark Violet #AC01DC
RGB
CMYK
RGB Variations
Color information
#AC01DC (or 0xAC01DC) is known color: Dark Violet. HEX triplet: AC, 01 and DC. RGB value is (172,1,220). Sum of RGB (Red+Green+Blue) = 172+1+220=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC01DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01DC is #53FE23. Grayscale: #4C4C4C. Windows color (decimal): -5504548 or 14418348. OLE color: 14418348.
HSL color Cylindrical-coordinate representation of color #AC01DC: hue angle of 286.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01DC is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 1 | 220 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.14 |
| HSL | 286.85º | 0.99% | 0.43% | - |
| HSV(B) | 286.85º | 1% | 0.86% | - |
| XYZ | 29.94 | 13.96 | 68.83 | - |
| YUV | 77.1 | 208.65 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 220 | 0.22 | 1.00 | 0 | 0.14 | 286.85 | 0.99 | 0.43 |
| Hex | AC | 1 | DC | 16 | 64 | 0 | E | 11F | 63 | 2B |
| Octal | 254 | 1 | 334 | 26 | 144 | 0 | 16 | 437 | 143 | 53 |
| Binary | 10101100 | 1 | 11011100 | 10110 | 1100100 | 0 | 1110 | 100011111 | 1100011 | 101011 |
Color Harmonies of #AC01DC
Complementary color
Monochromatic Colors of #AC01DC
Black with #AC01DC
Text Example
Text Example
White with #AC01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01DC; }
p { color: rgb(172,1,220); }
H1.HeaderClassName
{
color: #AC01DC;
}
.AnyTagClassName
{
color: #AC01DC;
}
</style>
background-color css
<style>
a { background-color: #AC01DC; }
a { background-color: rgb(172,1,220); }
div.DivClassName
{
background-color: #AC01DC;
}
.BgClassName
{
background-color: #AC01DC;
}
</style>
border-color css
<style>
span { border-color: #AC01DC; }
span { border-color: rgb(172,1,220); }
td.TdClassName
{
border-color: #AC01DC;
}
.TagClassName
{
border-color: #AC01DC;
}
</style>