Shades of Electric Purple #A10DF9
Tints of Electric Purple #A10DF9
RGB
CMYK
RGB Variations
Color information
#A10DF9 (or 0xA10DF9) is known color: Electric Purple. HEX triplet: A1, 0D and F9. RGB value is (161,13,249). Sum of RGB (Red+Green+Blue) = 161+13+249=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #A10DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10DF9 is #5EF206. Grayscale: #535353. Windows color (decimal): -6222343 or 16321953. OLE color: 16321953.
HSL color Cylindrical-coordinate representation of color #A10DF9: hue angle of 277.63º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10DF9 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 13 | 249 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 277.63º | 0.95% | 0.51% | - |
| HSV(B) | 277.63º | 0.95% | 0.98% | - |
| XYZ | 31.94 | 14.7 | 90.78 | - |
| YUV | 84.16 | 221.03 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 249 | 0.35 | 0.95 | 0 | 0.02 | 277.63 | 0.95 | 0.51 |
| Hex | A1 | D | F9 | 23 | 5F | 0 | 2 | 116 | 5F | 33 |
| Octal | 241 | 15 | 371 | 43 | 137 | 0 | 2 | 426 | 137 | 63 |
| Binary | 10100001 | 1101 | 11111001 | 100011 | 1011111 | 0 | 10 | 100010110 | 1011111 | 110011 |
Color Harmonies of #A10DF9
Complementary color
Monochromatic Colors of #A10DF9
Black with #A10DF9
Text Example
Text Example
White with #A10DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10DF9; }
p { color: rgb(161,13,249); }
H1.HeaderClassName
{
color: #A10DF9;
}
.AnyTagClassName
{
color: #A10DF9;
}
</style>
background-color css
<style>
a { background-color: #A10DF9; }
a { background-color: rgb(161,13,249); }
div.DivClassName
{
background-color: #A10DF9;
}
.BgClassName
{
background-color: #A10DF9;
}
</style>
border-color css
<style>
span { border-color: #A10DF9; }
span { border-color: rgb(161,13,249); }
td.TdClassName
{
border-color: #A10DF9;
}
.TagClassName
{
border-color: #A10DF9;
}
</style>