Shades of Electric Purple #A90EEF
Tints of Electric Purple #A90EEF
RGB
CMYK
RGB Variations
Color information
#A90EEF (or 0xA90EEF) is known color: Electric Purple. HEX triplet: A9, 0E and EF. RGB value is (169,14,239). Sum of RGB (Red+Green+Blue) = 169+14+239=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #A90EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EEF is #56F110. Grayscale: #555555. Windows color (decimal): -5697809 or 15666857. OLE color: 15666857.
HSL color Cylindrical-coordinate representation of color #A90EEF: hue angle of 281.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EEF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 14 | 239 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.06 |
| HSL | 281.33º | 0.89% | 0.5% | - |
| HSV(B) | 281.33º | 0.94% | 0.94% | - |
| XYZ | 32.1 | 14.98 | 82.86 | - |
| YUV | 86 | 214.35 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 239 | 0.29 | 0.94 | 0 | 0.06 | 281.33 | 0.89 | 0.5 |
| Hex | A9 | E | EF | 1D | 5E | 0 | 6 | 119 | 59 | 32 |
| Octal | 251 | 16 | 357 | 35 | 136 | 0 | 6 | 431 | 131 | 62 |
| Binary | 10101001 | 1110 | 11101111 | 11101 | 1011110 | 0 | 110 | 100011001 | 1011001 | 110010 |
Color Harmonies of #A90EEF
Complementary color
Monochromatic Colors of #A90EEF
Black with #A90EEF
Text Example
Text Example
White with #A90EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90EEF; }
p { color: rgb(169,14,239); }
H1.HeaderClassName
{
color: #A90EEF;
}
.AnyTagClassName
{
color: #A90EEF;
}
</style>
background-color css
<style>
a { background-color: #A90EEF; }
a { background-color: rgb(169,14,239); }
div.DivClassName
{
background-color: #A90EEF;
}
.BgClassName
{
background-color: #A90EEF;
}
</style>
border-color css
<style>
span { border-color: #A90EEF; }
span { border-color: rgb(169,14,239); }
td.TdClassName
{
border-color: #A90EEF;
}
.TagClassName
{
border-color: #A90EEF;
}
</style>