Shades of Dark Violet #A005DB
Tints of Dark Violet #A005DB
RGB
CMYK
RGB Variations
Color information
#A005DB (or 0xA005DB) is known color: Dark Violet. HEX triplet: A0, 05 and DB. RGB value is (160,5,219). Sum of RGB (Red+Green+Blue) = 160+5+219=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #A005DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005DB is #5FFA24. Grayscale: #4B4B4B. Windows color (decimal): -6289957 or 14353824. OLE color: 14353824.
HSL color Cylindrical-coordinate representation of color #A005DB: hue angle of 283.46º 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 #A005DB is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 5 | 219 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.14 |
| HSL | 283.46º | 0.96% | 0.44% | - |
| HSV(B) | 283.46º | 0.98% | 0.86% | - |
| XYZ | 27.34 | 12.7 | 68.03 | - |
| YUV | 75.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 219 | 0.27 | 0.98 | 0 | 0.14 | 283.46 | 0.96 | 0.44 |
| Hex | A0 | 5 | DB | 1B | 62 | 0 | E | 11B | 60 | 2C |
| Octal | 240 | 5 | 333 | 33 | 142 | 0 | 16 | 433 | 140 | 54 |
| Binary | 10100000 | 101 | 11011011 | 11011 | 1100010 | 0 | 1110 | 100011011 | 1100000 | 101100 |
Color Harmonies of #A005DB
Complementary color
Monochromatic Colors of #A005DB
Black with #A005DB
Text Example
Text Example
White with #A005DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005DB; }
p { color: rgb(160,5,219); }
H1.HeaderClassName
{
color: #A005DB;
}
.AnyTagClassName
{
color: #A005DB;
}
</style>
background-color css
<style>
a { background-color: #A005DB; }
a { background-color: rgb(160,5,219); }
div.DivClassName
{
background-color: #A005DB;
}
.BgClassName
{
background-color: #A005DB;
}
</style>
border-color css
<style>
span { border-color: #A005DB; }
span { border-color: rgb(160,5,219); }
td.TdClassName
{
border-color: #A005DB;
}
.TagClassName
{
border-color: #A005DB;
}
</style>