Shades of Electric Purple #A110F9
Tints of Electric Purple #A110F9
RGB
CMYK
RGB Variations
Color information
#A110F9 (or 0xA110F9) is known color: Electric Purple. HEX triplet: A1, 10 and F9. RGB value is (161,16,249). Sum of RGB (Red+Green+Blue) = 161+16+249=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #A110F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110F9 is #5EEF06. Grayscale: #555555. Windows color (decimal): -6221575 or 16322721. OLE color: 16322721.
HSL color Cylindrical-coordinate representation of color #A110F9: hue angle of 277.34º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A110F9 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 16 | 249 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.02 |
| HSL | 277.34º | 0.95% | 0.52% | - |
| HSV(B) | 277.34º | 0.94% | 0.98% | - |
| XYZ | 31.98 | 14.79 | 90.79 | - |
| YUV | 85.92 | 220.04 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 249 | 0.35 | 0.94 | 0 | 0.02 | 277.34 | 0.95 | 0.52 |
| Hex | A1 | 10 | F9 | 23 | 5E | 0 | 2 | 115 | 5F | 34 |
| Octal | 241 | 20 | 371 | 43 | 136 | 0 | 2 | 425 | 137 | 64 |
| Binary | 10100001 | 10000 | 11111001 | 100011 | 1011110 | 0 | 10 | 100010101 | 1011111 | 110100 |
Color Harmonies of #A110F9
Complementary color
Monochromatic Colors of #A110F9
Black with #A110F9
Text Example
Text Example
White with #A110F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110F9; }
p { color: rgb(161,16,249); }
H1.HeaderClassName
{
color: #A110F9;
}
.AnyTagClassName
{
color: #A110F9;
}
</style>
background-color css
<style>
a { background-color: #A110F9; }
a { background-color: rgb(161,16,249); }
div.DivClassName
{
background-color: #A110F9;
}
.BgClassName
{
background-color: #A110F9;
}
</style>
border-color css
<style>
span { border-color: #A110F9; }
span { border-color: rgb(161,16,249); }
td.TdClassName
{
border-color: #A110F9;
}
.TagClassName
{
border-color: #A110F9;
}
</style>