Shades of Electric Purple #A20DFB
Tints of Electric Purple #A20DFB
RGB
CMYK
RGB Variations
Color information
#A20DFB (or 0xA20DFB) is known color: Electric Purple. HEX triplet: A2, 0D and FB. RGB value is (162,13,251). Sum of RGB (Red+Green+Blue) = 162+13+251=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #A20DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20DFB is #5DF204. Grayscale: #535353. Windows color (decimal): -6156805 or 16453026. OLE color: 16453026.
HSL color Cylindrical-coordinate representation of color #A20DFB: hue angle of 277.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20DFB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 13 | 251 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.02 |
| HSL | 277.56º | 0.97% | 0.52% | - |
| HSV(B) | 277.56º | 0.95% | 0.98% | - |
| XYZ | 32.46 | 14.93 | 92.44 | - |
| YUV | 84.68 | 221.86 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 251 | 0.35 | 0.95 | 0 | 0.02 | 277.56 | 0.97 | 0.52 |
| Hex | A2 | D | FB | 23 | 5F | 0 | 2 | 116 | 61 | 34 |
| Octal | 242 | 15 | 373 | 43 | 137 | 0 | 2 | 426 | 141 | 64 |
| Binary | 10100010 | 1101 | 11111011 | 100011 | 1011111 | 0 | 10 | 100010110 | 1100001 | 110100 |
Color Harmonies of #A20DFB
Complementary color
Monochromatic Colors of #A20DFB
Black with #A20DFB
Text Example
Text Example
White with #A20DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DFB; }
p { color: rgb(162,13,251); }
H1.HeaderClassName
{
color: #A20DFB;
}
.AnyTagClassName
{
color: #A20DFB;
}
</style>
background-color css
<style>
a { background-color: #A20DFB; }
a { background-color: rgb(162,13,251); }
div.DivClassName
{
background-color: #A20DFB;
}
.BgClassName
{
background-color: #A20DFB;
}
</style>
border-color css
<style>
span { border-color: #A20DFB; }
span { border-color: rgb(162,13,251); }
td.TdClassName
{
border-color: #A20DFB;
}
.TagClassName
{
border-color: #A20DFB;
}
</style>