Shades of Dark Violet #A014DB
Tints of Dark Violet #A014DB
RGB
CMYK
RGB Variations
Color information
#A014DB (or 0xA014DB) is known color: Dark Violet. HEX triplet: A0, 14 and DB. RGB value is (160,20,219). Sum of RGB (Red+Green+Blue) = 160+20+219=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A014DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A014DB is #5FEB24. Grayscale: #535353. Windows color (decimal): -6286117 or 14357664. OLE color: 14357664.
HSL color Cylindrical-coordinate representation of color #A014DB: hue angle of 282.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A014DB is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 20 | 219 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.14 |
| HSL | 282.21º | 0.83% | 0.47% | - |
| HSV(B) | 282.21º | 0.91% | 0.86% | - |
| XYZ | 27.53 | 13.09 | 68.09 | - |
| YUV | 84.55 | 203.88 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 219 | 0.27 | 0.91 | 0 | 0.14 | 282.21 | 0.83 | 0.47 |
| Hex | A0 | 14 | DB | 1B | 5B | 0 | E | 11A | 53 | 2F |
| Octal | 240 | 24 | 333 | 33 | 133 | 0 | 16 | 432 | 123 | 57 |
| Binary | 10100000 | 10100 | 11011011 | 11011 | 1011011 | 0 | 1110 | 100011010 | 1010011 | 101111 |
Color Harmonies of #A014DB
Complementary color
Monochromatic Colors of #A014DB
Black with #A014DB
Text Example
Text Example
White with #A014DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014DB; }
p { color: rgb(160,20,219); }
H1.HeaderClassName
{
color: #A014DB;
}
.AnyTagClassName
{
color: #A014DB;
}
</style>
background-color css
<style>
a { background-color: #A014DB; }
a { background-color: rgb(160,20,219); }
div.DivClassName
{
background-color: #A014DB;
}
.BgClassName
{
background-color: #A014DB;
}
</style>
border-color css
<style>
span { border-color: #A014DB; }
span { border-color: rgb(160,20,219); }
td.TdClassName
{
border-color: #A014DB;
}
.TagClassName
{
border-color: #A014DB;
}
</style>