Shades of Electric Purple #A20EFD
Tints of Electric Purple #A20EFD
RGB
CMYK
RGB Variations
Color information
#A20EFD (or 0xA20EFD) is known color: Electric Purple. HEX triplet: A2, 0E and FD. RGB value is (162,14,253). Sum of RGB (Red+Green+Blue) = 162+14+253=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #A20EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20EFD is #5DF102. Grayscale: #545454. Windows color (decimal): -6156547 or 16584354. OLE color: 16584354.
HSL color Cylindrical-coordinate representation of color #A20EFD: hue angle of 277.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20EFD is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 14 | 253 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.01 |
| HSL | 277.15º | 0.98% | 0.52% | - |
| HSV(B) | 277.15º | 0.94% | 0.99% | - |
| XYZ | 32.79 | 15.09 | 94.11 | - |
| YUV | 85.5 | 222.53 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 253 | 0.36 | 0.94 | 0 | 0.01 | 277.15 | 0.98 | 0.52 |
| Hex | A2 | E | FD | 24 | 5E | 0 | 1 | 115 | 62 | 34 |
| Octal | 242 | 16 | 375 | 44 | 136 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100010 | 1110 | 11111101 | 100100 | 1011110 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A20EFD
Complementary color
Monochromatic Colors of #A20EFD
Black with #A20EFD
Text Example
Text Example
White with #A20EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20EFD; }
p { color: rgb(162,14,253); }
H1.HeaderClassName
{
color: #A20EFD;
}
.AnyTagClassName
{
color: #A20EFD;
}
</style>
background-color css
<style>
a { background-color: #A20EFD; }
a { background-color: rgb(162,14,253); }
div.DivClassName
{
background-color: #A20EFD;
}
.BgClassName
{
background-color: #A20EFD;
}
</style>
border-color css
<style>
span { border-color: #A20EFD; }
span { border-color: rgb(162,14,253); }
td.TdClassName
{
border-color: #A20EFD;
}
.TagClassName
{
border-color: #A20EFD;
}
</style>