Shades of Dark Violet #A805DB
Tints of Dark Violet #A805DB
RGB
CMYK
RGB Variations
Color information
#A805DB (or 0xA805DB) is known color: Dark Violet. HEX triplet: A8, 05 and DB. RGB value is (168,5,219). Sum of RGB (Red+Green+Blue) = 168+5+219=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 5 (2.34% from 255 or 1.28% 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 #A805DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805DB is #57FA24. Grayscale: #4D4D4D. Windows color (decimal): -5765669 or 14353832. OLE color: 14353832.
HSL color Cylindrical-coordinate representation of color #A805DB: hue angle of 285.7º 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 #A805DB is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 5 | 219 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.14 |
| HSL | 285.7º | 0.96% | 0.44% | - |
| HSV(B) | 285.7º | 0.98% | 0.86% | - |
| XYZ | 28.99 | 13.55 | 68.1 | - |
| YUV | 78.13 | 207.5 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 219 | 0.23 | 0.98 | 0 | 0.14 | 285.7 | 0.96 | 0.44 |
| Hex | A8 | 5 | DB | 17 | 62 | 0 | E | 11E | 60 | 2C |
| Octal | 250 | 5 | 333 | 27 | 142 | 0 | 16 | 436 | 140 | 54 |
| Binary | 10101000 | 101 | 11011011 | 10111 | 1100010 | 0 | 1110 | 100011110 | 1100000 | 101100 |
Color Harmonies of #A805DB
Complementary color
Monochromatic Colors of #A805DB
Black with #A805DB
Text Example
Text Example
White with #A805DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805DB; }
p { color: rgb(168,5,219); }
H1.HeaderClassName
{
color: #A805DB;
}
.AnyTagClassName
{
color: #A805DB;
}
</style>
background-color css
<style>
a { background-color: #A805DB; }
a { background-color: rgb(168,5,219); }
div.DivClassName
{
background-color: #A805DB;
}
.BgClassName
{
background-color: #A805DB;
}
</style>
border-color css
<style>
span { border-color: #A805DB; }
span { border-color: rgb(168,5,219); }
td.TdClassName
{
border-color: #A805DB;
}
.TagClassName
{
border-color: #A805DB;
}
</style>