Shades of Electric Purple #A90EED
Tints of Electric Purple #A90EED
RGB
CMYK
RGB Variations
Color information
#A90EED (or 0xA90EED) is known color: Electric Purple. HEX triplet: A9, 0E and ED. RGB value is (169,14,237). Sum of RGB (Red+Green+Blue) = 169+14+237=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #A90EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EED is #56F112. Grayscale: #555555. Windows color (decimal): -5697811 or 15535785. OLE color: 15535785.
HSL color Cylindrical-coordinate representation of color #A90EED: hue angle of 281.7º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EED is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 14 | 237 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.07 |
| HSL | 281.7º | 0.89% | 0.49% | - |
| HSV(B) | 281.7º | 0.94% | 0.93% | - |
| XYZ | 31.81 | 14.86 | 81.31 | - |
| YUV | 85.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 237 | 0.29 | 0.94 | 0 | 0.07 | 281.7 | 0.89 | 0.49 |
| Hex | A9 | E | ED | 1D | 5E | 0 | 7 | 11A | 59 | 31 |
| Octal | 251 | 16 | 355 | 35 | 136 | 0 | 7 | 432 | 131 | 61 |
| Binary | 10101001 | 1110 | 11101101 | 11101 | 1011110 | 0 | 111 | 100011010 | 1011001 | 110001 |
Color Harmonies of #A90EED
Complementary color
Monochromatic Colors of #A90EED
Black with #A90EED
Text Example
Text Example
White with #A90EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90EED; }
p { color: rgb(169,14,237); }
H1.HeaderClassName
{
color: #A90EED;
}
.AnyTagClassName
{
color: #A90EED;
}
</style>
background-color css
<style>
a { background-color: #A90EED; }
a { background-color: rgb(169,14,237); }
div.DivClassName
{
background-color: #A90EED;
}
.BgClassName
{
background-color: #A90EED;
}
</style>
border-color css
<style>
span { border-color: #A90EED; }
span { border-color: rgb(169,14,237); }
td.TdClassName
{
border-color: #A90EED;
}
.TagClassName
{
border-color: #A90EED;
}
</style>