Shades of Electric Purple #A802F9
Tints of Electric Purple #A802F9
RGB
CMYK
RGB Variations
Color information
#A802F9 (or 0xA802F9) is known color: Electric Purple. HEX triplet: A8, 02 and F9. RGB value is (168,2,249). Sum of RGB (Red+Green+Blue) = 168+2+249=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #A802F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A802F9 is #57FD06. Grayscale: #4E4E4E. Windows color (decimal): -5766407 or 16319144. OLE color: 16319144.
HSL color Cylindrical-coordinate representation of color #A802F9: hue angle of 280.32º 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 #A802F9 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 2 | 249 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.02 |
| HSL | 280.32º | 0.98% | 0.49% | - |
| HSV(B) | 280.32º | 0.99% | 0.98% | - |
| XYZ | 33.27 | 15.21 | 90.8 | - |
| YUV | 79.79 | 223.5 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 249 | 0.33 | 0.99 | 0 | 0.02 | 280.32 | 0.98 | 0.49 |
| Hex | A8 | 2 | F9 | 21 | 63 | 0 | 2 | 118 | 62 | 31 |
| Octal | 250 | 2 | 371 | 41 | 143 | 0 | 2 | 430 | 142 | 61 |
| Binary | 10101000 | 10 | 11111001 | 100001 | 1100011 | 0 | 10 | 100011000 | 1100010 | 110001 |
Color Harmonies of #A802F9
Complementary color
Monochromatic Colors of #A802F9
Black with #A802F9
Text Example
Text Example
White with #A802F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A802F9; }
p { color: rgb(168,2,249); }
H1.HeaderClassName
{
color: #A802F9;
}
.AnyTagClassName
{
color: #A802F9;
}
</style>
background-color css
<style>
a { background-color: #A802F9; }
a { background-color: rgb(168,2,249); }
div.DivClassName
{
background-color: #A802F9;
}
.BgClassName
{
background-color: #A802F9;
}
</style>
border-color css
<style>
span { border-color: #A802F9; }
span { border-color: rgb(168,2,249); }
td.TdClassName
{
border-color: #A802F9;
}
.TagClassName
{
border-color: #A802F9;
}
</style>