Shades of Dark Violet #A010ED
Tints of Dark Violet #A010ED
RGB
CMYK
RGB Variations
Color information
#A010ED (or 0xA010ED) is known color: Dark Violet. HEX triplet: A0, 10 and ED. RGB value is (160,16,237). Sum of RGB (Red+Green+Blue) = 160+16+237=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #A010ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010ED is #5FEF12. Grayscale: #535353. Windows color (decimal): -6287123 or 15536288. OLE color: 15536288.
HSL color Cylindrical-coordinate representation of color #A010ED: hue angle of 279.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010ED is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 16 | 237 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.07 |
| HSL | 279.1º | 0.87% | 0.5% | - |
| HSV(B) | 279.1º | 0.93% | 0.93% | - |
| XYZ | 29.97 | 13.96 | 81.24 | - |
| YUV | 84.25 | 214.21 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 237 | 0.32 | 0.93 | 0 | 0.07 | 279.1 | 0.87 | 0.5 |
| Hex | A0 | 10 | ED | 20 | 5D | 0 | 7 | 117 | 57 | 32 |
| Octal | 240 | 20 | 355 | 40 | 135 | 0 | 7 | 427 | 127 | 62 |
| Binary | 10100000 | 10000 | 11101101 | 100000 | 1011101 | 0 | 111 | 100010111 | 1010111 | 110010 |
Color Harmonies of #A010ED
Complementary color
Monochromatic Colors of #A010ED
Black with #A010ED
Text Example
Text Example
White with #A010ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010ED; }
p { color: rgb(160,16,237); }
H1.HeaderClassName
{
color: #A010ED;
}
.AnyTagClassName
{
color: #A010ED;
}
</style>
background-color css
<style>
a { background-color: #A010ED; }
a { background-color: rgb(160,16,237); }
div.DivClassName
{
background-color: #A010ED;
}
.BgClassName
{
background-color: #A010ED;
}
</style>
border-color css
<style>
span { border-color: #A010ED; }
span { border-color: rgb(160,16,237); }
td.TdClassName
{
border-color: #A010ED;
}
.TagClassName
{
border-color: #A010ED;
}
</style>