Shades of Electric Purple #A902F1
Tints of Electric Purple #A902F1
RGB
CMYK
RGB Variations
Color information
#A902F1 (or 0xA902F1) is known color: Electric Purple. HEX triplet: A9, 02 and F1. RGB value is (169,2,241). Sum of RGB (Red+Green+Blue) = 169+2+241=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #A902F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A902F1 is #56FD0E. Grayscale: #4E4E4E. Windows color (decimal): -5700879 or 15794857. OLE color: 15794857.
HSL color Cylindrical-coordinate representation of color #A902F1: hue angle of 281.92º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902F1 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 2 | 241 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.05 |
| HSL | 281.92º | 0.98% | 0.48% | - |
| HSV(B) | 281.92º | 0.99% | 0.95% | - |
| XYZ | 32.26 | 14.83 | 84.38 | - |
| YUV | 79.18 | 219.33 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 241 | 0.30 | 0.99 | 0 | 0.05 | 281.92 | 0.98 | 0.48 |
| Hex | A9 | 2 | F1 | 1E | 63 | 0 | 5 | 11A | 62 | 30 |
| Octal | 251 | 2 | 361 | 36 | 143 | 0 | 5 | 432 | 142 | 60 |
| Binary | 10101001 | 10 | 11110001 | 11110 | 1100011 | 0 | 101 | 100011010 | 1100010 | 110000 |
Color Harmonies of #A902F1
Complementary color
Monochromatic Colors of #A902F1
Black with #A902F1
Text Example
Text Example
White with #A902F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902F1; }
p { color: rgb(169,2,241); }
H1.HeaderClassName
{
color: #A902F1;
}
.AnyTagClassName
{
color: #A902F1;
}
</style>
background-color css
<style>
a { background-color: #A902F1; }
a { background-color: rgb(169,2,241); }
div.DivClassName
{
background-color: #A902F1;
}
.BgClassName
{
background-color: #A902F1;
}
</style>
border-color css
<style>
span { border-color: #A902F1; }
span { border-color: rgb(169,2,241); }
td.TdClassName
{
border-color: #A902F1;
}
.TagClassName
{
border-color: #A902F1;
}
</style>