Shades of Electric Purple #A90FFE
Tints of Electric Purple #A90FFE
RGB
CMYK
RGB Variations
Color information
#A90FFE (or 0xA90FFE) is known color: Electric Purple. HEX triplet: A9, 0F and FE. RGB value is (169,15,254). Sum of RGB (Red+Green+Blue) = 169+15+254=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #A90FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FFE is #56F001. Grayscale: #575757. Windows color (decimal): -5697538 or 16650153. OLE color: 16650153.
HSL color Cylindrical-coordinate representation of color #A90FFE: hue angle of 278.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90FFE is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 15 | 254 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.00 |
| HSL | 278.66º | 0.99% | 0.53% | - |
| HSV(B) | 278.66º | 0.94% | 1% | - |
| XYZ | 34.42 | 15.93 | 95.03 | - |
| YUV | 88.29 | 221.52 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 254 | 0.33 | 0.94 | 0 | 0.00 | 278.66 | 0.99 | 0.53 |
| Hex | A9 | F | FE | 21 | 5E | 0 | 0 | 117 | 63 | 35 |
| Octal | 251 | 17 | 376 | 41 | 136 | 0 | 0 | 427 | 143 | 65 |
| Binary | 10101001 | 1111 | 11111110 | 100001 | 1011110 | 0 | 0 | 100010111 | 1100011 | 110101 |
Color Harmonies of #A90FFE
Complementary color
Monochromatic Colors of #A90FFE
Black with #A90FFE
Text Example
Text Example
White with #A90FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FFE; }
p { color: rgb(169,15,254); }
H1.HeaderClassName
{
color: #A90FFE;
}
.AnyTagClassName
{
color: #A90FFE;
}
</style>
background-color css
<style>
a { background-color: #A90FFE; }
a { background-color: rgb(169,15,254); }
div.DivClassName
{
background-color: #A90FFE;
}
.BgClassName
{
background-color: #A90FFE;
}
</style>
border-color css
<style>
span { border-color: #A90FFE; }
span { border-color: rgb(169,15,254); }
td.TdClassName
{
border-color: #A90FFE;
}
.TagClassName
{
border-color: #A90FFE;
}
</style>