Shades of Dark Violet #AC01DB
Tints of Dark Violet #AC01DB
RGB
CMYK
RGB Variations
Color information
#AC01DB (or 0xAC01DB) is known color: Dark Violet. HEX triplet: AC, 01 and DB. RGB value is (172,1,219). Sum of RGB (Red+Green+Blue) = 172+1+219=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC01DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01DB is #53FE24. Grayscale: #4C4C4C. Windows color (decimal): -5504549 or 14352812. OLE color: 14352812.
HSL color Cylindrical-coordinate representation of color #AC01DB: hue angle of 287.06º 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 #AC01DB is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 1 | 219 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.14 |
| HSL | 287.06º | 0.99% | 0.43% | - |
| HSV(B) | 287.06º | 1% | 0.86% | - |
| XYZ | 29.81 | 13.91 | 68.13 | - |
| YUV | 76.98 | 208.15 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 219 | 0.21 | 1.00 | 0 | 0.14 | 287.06 | 0.99 | 0.43 |
| Hex | AC | 1 | DB | 15 | 64 | 0 | E | 11F | 63 | 2B |
| Octal | 254 | 1 | 333 | 25 | 144 | 0 | 16 | 437 | 143 | 53 |
| Binary | 10101100 | 1 | 11011011 | 10101 | 1100100 | 0 | 1110 | 100011111 | 1100011 | 101011 |
Color Harmonies of #AC01DB
Complementary color
Monochromatic Colors of #AC01DB
Black with #AC01DB
Text Example
Text Example
White with #AC01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01DB; }
p { color: rgb(172,1,219); }
H1.HeaderClassName
{
color: #AC01DB;
}
.AnyTagClassName
{
color: #AC01DB;
}
</style>
background-color css
<style>
a { background-color: #AC01DB; }
a { background-color: rgb(172,1,219); }
div.DivClassName
{
background-color: #AC01DB;
}
.BgClassName
{
background-color: #AC01DB;
}
</style>
border-color css
<style>
span { border-color: #AC01DB; }
span { border-color: rgb(172,1,219); }
td.TdClassName
{
border-color: #AC01DB;
}
.TagClassName
{
border-color: #AC01DB;
}
</style>