Shades of Dark Violet #A019DA
Tints of Dark Violet #A019DA
RGB
CMYK
RGB Variations
Color information
#A019DA (or 0xA019DA) is known color: Dark Violet. HEX triplet: A0, 19 and DA. RGB value is (160,25,218). Sum of RGB (Red+Green+Blue) = 160+25+218=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #A019DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019DA is #5FE625. Grayscale: #565656. Windows color (decimal): -6284838 or 14293408. OLE color: 14293408.
HSL color Cylindrical-coordinate representation of color #A019DA: hue angle of 281.97º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019DA is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 25 | 218 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.15 |
| HSL | 281.97º | 0.79% | 0.48% | - |
| HSV(B) | 281.97º | 0.89% | 0.85% | - |
| XYZ | 27.5 | 13.23 | 67.43 | - |
| YUV | 87.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 218 | 0.27 | 0.89 | 0 | 0.15 | 281.97 | 0.79 | 0.48 |
| Hex | A0 | 19 | DA | 1B | 59 | 0 | F | 11A | 4F | 30 |
| Octal | 240 | 31 | 332 | 33 | 131 | 0 | 17 | 432 | 117 | 60 |
| Binary | 10100000 | 11001 | 11011010 | 11011 | 1011001 | 0 | 1111 | 100011010 | 1001111 | 110000 |
Color Harmonies of #A019DA
Complementary color
Monochromatic Colors of #A019DA
Black with #A019DA
Text Example
Text Example
White with #A019DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019DA; }
p { color: rgb(160,25,218); }
H1.HeaderClassName
{
color: #A019DA;
}
.AnyTagClassName
{
color: #A019DA;
}
</style>
background-color css
<style>
a { background-color: #A019DA; }
a { background-color: rgb(160,25,218); }
div.DivClassName
{
background-color: #A019DA;
}
.BgClassName
{
background-color: #A019DA;
}
</style>
border-color css
<style>
span { border-color: #A019DA; }
span { border-color: rgb(160,25,218); }
td.TdClassName
{
border-color: #A019DA;
}
.TagClassName
{
border-color: #A019DA;
}
</style>