Shades of Dark Violet #A010DD
Tints of Dark Violet #A010DD
RGB
CMYK
RGB Variations
Color information
#A010DD (or 0xA010DD) is known color: Dark Violet. HEX triplet: A0, 10 and DD. RGB value is (160,16,221). Sum of RGB (Red+Green+Blue) = 160+16+221=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #A010DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010DD is #5FEF22. Grayscale: #515151. Windows color (decimal): -6287139 or 14487712. OLE color: 14487712.
HSL color Cylindrical-coordinate representation of color #A010DD: hue angle of 282.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010DD is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 16 | 221 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.13 |
| HSL | 282.15º | 0.86% | 0.46% | - |
| HSV(B) | 282.15º | 0.93% | 0.87% | - |
| XYZ | 27.73 | 13.06 | 69.47 | - |
| YUV | 82.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 221 | 0.28 | 0.93 | 0 | 0.13 | 282.15 | 0.86 | 0.46 |
| Hex | A0 | 10 | DD | 1C | 5D | 0 | D | 11A | 56 | 2E |
| Octal | 240 | 20 | 335 | 34 | 135 | 0 | 15 | 432 | 126 | 56 |
| Binary | 10100000 | 10000 | 11011101 | 11100 | 1011101 | 0 | 1101 | 100011010 | 1010110 | 101110 |
Color Harmonies of #A010DD
Complementary color
Monochromatic Colors of #A010DD
Black with #A010DD
Text Example
Text Example
White with #A010DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010DD; }
p { color: rgb(160,16,221); }
H1.HeaderClassName
{
color: #A010DD;
}
.AnyTagClassName
{
color: #A010DD;
}
</style>
background-color css
<style>
a { background-color: #A010DD; }
a { background-color: rgb(160,16,221); }
div.DivClassName
{
background-color: #A010DD;
}
.BgClassName
{
background-color: #A010DD;
}
</style>
border-color css
<style>
span { border-color: #A010DD; }
span { border-color: rgb(160,16,221); }
td.TdClassName
{
border-color: #A010DD;
}
.TagClassName
{
border-color: #A010DD;
}
</style>