Shades of Dark Violet #AC05DB
Tints of Dark Violet #AC05DB
RGB
CMYK
RGB Variations
Color information
#AC05DB (or 0xAC05DB) is known color: Dark Violet. HEX triplet: AC, 05 and DB. RGB value is (172,5,219). Sum of RGB (Red+Green+Blue) = 172+5+219=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC05DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC05DB is #53FA24. Grayscale: #4E4E4E. Windows color (decimal): -5503525 or 14353836. OLE color: 14353836.
HSL color Cylindrical-coordinate representation of color #AC05DB: hue angle of 286.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC05DB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 5 | 219 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.14 |
| HSL | 286.82º | 0.96% | 0.44% | - |
| HSV(B) | 286.82º | 0.98% | 0.86% | - |
| XYZ | 29.85 | 13.99 | 68.15 | - |
| YUV | 79.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 219 | 0.21 | 0.98 | 0 | 0.14 | 286.82 | 0.96 | 0.44 |
| Hex | AC | 5 | DB | 15 | 62 | 0 | E | 11F | 60 | 2C |
| Octal | 254 | 5 | 333 | 25 | 142 | 0 | 16 | 437 | 140 | 54 |
| Binary | 10101100 | 101 | 11011011 | 10101 | 1100010 | 0 | 1110 | 100011111 | 1100000 | 101100 |
Color Harmonies of #AC05DB
Complementary color
Monochromatic Colors of #AC05DB
Black with #AC05DB
Text Example
Text Example
White with #AC05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05DB; }
p { color: rgb(172,5,219); }
H1.HeaderClassName
{
color: #AC05DB;
}
.AnyTagClassName
{
color: #AC05DB;
}
</style>
background-color css
<style>
a { background-color: #AC05DB; }
a { background-color: rgb(172,5,219); }
div.DivClassName
{
background-color: #AC05DB;
}
.BgClassName
{
background-color: #AC05DB;
}
</style>
border-color css
<style>
span { border-color: #AC05DB; }
span { border-color: rgb(172,5,219); }
td.TdClassName
{
border-color: #AC05DB;
}
.TagClassName
{
border-color: #AC05DB;
}
</style>