Shades of Dark Violet #A010EA
Tints of Dark Violet #A010EA
RGB
CMYK
RGB Variations
Color information
#A010EA (or 0xA010EA) is known color: Dark Violet. HEX triplet: A0, 10 and EA. RGB value is (160,16,234). Sum of RGB (Red+Green+Blue) = 160+16+234=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #A010EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A010EA is #5FEF15. Grayscale: #535353. Windows color (decimal): -6287126 or 15339680. OLE color: 15339680.
HSL color Cylindrical-coordinate representation of color #A010EA: hue angle of 279.63º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A010EA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 16 | 234 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.08 |
| HSL | 279.63º | 0.87% | 0.49% | - |
| HSV(B) | 279.63º | 0.93% | 0.92% | - |
| XYZ | 29.53 | 13.78 | 78.95 | - |
| YUV | 83.91 | 212.71 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 234 | 0.32 | 0.93 | 0 | 0.08 | 279.63 | 0.87 | 0.49 |
| Hex | A0 | 10 | EA | 20 | 5D | 0 | 8 | 118 | 57 | 31 |
| Octal | 240 | 20 | 352 | 40 | 135 | 0 | 10 | 430 | 127 | 61 |
| Binary | 10100000 | 10000 | 11101010 | 100000 | 1011101 | 0 | 1000 | 100011000 | 1010111 | 110001 |
Color Harmonies of #A010EA
Complementary color
Monochromatic Colors of #A010EA
Black with #A010EA
Text Example
Text Example
White with #A010EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A010EA; }
p { color: rgb(160,16,234); }
H1.HeaderClassName
{
color: #A010EA;
}
.AnyTagClassName
{
color: #A010EA;
}
</style>
background-color css
<style>
a { background-color: #A010EA; }
a { background-color: rgb(160,16,234); }
div.DivClassName
{
background-color: #A010EA;
}
.BgClassName
{
background-color: #A010EA;
}
</style>
border-color css
<style>
span { border-color: #A010EA; }
span { border-color: rgb(160,16,234); }
td.TdClassName
{
border-color: #A010EA;
}
.TagClassName
{
border-color: #A010EA;
}
</style>