Shades of Dark Violet #A004DB
Tints of Dark Violet #A004DB
RGB
CMYK
RGB Variations
Color information
#A004DB (or 0xA004DB) is known color: Dark Violet. HEX triplet: A0, 04 and DB. RGB value is (160,4,219). Sum of RGB (Red+Green+Blue) = 160+4+219=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #A004DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004DB is #5FFB24. Grayscale: #4A4A4A. Windows color (decimal): -6290213 or 14353568. OLE color: 14353568.
HSL color Cylindrical-coordinate representation of color #A004DB: hue angle of 283.53º 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 #A004DB is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 4 | 219 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.14 |
| HSL | 283.53º | 0.96% | 0.44% | - |
| HSV(B) | 283.53º | 0.98% | 0.86% | - |
| XYZ | 27.33 | 12.67 | 68.02 | - |
| YUV | 75.15 | 209.18 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 219 | 0.27 | 0.98 | 0 | 0.14 | 283.53 | 0.96 | 0.44 |
| Hex | A0 | 4 | DB | 1B | 62 | 0 | E | 11C | 60 | 2C |
| Octal | 240 | 4 | 333 | 33 | 142 | 0 | 16 | 434 | 140 | 54 |
| Binary | 10100000 | 100 | 11011011 | 11011 | 1100010 | 0 | 1110 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A004DB
Complementary color
Monochromatic Colors of #A004DB
Black with #A004DB
Text Example
Text Example
White with #A004DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004DB; }
p { color: rgb(160,4,219); }
H1.HeaderClassName
{
color: #A004DB;
}
.AnyTagClassName
{
color: #A004DB;
}
</style>
background-color css
<style>
a { background-color: #A004DB; }
a { background-color: rgb(160,4,219); }
div.DivClassName
{
background-color: #A004DB;
}
.BgClassName
{
background-color: #A004DB;
}
</style>
border-color css
<style>
span { border-color: #A004DB; }
span { border-color: rgb(160,4,219); }
td.TdClassName
{
border-color: #A004DB;
}
.TagClassName
{
border-color: #A004DB;
}
</style>