Shades of Electric Purple #A90FF5
Tints of Electric Purple #A90FF5
RGB
CMYK
RGB Variations
Color information
#A90FF5 (or 0xA90FF5) is known color: Electric Purple. HEX triplet: A9, 0F and F5. RGB value is (169,15,245). Sum of RGB (Red+Green+Blue) = 169+15+245=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #A90FF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90FF5 is #56F00A. Grayscale: #565656. Windows color (decimal): -5697547 or 16060329. OLE color: 16060329.
HSL color Cylindrical-coordinate representation of color #A90FF5: hue angle of 280.17º degrees, saturation: 0.92, 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 #A90FF5 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 15 | 245 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.04 |
| HSL | 280.17º | 0.92% | 0.51% | - |
| HSV(B) | 280.17º | 0.94% | 0.96% | - |
| XYZ | 33.01 | 15.37 | 87.61 | - |
| YUV | 87.27 | 217.02 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 245 | 0.31 | 0.94 | 0 | 0.04 | 280.17 | 0.92 | 0.51 |
| Hex | A9 | F | F5 | 1F | 5E | 0 | 4 | 118 | 5C | 33 |
| Octal | 251 | 17 | 365 | 37 | 136 | 0 | 4 | 430 | 134 | 63 |
| Binary | 10101001 | 1111 | 11110101 | 11111 | 1011110 | 0 | 100 | 100011000 | 1011100 | 110011 |
Color Harmonies of #A90FF5
Complementary color
Monochromatic Colors of #A90FF5
Black with #A90FF5
Text Example
Text Example
White with #A90FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FF5; }
p { color: rgb(169,15,245); }
H1.HeaderClassName
{
color: #A90FF5;
}
.AnyTagClassName
{
color: #A90FF5;
}
</style>
background-color css
<style>
a { background-color: #A90FF5; }
a { background-color: rgb(169,15,245); }
div.DivClassName
{
background-color: #A90FF5;
}
.BgClassName
{
background-color: #A90FF5;
}
</style>
border-color css
<style>
span { border-color: #A90FF5; }
span { border-color: rgb(169,15,245); }
td.TdClassName
{
border-color: #A90FF5;
}
.TagClassName
{
border-color: #A90FF5;
}
</style>