Shades of Electric Purple #A502FF
Tints of Electric Purple #A502FF
RGB
CMYK
RGB Variations
Color information
#A502FF (or 0xA502FF) is known color: Electric Purple. HEX triplet: A5, 02 and FF. RGB value is (165,2,255). Sum of RGB (Red+Green+Blue) = 165+2+255=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #A502FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502FF is #5AFD00. Grayscale: #4E4E4E. Windows color (decimal): -5963009 or 16712357. OLE color: 16712357.
HSL color Cylindrical-coordinate representation of color #A502FF: hue angle of 278.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502FF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 2 | 255 | - |
| CMYK | 0.35 | 0.99 | 0 | 0 |
| HSL | 278.66º | 1% | 0.5% | - |
| HSV(B) | 278.66º | 0.99% | 1% | - |
| XYZ | 33.59 | 15.26 | 95.78 | - |
| YUV | 79.58 | 227 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 255 | 0.35 | 0.99 | 0 | 0 | 278.66 | 1 | 0.5 |
| Hex | A5 | 2 | FF | 23 | 63 | 0 | 0 | 117 | 64 | 32 |
| Octal | 245 | 2 | 377 | 43 | 143 | 0 | 0 | 427 | 144 | 62 |
| Binary | 10100101 | 10 | 11111111 | 100011 | 1100011 | 0 | 0 | 100010111 | 1100100 | 110010 |
Color Harmonies of #A502FF
Complementary color
Monochromatic Colors of #A502FF
Black with #A502FF
Text Example
Text Example
White with #A502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502FF; }
p { color: rgb(165,2,255); }
H1.HeaderClassName
{
color: #A502FF;
}
.AnyTagClassName
{
color: #A502FF;
}
</style>
background-color css
<style>
a { background-color: #A502FF; }
a { background-color: rgb(165,2,255); }
div.DivClassName
{
background-color: #A502FF;
}
.BgClassName
{
background-color: #A502FF;
}
</style>
border-color css
<style>
span { border-color: #A502FF; }
span { border-color: rgb(165,2,255); }
td.TdClassName
{
border-color: #A502FF;
}
.TagClassName
{
border-color: #A502FF;
}
</style>