Shades of Dark Violet #A10AE0
Tints of Dark Violet #A10AE0
RGB
CMYK
RGB Variations
Color information
#A10AE0 (or 0xA10AE0) is known color: Dark Violet. HEX triplet: A1, 0A and E0. RGB value is (161,10,224). Sum of RGB (Red+Green+Blue) = 161+10+224=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #A10AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10AE0 is #5EF51F. Grayscale: #4E4E4E. Windows color (decimal): -6223136 or 14682785. OLE color: 14682785.
HSL color Cylindrical-coordinate representation of color #A10AE0: hue angle of 282.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10AE0 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 10 | 224 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.12 |
| HSL | 282.34º | 0.91% | 0.46% | - |
| HSV(B) | 282.34º | 0.96% | 0.88% | - |
| XYZ | 28.26 | 13.18 | 71.57 | - |
| YUV | 79.55 | 209.53 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 224 | 0.28 | 0.96 | 0 | 0.12 | 282.34 | 0.91 | 0.46 |
| Hex | A1 | A | E0 | 1C | 60 | 0 | C | 11A | 5B | 2E |
| Octal | 241 | 12 | 340 | 34 | 140 | 0 | 14 | 432 | 133 | 56 |
| Binary | 10100001 | 1010 | 11100000 | 11100 | 1100000 | 0 | 1100 | 100011010 | 1011011 | 101110 |
Color Harmonies of #A10AE0
Complementary color
Monochromatic Colors of #A10AE0
Black with #A10AE0
Text Example
Text Example
White with #A10AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AE0; }
p { color: rgb(161,10,224); }
H1.HeaderClassName
{
color: #A10AE0;
}
.AnyTagClassName
{
color: #A10AE0;
}
</style>
background-color css
<style>
a { background-color: #A10AE0; }
a { background-color: rgb(161,10,224); }
div.DivClassName
{
background-color: #A10AE0;
}
.BgClassName
{
background-color: #A10AE0;
}
</style>
border-color css
<style>
span { border-color: #A10AE0; }
span { border-color: rgb(161,10,224); }
td.TdClassName
{
border-color: #A10AE0;
}
.TagClassName
{
border-color: #A10AE0;
}
</style>