Shades of Electric Purple #A110F2
Tints of Electric Purple #A110F2
RGB
CMYK
RGB Variations
Color information
#A110F2 (or 0xA110F2) is known color: Electric Purple. HEX triplet: A1, 10 and F2. RGB value is (161,16,242). Sum of RGB (Red+Green+Blue) = 161+16+242=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #A110F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A110F2 is #5EEF0D. Grayscale: #545454. Windows color (decimal): -6221582 or 15863969. OLE color: 15863969.
HSL color Cylindrical-coordinate representation of color #A110F2: hue angle of 278.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A110F2 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 16 | 242 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.05 |
| HSL | 278.5º | 0.9% | 0.51% | - |
| HSV(B) | 278.5º | 0.93% | 0.95% | - |
| XYZ | 30.91 | 14.36 | 85.15 | - |
| YUV | 85.12 | 216.54 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 242 | 0.33 | 0.93 | 0 | 0.05 | 278.5 | 0.9 | 0.51 |
| Hex | A1 | 10 | F2 | 21 | 5D | 0 | 5 | 116 | 5A | 33 |
| Octal | 241 | 20 | 362 | 41 | 135 | 0 | 5 | 426 | 132 | 63 |
| Binary | 10100001 | 10000 | 11110010 | 100001 | 1011101 | 0 | 101 | 100010110 | 1011010 | 110011 |
Color Harmonies of #A110F2
Complementary color
Monochromatic Colors of #A110F2
Black with #A110F2
Text Example
Text Example
White with #A110F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A110F2; }
p { color: rgb(161,16,242); }
H1.HeaderClassName
{
color: #A110F2;
}
.AnyTagClassName
{
color: #A110F2;
}
</style>
background-color css
<style>
a { background-color: #A110F2; }
a { background-color: rgb(161,16,242); }
div.DivClassName
{
background-color: #A110F2;
}
.BgClassName
{
background-color: #A110F2;
}
</style>
border-color css
<style>
span { border-color: #A110F2; }
span { border-color: rgb(161,16,242); }
td.TdClassName
{
border-color: #A110F2;
}
.TagClassName
{
border-color: #A110F2;
}
</style>