Shades of Electric Purple #A902F9
Tints of Electric Purple #A902F9
RGB
CMYK
RGB Variations
Color information
#A902F9 (or 0xA902F9) is known color: Electric Purple. HEX triplet: A9, 02 and F9. RGB value is (169,2,249). Sum of RGB (Red+Green+Blue) = 169+2+249=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 249 (97.66% from 255 or 59.29% from 420); Max value from RGB is 249 - color contains mainly: blue. Hex color #A902F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A902F9 is #56FD06. Grayscale: #4F4F4F. Windows color (decimal): -5700871 or 16319145. OLE color: 16319145.
HSL color Cylindrical-coordinate representation of color #A902F9: hue angle of 280.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902F9 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 2 | 249 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.02 |
| HSL | 280.57º | 0.98% | 0.49% | - |
| HSV(B) | 280.57º | 0.99% | 0.98% | - |
| XYZ | 33.48 | 15.32 | 90.81 | - |
| YUV | 80.09 | 223.33 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 249 | 0.32 | 0.99 | 0 | 0.02 | 280.57 | 0.98 | 0.49 |
| Hex | A9 | 2 | F9 | 20 | 63 | 0 | 2 | 119 | 62 | 31 |
| Octal | 251 | 2 | 371 | 40 | 143 | 0 | 2 | 431 | 142 | 61 |
| Binary | 10101001 | 10 | 11111001 | 100000 | 1100011 | 0 | 10 | 100011001 | 1100010 | 110001 |
Color Harmonies of #A902F9
Complementary color
Monochromatic Colors of #A902F9
Black with #A902F9
Text Example
Text Example
White with #A902F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902F9; }
p { color: rgb(169,2,249); }
H1.HeaderClassName
{
color: #A902F9;
}
.AnyTagClassName
{
color: #A902F9;
}
</style>
background-color css
<style>
a { background-color: #A902F9; }
a { background-color: rgb(169,2,249); }
div.DivClassName
{
background-color: #A902F9;
}
.BgClassName
{
background-color: #A902F9;
}
</style>
border-color css
<style>
span { border-color: #A902F9; }
span { border-color: rgb(169,2,249); }
td.TdClassName
{
border-color: #A902F9;
}
.TagClassName
{
border-color: #A902F9;
}
</style>