Shades of Electric Purple #A90FEB
Tints of Electric Purple #A90FEB
RGB
CMYK
RGB Variations
Color information
#A90FEB (or 0xA90FEB) is known color: Electric Purple. HEX triplet: A9, 0F and EB. RGB value is (169,15,235). Sum of RGB (Red+Green+Blue) = 169+15+235=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #A90FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FEB is #56F014. Grayscale: #555555. Windows color (decimal): -5697557 or 15404969. OLE color: 15404969.
HSL color Cylindrical-coordinate representation of color #A90FEB: hue angle of 282º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FEB is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 15 | 235 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.08 |
| HSL | 282º | 0.88% | 0.49% | - |
| HSV(B) | 282º | 0.94% | 0.92% | - |
| XYZ | 31.53 | 14.77 | 79.79 | - |
| YUV | 86.13 | 212.02 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 235 | 0.28 | 0.94 | 0 | 0.08 | 282 | 0.88 | 0.49 |
| Hex | A9 | F | EB | 1C | 5E | 0 | 8 | 11A | 58 | 31 |
| Octal | 251 | 17 | 353 | 34 | 136 | 0 | 10 | 432 | 130 | 61 |
| Binary | 10101001 | 1111 | 11101011 | 11100 | 1011110 | 0 | 1000 | 100011010 | 1011000 | 110001 |
Color Harmonies of #A90FEB
Complementary color
Monochromatic Colors of #A90FEB
Black with #A90FEB
Text Example
Text Example
White with #A90FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FEB; }
p { color: rgb(169,15,235); }
H1.HeaderClassName
{
color: #A90FEB;
}
.AnyTagClassName
{
color: #A90FEB;
}
</style>
background-color css
<style>
a { background-color: #A90FEB; }
a { background-color: rgb(169,15,235); }
div.DivClassName
{
background-color: #A90FEB;
}
.BgClassName
{
background-color: #A90FEB;
}
</style>
border-color css
<style>
span { border-color: #A90FEB; }
span { border-color: rgb(169,15,235); }
td.TdClassName
{
border-color: #A90FEB;
}
.TagClassName
{
border-color: #A90FEB;
}
</style>