Shades of Electric Purple #A902FD
Tints of Electric Purple #A902FD
RGB
CMYK
RGB Variations
Color information
#A902FD (or 0xA902FD) is known color: Electric Purple. HEX triplet: A9, 02 and FD. RGB value is (169,2,253). Sum of RGB (Red+Green+Blue) = 169+2+253=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #A902FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A902FD is #56FD02. Grayscale: #4F4F4F. Windows color (decimal): -5700867 or 16581289. OLE color: 16581289.
HSL color Cylindrical-coordinate representation of color #A902FD: hue angle of 279.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A902FD is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 2 | 253 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.01 |
| HSL | 279.92º | 0.98% | 0.5% | - |
| HSV(B) | 279.92º | 0.99% | 0.99% | - |
| XYZ | 34.11 | 15.57 | 94.14 | - |
| YUV | 80.55 | 225.33 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 253 | 0.33 | 0.99 | 0 | 0.01 | 279.92 | 0.98 | 0.5 |
| Hex | A9 | 2 | FD | 21 | 63 | 0 | 1 | 118 | 62 | 32 |
| Octal | 251 | 2 | 375 | 41 | 143 | 0 | 1 | 430 | 142 | 62 |
| Binary | 10101001 | 10 | 11111101 | 100001 | 1100011 | 0 | 1 | 100011000 | 1100010 | 110010 |
Color Harmonies of #A902FD
Complementary color
Monochromatic Colors of #A902FD
Black with #A902FD
Text Example
Text Example
White with #A902FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902FD; }
p { color: rgb(169,2,253); }
H1.HeaderClassName
{
color: #A902FD;
}
.AnyTagClassName
{
color: #A902FD;
}
</style>
background-color css
<style>
a { background-color: #A902FD; }
a { background-color: rgb(169,2,253); }
div.DivClassName
{
background-color: #A902FD;
}
.BgClassName
{
background-color: #A902FD;
}
</style>
border-color css
<style>
span { border-color: #A902FD; }
span { border-color: rgb(169,2,253); }
td.TdClassName
{
border-color: #A902FD;
}
.TagClassName
{
border-color: #A902FD;
}
</style>