Shades of Dark Violet #A10AEE
Tints of Dark Violet #A10AEE
RGB
CMYK
RGB Variations
Color information
#A10AEE (or 0xA10AEE) is known color: Dark Violet. HEX triplet: A1, 0A and EE. RGB value is (161,10,238). Sum of RGB (Red+Green+Blue) = 161+10+238=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #A10AEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10AEE is #5EF511. Grayscale: #505050. Windows color (decimal): -6223122 or 15600289. OLE color: 15600289.
HSL color Cylindrical-coordinate representation of color #A10AEE: hue angle of 279.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10AEE is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 10 | 238 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.07 |
| HSL | 279.74º | 0.92% | 0.49% | - |
| HSV(B) | 279.74º | 0.96% | 0.93% | - |
| XYZ | 30.24 | 13.97 | 81.99 | - |
| YUV | 81.14 | 216.53 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 238 | 0.32 | 0.96 | 0 | 0.07 | 279.74 | 0.92 | 0.49 |
| Hex | A1 | A | EE | 20 | 60 | 0 | 7 | 118 | 5C | 31 |
| Octal | 241 | 12 | 356 | 40 | 140 | 0 | 7 | 430 | 134 | 61 |
| Binary | 10100001 | 1010 | 11101110 | 100000 | 1100000 | 0 | 111 | 100011000 | 1011100 | 110001 |
Color Harmonies of #A10AEE
Complementary color
Monochromatic Colors of #A10AEE
Black with #A10AEE
Text Example
Text Example
White with #A10AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10AEE; }
p { color: rgb(161,10,238); }
H1.HeaderClassName
{
color: #A10AEE;
}
.AnyTagClassName
{
color: #A10AEE;
}
</style>
background-color css
<style>
a { background-color: #A10AEE; }
a { background-color: rgb(161,10,238); }
div.DivClassName
{
background-color: #A10AEE;
}
.BgClassName
{
background-color: #A10AEE;
}
</style>
border-color css
<style>
span { border-color: #A10AEE; }
span { border-color: rgb(161,10,238); }
td.TdClassName
{
border-color: #A10AEE;
}
.TagClassName
{
border-color: #A10AEE;
}
</style>