Shades of Dark Violet #A10FED
Tints of Dark Violet #A10FED
RGB
CMYK
RGB Variations
Color information
#A10FED (or 0xA10FED) is known color: Dark Violet. HEX triplet: A1, 0F and ED. RGB value is (161,15,237). Sum of RGB (Red+Green+Blue) = 161+15+237=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #A10FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FED is #5EF012. Grayscale: #535353. Windows color (decimal): -6221843 or 15536033. OLE color: 15536033.
HSL color Cylindrical-coordinate representation of color #A10FED: hue angle of 279.46º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10FED is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 15 | 237 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.07 |
| HSL | 279.46º | 0.88% | 0.49% | - |
| HSV(B) | 279.46º | 0.94% | 0.93% | - |
| XYZ | 30.15 | 14.03 | 81.24 | - |
| YUV | 83.96 | 214.37 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 237 | 0.32 | 0.94 | 0 | 0.07 | 279.46 | 0.88 | 0.49 |
| Hex | A1 | F | ED | 20 | 5E | 0 | 7 | 117 | 58 | 31 |
| Octal | 241 | 17 | 355 | 40 | 136 | 0 | 7 | 427 | 130 | 61 |
| Binary | 10100001 | 1111 | 11101101 | 100000 | 1011110 | 0 | 111 | 100010111 | 1011000 | 110001 |
Color Harmonies of #A10FED
Complementary color
Monochromatic Colors of #A10FED
Black with #A10FED
Text Example
Text Example
White with #A10FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FED; }
p { color: rgb(161,15,237); }
H1.HeaderClassName
{
color: #A10FED;
}
.AnyTagClassName
{
color: #A10FED;
}
</style>
background-color css
<style>
a { background-color: #A10FED; }
a { background-color: rgb(161,15,237); }
div.DivClassName
{
background-color: #A10FED;
}
.BgClassName
{
background-color: #A10FED;
}
</style>
border-color css
<style>
span { border-color: #A10FED; }
span { border-color: rgb(161,15,237); }
td.TdClassName
{
border-color: #A10FED;
}
.TagClassName
{
border-color: #A10FED;
}
</style>