Shades of Electric Purple #A20BFD
Tints of Electric Purple #A20BFD
RGB
CMYK
RGB Variations
Color information
#A20BFD (or 0xA20BFD) is known color: Electric Purple. HEX triplet: A2, 0B and FD. RGB value is (162,11,253). Sum of RGB (Red+Green+Blue) = 162+11+253=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #A20BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BFD is #5DF402. Grayscale: #525252. Windows color (decimal): -6157315 or 16583586. OLE color: 16583586.
HSL color Cylindrical-coordinate representation of color #A20BFD: hue angle of 277.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20BFD is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 11 | 253 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.01 |
| HSL | 277.44º | 0.98% | 0.52% | - |
| HSV(B) | 277.44º | 0.96% | 0.99% | - |
| XYZ | 32.75 | 15.01 | 94.1 | - |
| YUV | 83.74 | 223.53 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 253 | 0.36 | 0.96 | 0 | 0.01 | 277.44 | 0.98 | 0.52 |
| Hex | A2 | B | FD | 24 | 60 | 0 | 1 | 115 | 62 | 34 |
| Octal | 242 | 13 | 375 | 44 | 140 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100010 | 1011 | 11111101 | 100100 | 1100000 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A20BFD
Complementary color
Monochromatic Colors of #A20BFD
Black with #A20BFD
Text Example
Text Example
White with #A20BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BFD; }
p { color: rgb(162,11,253); }
H1.HeaderClassName
{
color: #A20BFD;
}
.AnyTagClassName
{
color: #A20BFD;
}
</style>
background-color css
<style>
a { background-color: #A20BFD; }
a { background-color: rgb(162,11,253); }
div.DivClassName
{
background-color: #A20BFD;
}
.BgClassName
{
background-color: #A20BFD;
}
</style>
border-color css
<style>
span { border-color: #A20BFD; }
span { border-color: rgb(162,11,253); }
td.TdClassName
{
border-color: #A20BFD;
}
.TagClassName
{
border-color: #A20BFD;
}
</style>