Shades of Dark Violet #A010DA
Tints of Dark Violet #A010DA
RGB
CMYK
RGB Variations
Color information
#A010DA (or 0xA010DA) is known color: Dark Violet. HEX triplet: A0, 10 and DA. RGB value is (160,16,218). Sum of RGB (Red+Green+Blue) = 160+16+218=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #A010DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010DA is #5FEF25. Grayscale: #515151. Windows color (decimal): -6287142 or 14291104. OLE color: 14291104.
HSL color Cylindrical-coordinate representation of color #A010DA: hue angle of 282.77º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010DA is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 16 | 218 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.15 |
| HSL | 282.77º | 0.86% | 0.46% | - |
| HSV(B) | 282.77º | 0.93% | 0.85% | - |
| XYZ | 27.34 | 12.91 | 67.38 | - |
| YUV | 82.08 | 204.71 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 218 | 0.27 | 0.93 | 0 | 0.15 | 282.77 | 0.86 | 0.46 |
| Hex | A0 | 10 | DA | 1B | 5D | 0 | F | 11B | 56 | 2E |
| Octal | 240 | 20 | 332 | 33 | 135 | 0 | 17 | 433 | 126 | 56 |
| Binary | 10100000 | 10000 | 11011010 | 11011 | 1011101 | 0 | 1111 | 100011011 | 1010110 | 101110 |
Color Harmonies of #A010DA
Complementary color
Monochromatic Colors of #A010DA
Black with #A010DA
Text Example
Text Example
White with #A010DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010DA; }
p { color: rgb(160,16,218); }
H1.HeaderClassName
{
color: #A010DA;
}
.AnyTagClassName
{
color: #A010DA;
}
</style>
background-color css
<style>
a { background-color: #A010DA; }
a { background-color: rgb(160,16,218); }
div.DivClassName
{
background-color: #A010DA;
}
.BgClassName
{
background-color: #A010DA;
}
</style>
border-color css
<style>
span { border-color: #A010DA; }
span { border-color: rgb(160,16,218); }
td.TdClassName
{
border-color: #A010DA;
}
.TagClassName
{
border-color: #A010DA;
}
</style>