Shades of Dark Violet #A10FE9
Tints of Dark Violet #A10FE9
RGB
CMYK
RGB Variations
Color information
#A10FE9 (or 0xA10FE9) is known color: Dark Violet. HEX triplet: A1, 0F and E9. RGB value is (161,15,233). Sum of RGB (Red+Green+Blue) = 161+15+233=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #A10FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FE9 is #5EF016. Grayscale: #525252. Windows color (decimal): -6221847 or 15273889. OLE color: 15273889.
HSL color Cylindrical-coordinate representation of color #A10FE9: hue angle of 280.18º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10FE9 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 15 | 233 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.09 |
| HSL | 280.18º | 0.88% | 0.49% | - |
| HSV(B) | 280.18º | 0.94% | 0.91% | - |
| XYZ | 29.58 | 13.8 | 78.2 | - |
| YUV | 83.51 | 212.37 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 233 | 0.31 | 0.94 | 0 | 0.09 | 280.18 | 0.88 | 0.49 |
| Hex | A1 | F | E9 | 1F | 5E | 0 | 9 | 118 | 58 | 31 |
| Octal | 241 | 17 | 351 | 37 | 136 | 0 | 11 | 430 | 130 | 61 |
| Binary | 10100001 | 1111 | 11101001 | 11111 | 1011110 | 0 | 1001 | 100011000 | 1011000 | 110001 |
Color Harmonies of #A10FE9
Complementary color
Monochromatic Colors of #A10FE9
Black with #A10FE9
Text Example
Text Example
White with #A10FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FE9; }
p { color: rgb(161,15,233); }
H1.HeaderClassName
{
color: #A10FE9;
}
.AnyTagClassName
{
color: #A10FE9;
}
</style>
background-color css
<style>
a { background-color: #A10FE9; }
a { background-color: rgb(161,15,233); }
div.DivClassName
{
background-color: #A10FE9;
}
.BgClassName
{
background-color: #A10FE9;
}
</style>
border-color css
<style>
span { border-color: #A10FE9; }
span { border-color: rgb(161,15,233); }
td.TdClassName
{
border-color: #A10FE9;
}
.TagClassName
{
border-color: #A10FE9;
}
</style>