Shades of Electric Purple #A90AFE
Tints of Electric Purple #A90AFE
RGB
CMYK
RGB Variations
Color information
#A90AFE (or 0xA90AFE) is known color: Electric Purple. HEX triplet: A9, 0A and FE. RGB value is (169,10,254). Sum of RGB (Red+Green+Blue) = 169+10+254=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #A90AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90AFE is #56F501. Grayscale: #545454. Windows color (decimal): -5698818 or 16648873. OLE color: 16648873.
HSL color Cylindrical-coordinate representation of color #A90AFE: hue angle of 279.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90AFE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 10 | 254 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.00 |
| HSL | 279.1º | 0.99% | 0.52% | - |
| HSV(B) | 279.1º | 0.96% | 1% | - |
| XYZ | 34.36 | 15.81 | 95.01 | - |
| YUV | 85.36 | 223.18 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 254 | 0.33 | 0.96 | 0 | 0.00 | 279.1 | 0.99 | 0.52 |
| Hex | A9 | A | FE | 21 | 60 | 0 | 0 | 117 | 63 | 34 |
| Octal | 251 | 12 | 376 | 41 | 140 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101001 | 1010 | 11111110 | 100001 | 1100000 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #A90AFE
Complementary color
Monochromatic Colors of #A90AFE
Black with #A90AFE
Text Example
Text Example
White with #A90AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AFE; }
p { color: rgb(169,10,254); }
H1.HeaderClassName
{
color: #A90AFE;
}
.AnyTagClassName
{
color: #A90AFE;
}
</style>
background-color css
<style>
a { background-color: #A90AFE; }
a { background-color: rgb(169,10,254); }
div.DivClassName
{
background-color: #A90AFE;
}
.BgClassName
{
background-color: #A90AFE;
}
</style>
border-color css
<style>
span { border-color: #A90AFE; }
span { border-color: rgb(169,10,254); }
td.TdClassName
{
border-color: #A90AFE;
}
.TagClassName
{
border-color: #A90AFE;
}
</style>