Shades of Dark Violet #A10FEA
Tints of Dark Violet #A10FEA
RGB
CMYK
RGB Variations
Color information
#A10FEA (or 0xA10FEA) is known color: Dark Violet. HEX triplet: A1, 0F and EA. RGB value is (161,15,234). Sum of RGB (Red+Green+Blue) = 161+15+234=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #A10FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FEA is #5EF015. Grayscale: #525252. Windows color (decimal): -6221846 or 15339425. OLE color: 15339425.
HSL color Cylindrical-coordinate representation of color #A10FEA: hue angle of 280º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10FEA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 15 | 234 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.08 |
| HSL | 280º | 0.88% | 0.49% | - |
| HSV(B) | 280º | 0.94% | 0.92% | - |
| XYZ | 29.72 | 13.86 | 78.95 | - |
| YUV | 83.62 | 212.87 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 234 | 0.31 | 0.94 | 0 | 0.08 | 280 | 0.88 | 0.49 |
| Hex | A1 | F | EA | 1F | 5E | 0 | 8 | 118 | 58 | 31 |
| Octal | 241 | 17 | 352 | 37 | 136 | 0 | 10 | 430 | 130 | 61 |
| Binary | 10100001 | 1111 | 11101010 | 11111 | 1011110 | 0 | 1000 | 100011000 | 1011000 | 110001 |
Color Harmonies of #A10FEA
Complementary color
Monochromatic Colors of #A10FEA
Black with #A10FEA
Text Example
Text Example
White with #A10FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10FEA; }
p { color: rgb(161,15,234); }
H1.HeaderClassName
{
color: #A10FEA;
}
.AnyTagClassName
{
color: #A10FEA;
}
</style>
background-color css
<style>
a { background-color: #A10FEA; }
a { background-color: rgb(161,15,234); }
div.DivClassName
{
background-color: #A10FEA;
}
.BgClassName
{
background-color: #A10FEA;
}
</style>
border-color css
<style>
span { border-color: #A10FEA; }
span { border-color: rgb(161,15,234); }
td.TdClassName
{
border-color: #A10FEA;
}
.TagClassName
{
border-color: #A10FEA;
}
</style>