Shades of Electric Purple #A20FFF
Tints of Electric Purple #A20FFF
RGB
CMYK
RGB Variations
Color information
#A20FFF (or 0xA20FFF) is known color: Electric Purple. HEX triplet: A2, 0F and FF. RGB value is (162,15,255). Sum of RGB (Red+Green+Blue) = 162+15+255=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #A20FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20FFF is #5DF000. Grayscale: #555555. Windows color (decimal): -6156289 or 16715682. OLE color: 16715682.
HSL color Cylindrical-coordinate representation of color #A20FFF: hue angle of 276.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20FFF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 15 | 255 | - |
| CMYK | 0.36 | 0.94 | 0 | 0 |
| HSL | 276.75º | 1% | 0.53% | - |
| HSV(B) | 276.75º | 0.94% | 1% | - |
| XYZ | 33.12 | 15.24 | 95.8 | - |
| YUV | 86.31 | 223.2 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 255 | 0.36 | 0.94 | 0 | 0 | 276.75 | 1 | 0.53 |
| Hex | A2 | F | FF | 24 | 5E | 0 | 0 | 115 | 64 | 35 |
| Octal | 242 | 17 | 377 | 44 | 136 | 0 | 0 | 425 | 144 | 65 |
| Binary | 10100010 | 1111 | 11111111 | 100100 | 1011110 | 0 | 0 | 100010101 | 1100100 | 110101 |
Color Harmonies of #A20FFF
Complementary color
Monochromatic Colors of #A20FFF
Black with #A20FFF
Text Example
Text Example
White with #A20FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FFF; }
p { color: rgb(162,15,255); }
H1.HeaderClassName
{
color: #A20FFF;
}
.AnyTagClassName
{
color: #A20FFF;
}
</style>
background-color css
<style>
a { background-color: #A20FFF; }
a { background-color: rgb(162,15,255); }
div.DivClassName
{
background-color: #A20FFF;
}
.BgClassName
{
background-color: #A20FFF;
}
</style>
border-color css
<style>
span { border-color: #A20FFF; }
span { border-color: rgb(162,15,255); }
td.TdClassName
{
border-color: #A20FFF;
}
.TagClassName
{
border-color: #A20FFF;
}
</style>