Shades of Electric Purple #A10CF9
Tints of Electric Purple #A10CF9
RGB
CMYK
RGB Variations
Color information
#A10CF9 (or 0xA10CF9) is known color: Electric Purple. HEX triplet: A1, 0C and F9. RGB value is (161,12,249). Sum of RGB (Red+Green+Blue) = 161+12+249=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #A10CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CF9 is #5EF306. Grayscale: #525252. Windows color (decimal): -6222599 or 16321697. OLE color: 16321697.
HSL color Cylindrical-coordinate representation of color #A10CF9: hue angle of 277.72º 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 #A10CF9 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 12 | 249 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 277.72º | 0.95% | 0.51% | - |
| HSV(B) | 277.72º | 0.95% | 0.98% | - |
| XYZ | 31.93 | 14.68 | 90.77 | - |
| YUV | 83.57 | 221.36 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 249 | 0.35 | 0.95 | 0 | 0.02 | 277.72 | 0.95 | 0.51 |
| Hex | A1 | C | F9 | 23 | 5F | 0 | 2 | 116 | 5F | 33 |
| Octal | 241 | 14 | 371 | 43 | 137 | 0 | 2 | 426 | 137 | 63 |
| Binary | 10100001 | 1100 | 11111001 | 100011 | 1011111 | 0 | 10 | 100010110 | 1011111 | 110011 |
Color Harmonies of #A10CF9
Complementary color
Monochromatic Colors of #A10CF9
Black with #A10CF9
Text Example
Text Example
White with #A10CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CF9; }
p { color: rgb(161,12,249); }
H1.HeaderClassName
{
color: #A10CF9;
}
.AnyTagClassName
{
color: #A10CF9;
}
</style>
background-color css
<style>
a { background-color: #A10CF9; }
a { background-color: rgb(161,12,249); }
div.DivClassName
{
background-color: #A10CF9;
}
.BgClassName
{
background-color: #A10CF9;
}
</style>
border-color css
<style>
span { border-color: #A10CF9; }
span { border-color: rgb(161,12,249); }
td.TdClassName
{
border-color: #A10CF9;
}
.TagClassName
{
border-color: #A10CF9;
}
</style>