Shades of Electric Purple #A205FE
Tints of Electric Purple #A205FE
RGB
CMYK
RGB Variations
Color information
#A205FE (or 0xA205FE) is known color: Electric Purple. HEX triplet: A2, 05 and FE. RGB value is (162,5,254). Sum of RGB (Red+Green+Blue) = 162+5+254=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #A205FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A205FE is #5DFA01. Grayscale: #4F4F4F. Windows color (decimal): -6158850 or 16647586. OLE color: 16647586.
HSL color Cylindrical-coordinate representation of color #A205FE: hue angle of 277.83º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A205FE is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 5 | 254 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.00 |
| HSL | 277.83º | 0.99% | 0.51% | - |
| HSV(B) | 277.83º | 0.98% | 1% | - |
| XYZ | 32.84 | 14.95 | 94.92 | - |
| YUV | 80.33 | 226.01 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 254 | 0.36 | 0.98 | 0 | 0.00 | 277.83 | 0.99 | 0.51 |
| Hex | A2 | 5 | FE | 24 | 62 | 0 | 0 | 116 | 63 | 33 |
| Octal | 242 | 5 | 376 | 44 | 142 | 0 | 0 | 426 | 143 | 63 |
| Binary | 10100010 | 101 | 11111110 | 100100 | 1100010 | 0 | 0 | 100010110 | 1100011 | 110011 |
Color Harmonies of #A205FE
Complementary color
Monochromatic Colors of #A205FE
Black with #A205FE
Text Example
Text Example
White with #A205FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205FE; }
p { color: rgb(162,5,254); }
H1.HeaderClassName
{
color: #A205FE;
}
.AnyTagClassName
{
color: #A205FE;
}
</style>
background-color css
<style>
a { background-color: #A205FE; }
a { background-color: rgb(162,5,254); }
div.DivClassName
{
background-color: #A205FE;
}
.BgClassName
{
background-color: #A205FE;
}
</style>
border-color css
<style>
span { border-color: #A205FE; }
span { border-color: rgb(162,5,254); }
td.TdClassName
{
border-color: #A205FE;
}
.TagClassName
{
border-color: #A205FE;
}
</style>