Shades of Electric Purple #A502F9
Tints of Electric Purple #A502F9
RGB
CMYK
RGB Variations
Color information
#A502F9 (or 0xA502F9) is known color: Electric Purple. HEX triplet: A5, 02 and F9. RGB value is (165,2,249). Sum of RGB (Red+Green+Blue) = 165+2+249=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 249 (97.66% from 255 or 59.86% from 416); Max value from RGB is 249 - color contains mainly: blue. Hex color #A502F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502F9 is #5AFD06. Grayscale: #4E4E4E. Windows color (decimal): -5963015 or 16319141. OLE color: 16319141.
HSL color Cylindrical-coordinate representation of color #A502F9: hue angle of 279.6º 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 #A502F9 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 2 | 249 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.02 |
| HSL | 279.6º | 0.98% | 0.49% | - |
| HSV(B) | 279.6º | 0.99% | 0.98% | - |
| XYZ | 32.64 | 14.88 | 90.77 | - |
| YUV | 78.9 | 224 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 249 | 0.34 | 0.99 | 0 | 0.02 | 279.6 | 0.98 | 0.49 |
| Hex | A5 | 2 | F9 | 22 | 63 | 0 | 2 | 118 | 62 | 31 |
| Octal | 245 | 2 | 371 | 42 | 143 | 0 | 2 | 430 | 142 | 61 |
| Binary | 10100101 | 10 | 11111001 | 100010 | 1100011 | 0 | 10 | 100011000 | 1100010 | 110001 |
Color Harmonies of #A502F9
Complementary color
Monochromatic Colors of #A502F9
Black with #A502F9
Text Example
Text Example
White with #A502F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502F9; }
p { color: rgb(165,2,249); }
H1.HeaderClassName
{
color: #A502F9;
}
.AnyTagClassName
{
color: #A502F9;
}
</style>
background-color css
<style>
a { background-color: #A502F9; }
a { background-color: rgb(165,2,249); }
div.DivClassName
{
background-color: #A502F9;
}
.BgClassName
{
background-color: #A502F9;
}
</style>
border-color css
<style>
span { border-color: #A502F9; }
span { border-color: rgb(165,2,249); }
td.TdClassName
{
border-color: #A502F9;
}
.TagClassName
{
border-color: #A502F9;
}
</style>