Shades of Electric Purple #A90EF6
Tints of Electric Purple #A90EF6
RGB
CMYK
RGB Variations
Color information
#A90EF6 (or 0xA90EF6) is known color: Electric Purple. HEX triplet: A9, 0E and F6. RGB value is (169,14,246). Sum of RGB (Red+Green+Blue) = 169+14+246=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #A90EF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EF6 is #56F109. Grayscale: #565656. Windows color (decimal): -5697802 or 16125609. OLE color: 16125609.
HSL color Cylindrical-coordinate representation of color #A90EF6: hue angle of 280.09º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EF6 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 14 | 246 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.04 |
| HSL | 280.09º | 0.93% | 0.51% | - |
| HSV(B) | 280.09º | 0.94% | 0.96% | - |
| XYZ | 33.15 | 15.4 | 88.41 | - |
| YUV | 86.79 | 217.85 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 246 | 0.31 | 0.94 | 0 | 0.04 | 280.09 | 0.93 | 0.51 |
| Hex | A9 | E | F6 | 1F | 5E | 0 | 4 | 118 | 5D | 33 |
| Octal | 251 | 16 | 366 | 37 | 136 | 0 | 4 | 430 | 135 | 63 |
| Binary | 10101001 | 1110 | 11110110 | 11111 | 1011110 | 0 | 100 | 100011000 | 1011101 | 110011 |
Color Harmonies of #A90EF6
Complementary color
Monochromatic Colors of #A90EF6
Black with #A90EF6
Text Example
Text Example
White with #A90EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90EF6; }
p { color: rgb(169,14,246); }
H1.HeaderClassName
{
color: #A90EF6;
}
.AnyTagClassName
{
color: #A90EF6;
}
</style>
background-color css
<style>
a { background-color: #A90EF6; }
a { background-color: rgb(169,14,246); }
div.DivClassName
{
background-color: #A90EF6;
}
.BgClassName
{
background-color: #A90EF6;
}
</style>
border-color css
<style>
span { border-color: #A90EF6; }
span { border-color: rgb(169,14,246); }
td.TdClassName
{
border-color: #A90EF6;
}
.TagClassName
{
border-color: #A90EF6;
}
</style>