Shades of Electric Purple #A20DFE
Tints of Electric Purple #A20DFE
RGB
CMYK
RGB Variations
Color information
#A20DFE (or 0xA20DFE) is known color: Electric Purple. HEX triplet: A2, 0D and FE. RGB value is (162,13,254). Sum of RGB (Red+Green+Blue) = 162+13+254=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A20DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20DFE is #5DF201. Grayscale: #545454. Windows color (decimal): -6156802 or 16649634. OLE color: 16649634.
HSL color Cylindrical-coordinate representation of color #A20DFE: hue angle of 277.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20DFE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 13 | 254 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.00 |
| HSL | 277.1º | 0.99% | 0.52% | - |
| HSV(B) | 277.1º | 0.95% | 1% | - |
| XYZ | 32.93 | 15.12 | 94.95 | - |
| YUV | 85.03 | 223.36 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 254 | 0.36 | 0.95 | 0 | 0.00 | 277.1 | 0.99 | 0.52 |
| Hex | A2 | D | FE | 24 | 5F | 0 | 0 | 115 | 63 | 34 |
| Octal | 242 | 15 | 376 | 44 | 137 | 0 | 0 | 425 | 143 | 64 |
| Binary | 10100010 | 1101 | 11111110 | 100100 | 1011111 | 0 | 0 | 100010101 | 1100011 | 110100 |
Color Harmonies of #A20DFE
Complementary color
Monochromatic Colors of #A20DFE
Black with #A20DFE
Text Example
Text Example
White with #A20DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DFE; }
p { color: rgb(162,13,254); }
H1.HeaderClassName
{
color: #A20DFE;
}
.AnyTagClassName
{
color: #A20DFE;
}
</style>
background-color css
<style>
a { background-color: #A20DFE; }
a { background-color: rgb(162,13,254); }
div.DivClassName
{
background-color: #A20DFE;
}
.BgClassName
{
background-color: #A20DFE;
}
</style>
border-color css
<style>
span { border-color: #A20DFE; }
span { border-color: rgb(162,13,254); }
td.TdClassName
{
border-color: #A20DFE;
}
.TagClassName
{
border-color: #A20DFE;
}
</style>