Shades of Electric Purple #A20AFF
Tints of Electric Purple #A20AFF
RGB
CMYK
RGB Variations
Color information
#A20AFF (or 0xA20AFF) is known color: Electric Purple. HEX triplet: A2, 0A and FF. RGB value is (162,10,255). Sum of RGB (Red+Green+Blue) = 162+10+255=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A20AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20AFF is #5DF500. Grayscale: #525252. Windows color (decimal): -6157569 or 16714402. OLE color: 16714402.
HSL color Cylindrical-coordinate representation of color #A20AFF: hue angle of 277.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20AFF is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 10 | 255 | - |
| CMYK | 0.36 | 0.96 | 0 | 0 |
| HSL | 277.22º | 1% | 0.52% | - |
| HSV(B) | 277.22º | 0.96% | 1% | - |
| XYZ | 33.06 | 15.12 | 95.78 | - |
| YUV | 83.38 | 224.86 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 255 | 0.36 | 0.96 | 0 | 0 | 277.22 | 1 | 0.52 |
| Hex | A2 | A | FF | 24 | 60 | 0 | 0 | 115 | 64 | 34 |
| Octal | 242 | 12 | 377 | 44 | 140 | 0 | 0 | 425 | 144 | 64 |
| Binary | 10100010 | 1010 | 11111111 | 100100 | 1100000 | 0 | 0 | 100010101 | 1100100 | 110100 |
Color Harmonies of #A20AFF
Complementary color
Monochromatic Colors of #A20AFF
Black with #A20AFF
Text Example
Text Example
White with #A20AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AFF; }
p { color: rgb(162,10,255); }
H1.HeaderClassName
{
color: #A20AFF;
}
.AnyTagClassName
{
color: #A20AFF;
}
</style>
background-color css
<style>
a { background-color: #A20AFF; }
a { background-color: rgb(162,10,255); }
div.DivClassName
{
background-color: #A20AFF;
}
.BgClassName
{
background-color: #A20AFF;
}
</style>
border-color css
<style>
span { border-color: #A20AFF; }
span { border-color: rgb(162,10,255); }
td.TdClassName
{
border-color: #A20AFF;
}
.TagClassName
{
border-color: #A20AFF;
}
</style>