Shades of Electric Purple #A90FEF
Tints of Electric Purple #A90FEF
RGB
CMYK
RGB Variations
Color information
#A90FEF (or 0xA90FEF) is known color: Electric Purple. HEX triplet: A9, 0F and EF. RGB value is (169,15,239). Sum of RGB (Red+Green+Blue) = 169+15+239=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #A90FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FEF is #56F010. Grayscale: #555555. Windows color (decimal): -5697553 or 15667113. OLE color: 15667113.
HSL color Cylindrical-coordinate representation of color #A90FEF: hue angle of 281.25º degrees, saturation: 0.88, 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 #A90FEF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 15 | 239 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.06 |
| HSL | 281.25º | 0.88% | 0.5% | - |
| HSV(B) | 281.25º | 0.94% | 0.94% | - |
| XYZ | 32.11 | 15.01 | 82.87 | - |
| YUV | 86.58 | 214.02 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 239 | 0.29 | 0.94 | 0 | 0.06 | 281.25 | 0.88 | 0.5 |
| Hex | A9 | F | EF | 1D | 5E | 0 | 6 | 119 | 58 | 32 |
| Octal | 251 | 17 | 357 | 35 | 136 | 0 | 6 | 431 | 130 | 62 |
| Binary | 10101001 | 1111 | 11101111 | 11101 | 1011110 | 0 | 110 | 100011001 | 1011000 | 110010 |
Color Harmonies of #A90FEF
Complementary color
Monochromatic Colors of #A90FEF
Black with #A90FEF
Text Example
Text Example
White with #A90FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FEF; }
p { color: rgb(169,15,239); }
H1.HeaderClassName
{
color: #A90FEF;
}
.AnyTagClassName
{
color: #A90FEF;
}
</style>
background-color css
<style>
a { background-color: #A90FEF; }
a { background-color: rgb(169,15,239); }
div.DivClassName
{
background-color: #A90FEF;
}
.BgClassName
{
background-color: #A90FEF;
}
</style>
border-color css
<style>
span { border-color: #A90FEF; }
span { border-color: rgb(169,15,239); }
td.TdClassName
{
border-color: #A90FEF;
}
.TagClassName
{
border-color: #A90FEF;
}
</style>