Shades of Electric Purple #A110FA
Tints of Electric Purple #A110FA
RGB
CMYK
RGB Variations
Color information
#A110FA (or 0xA110FA) is known color: Electric Purple. HEX triplet: A1, 10 and FA. RGB value is (161,16,250). Sum of RGB (Red+Green+Blue) = 161+16+250=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #A110FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110FA is #5EEF05. Grayscale: #555555. Windows color (decimal): -6221574 or 16388257. OLE color: 16388257.
HSL color Cylindrical-coordinate representation of color #A110FA: hue angle of 277.18º degrees, saturation: 0.96, 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 #A110FA is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 16 | 250 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.02 |
| HSL | 277.18º | 0.96% | 0.52% | - |
| HSV(B) | 277.18º | 0.94% | 0.98% | - |
| XYZ | 32.14 | 14.85 | 91.61 | - |
| YUV | 86.03 | 220.54 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 250 | 0.36 | 0.94 | 0 | 0.02 | 277.18 | 0.96 | 0.52 |
| Hex | A1 | 10 | FA | 24 | 5E | 0 | 2 | 115 | 60 | 34 |
| Octal | 241 | 20 | 372 | 44 | 136 | 0 | 2 | 425 | 140 | 64 |
| Binary | 10100001 | 10000 | 11111010 | 100100 | 1011110 | 0 | 10 | 100010101 | 1100000 | 110100 |
Color Harmonies of #A110FA
Complementary color
Monochromatic Colors of #A110FA
Black with #A110FA
Text Example
Text Example
White with #A110FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110FA; }
p { color: rgb(161,16,250); }
H1.HeaderClassName
{
color: #A110FA;
}
.AnyTagClassName
{
color: #A110FA;
}
</style>
background-color css
<style>
a { background-color: #A110FA; }
a { background-color: rgb(161,16,250); }
div.DivClassName
{
background-color: #A110FA;
}
.BgClassName
{
background-color: #A110FA;
}
</style>
border-color css
<style>
span { border-color: #A110FA; }
span { border-color: rgb(161,16,250); }
td.TdClassName
{
border-color: #A110FA;
}
.TagClassName
{
border-color: #A110FA;
}
</style>