Shades of Dark Violet #A804DB
Tints of Dark Violet #A804DB
RGB
CMYK
RGB Variations
Color information
#A804DB (or 0xA804DB) is known color: Dark Violet. HEX triplet: A8, 04 and DB. RGB value is (168,4,219). Sum of RGB (Red+Green+Blue) = 168+4+219=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A804DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804DB is #57FB24. Grayscale: #4C4C4C. Windows color (decimal): -5765925 or 14353576. OLE color: 14353576.
HSL color Cylindrical-coordinate representation of color #A804DB: hue angle of 285.77º 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 #A804DB is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 4 | 219 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.14 |
| HSL | 285.77º | 0.96% | 0.44% | - |
| HSV(B) | 285.77º | 0.98% | 0.86% | - |
| XYZ | 28.98 | 13.53 | 68.1 | - |
| YUV | 77.55 | 207.83 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 219 | 0.23 | 0.98 | 0 | 0.14 | 285.77 | 0.96 | 0.44 |
| Hex | A8 | 4 | DB | 17 | 62 | 0 | E | 11E | 60 | 2C |
| Octal | 250 | 4 | 333 | 27 | 142 | 0 | 16 | 436 | 140 | 54 |
| Binary | 10101000 | 100 | 11011011 | 10111 | 1100010 | 0 | 1110 | 100011110 | 1100000 | 101100 |
Color Harmonies of #A804DB
Complementary color
Monochromatic Colors of #A804DB
Black with #A804DB
Text Example
Text Example
White with #A804DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804DB; }
p { color: rgb(168,4,219); }
H1.HeaderClassName
{
color: #A804DB;
}
.AnyTagClassName
{
color: #A804DB;
}
</style>
background-color css
<style>
a { background-color: #A804DB; }
a { background-color: rgb(168,4,219); }
div.DivClassName
{
background-color: #A804DB;
}
.BgClassName
{
background-color: #A804DB;
}
</style>
border-color css
<style>
span { border-color: #A804DB; }
span { border-color: rgb(168,4,219); }
td.TdClassName
{
border-color: #A804DB;
}
.TagClassName
{
border-color: #A804DB;
}
</style>