Shades of Dark Violet #AC04DB
Tints of Dark Violet #AC04DB
RGB
CMYK
RGB Variations
Color information
#AC04DB (or 0xAC04DB) is known color: Dark Violet. HEX triplet: AC, 04 and DB. RGB value is (172,4,219). Sum of RGB (Red+Green+Blue) = 172+4+219=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC04DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC04DB is #53FB24. Grayscale: #4E4E4E. Windows color (decimal): -5503781 or 14353580. OLE color: 14353580.
HSL color Cylindrical-coordinate representation of color #AC04DB: hue angle of 286.88º 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 #AC04DB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 4 | 219 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.14 |
| HSL | 286.88º | 0.96% | 0.44% | - |
| HSV(B) | 286.88º | 0.98% | 0.86% | - |
| XYZ | 29.84 | 13.97 | 68.14 | - |
| YUV | 78.74 | 207.16 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 219 | 0.21 | 0.98 | 0 | 0.14 | 286.88 | 0.96 | 0.44 |
| Hex | AC | 4 | DB | 15 | 62 | 0 | E | 11F | 60 | 2C |
| Octal | 254 | 4 | 333 | 25 | 142 | 0 | 16 | 437 | 140 | 54 |
| Binary | 10101100 | 100 | 11011011 | 10101 | 1100010 | 0 | 1110 | 100011111 | 1100000 | 101100 |
Color Harmonies of #AC04DB
Complementary color
Monochromatic Colors of #AC04DB
Black with #AC04DB
Text Example
Text Example
White with #AC04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04DB; }
p { color: rgb(172,4,219); }
H1.HeaderClassName
{
color: #AC04DB;
}
.AnyTagClassName
{
color: #AC04DB;
}
</style>
background-color css
<style>
a { background-color: #AC04DB; }
a { background-color: rgb(172,4,219); }
div.DivClassName
{
background-color: #AC04DB;
}
.BgClassName
{
background-color: #AC04DB;
}
</style>
border-color css
<style>
span { border-color: #AC04DB; }
span { border-color: rgb(172,4,219); }
td.TdClassName
{
border-color: #AC04DB;
}
.TagClassName
{
border-color: #AC04DB;
}
</style>