Shades of Electric Purple #A202FF
Tints of Electric Purple #A202FF
RGB
CMYK
RGB Variations
Color information
#A202FF (or 0xA202FF) is known color: Electric Purple. HEX triplet: A2, 02 and FF. RGB value is (162,2,255). Sum of RGB (Red+Green+Blue) = 162+2+255=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #A202FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A202FF is #5DFD00. Grayscale: #4D4D4D. Windows color (decimal): -6159617 or 16712354. OLE color: 16712354.
HSL color Cylindrical-coordinate representation of color #A202FF: hue angle of 277.94º 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 #A202FF is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 2 | 255 | - |
| CMYK | 0.36 | 0.99 | 0 | 0 |
| HSL | 277.94º | 1% | 0.5% | - |
| HSV(B) | 277.94º | 0.99% | 1% | - |
| XYZ | 32.97 | 14.94 | 95.75 | - |
| YUV | 78.68 | 227.51 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 255 | 0.36 | 0.99 | 0 | 0 | 277.94 | 1 | 0.5 |
| Hex | A2 | 2 | FF | 24 | 63 | 0 | 0 | 116 | 64 | 32 |
| Octal | 242 | 2 | 377 | 44 | 143 | 0 | 0 | 426 | 144 | 62 |
| Binary | 10100010 | 10 | 11111111 | 100100 | 1100011 | 0 | 0 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A202FF
Complementary color
Monochromatic Colors of #A202FF
Black with #A202FF
Text Example
Text Example
White with #A202FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A202FF; }
p { color: rgb(162,2,255); }
H1.HeaderClassName
{
color: #A202FF;
}
.AnyTagClassName
{
color: #A202FF;
}
</style>
background-color css
<style>
a { background-color: #A202FF; }
a { background-color: rgb(162,2,255); }
div.DivClassName
{
background-color: #A202FF;
}
.BgClassName
{
background-color: #A202FF;
}
</style>
border-color css
<style>
span { border-color: #A202FF; }
span { border-color: rgb(162,2,255); }
td.TdClassName
{
border-color: #A202FF;
}
.TagClassName
{
border-color: #A202FF;
}
</style>