Shades of Electric Purple #A910ED
Tints of Electric Purple #A910ED
RGB
CMYK
RGB Variations
Color information
#A910ED (or 0xA910ED) is known color: Electric Purple. HEX triplet: A9, 10 and ED. RGB value is (169,16,237). Sum of RGB (Red+Green+Blue) = 169+16+237=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #A910ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A910ED is #56EF12. Grayscale: #565656. Windows color (decimal): -5697299 or 15536297. OLE color: 15536297.
HSL color Cylindrical-coordinate representation of color #A910ED: hue angle of 281.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A910ED is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 16 | 237 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.07 |
| HSL | 281.54º | 0.87% | 0.5% | - |
| HSV(B) | 281.54º | 0.93% | 0.93% | - |
| XYZ | 31.83 | 14.92 | 81.32 | - |
| YUV | 86.94 | 212.69 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 237 | 0.29 | 0.93 | 0 | 0.07 | 281.54 | 0.87 | 0.5 |
| Hex | A9 | 10 | ED | 1D | 5D | 0 | 7 | 11A | 57 | 32 |
| Octal | 251 | 20 | 355 | 35 | 135 | 0 | 7 | 432 | 127 | 62 |
| Binary | 10101001 | 10000 | 11101101 | 11101 | 1011101 | 0 | 111 | 100011010 | 1010111 | 110010 |
Color Harmonies of #A910ED
Complementary color
Monochromatic Colors of #A910ED
Black with #A910ED
Text Example
Text Example
White with #A910ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A910ED; }
p { color: rgb(169,16,237); }
H1.HeaderClassName
{
color: #A910ED;
}
.AnyTagClassName
{
color: #A910ED;
}
</style>
background-color css
<style>
a { background-color: #A910ED; }
a { background-color: rgb(169,16,237); }
div.DivClassName
{
background-color: #A910ED;
}
.BgClassName
{
background-color: #A910ED;
}
</style>
border-color css
<style>
span { border-color: #A910ED; }
span { border-color: rgb(169,16,237); }
td.TdClassName
{
border-color: #A910ED;
}
.TagClassName
{
border-color: #A910ED;
}
</style>