Shades of Dark Violet #A10FF0
Tints of Dark Violet #A10FF0
RGB
CMYK
RGB Variations
Color information
#A10FF0 (or 0xA10FF0) is known color: Dark Violet. HEX triplet: A1, 0F and F0. RGB value is (161,15,240). Sum of RGB (Red+Green+Blue) = 161+15+240=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #A10FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FF0 is #5EF00F. Grayscale: #535353. Windows color (decimal): -6221840 or 15732641. OLE color: 15732641.
HSL color Cylindrical-coordinate representation of color #A10FF0: hue angle of 278.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10FF0 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 15 | 240 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.06 |
| HSL | 278.93º | 0.88% | 0.5% | - |
| HSV(B) | 278.93º | 0.94% | 0.94% | - |
| XYZ | 30.6 | 14.21 | 83.57 | - |
| YUV | 84.3 | 215.87 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 240 | 0.33 | 0.94 | 0 | 0.06 | 278.93 | 0.88 | 0.5 |
| Hex | A1 | F | F0 | 21 | 5E | 0 | 6 | 117 | 58 | 32 |
| Octal | 241 | 17 | 360 | 41 | 136 | 0 | 6 | 427 | 130 | 62 |
| Binary | 10100001 | 1111 | 11110000 | 100001 | 1011110 | 0 | 110 | 100010111 | 1011000 | 110010 |
Color Harmonies of #A10FF0
Complementary color
Monochromatic Colors of #A10FF0
Black with #A10FF0
Text Example
Text Example
White with #A10FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FF0; }
p { color: rgb(161,15,240); }
H1.HeaderClassName
{
color: #A10FF0;
}
.AnyTagClassName
{
color: #A10FF0;
}
</style>
background-color css
<style>
a { background-color: #A10FF0; }
a { background-color: rgb(161,15,240); }
div.DivClassName
{
background-color: #A10FF0;
}
.BgClassName
{
background-color: #A10FF0;
}
</style>
border-color css
<style>
span { border-color: #A10FF0; }
span { border-color: rgb(161,15,240); }
td.TdClassName
{
border-color: #A10FF0;
}
.TagClassName
{
border-color: #A10FF0;
}
</style>