Shades of Electric Purple #A20CFD
Tints of Electric Purple #A20CFD
RGB
CMYK
RGB Variations
Color information
#A20CFD (or 0xA20CFD) is known color: Electric Purple. HEX triplet: A2, 0C and FD. RGB value is (162,12,253). Sum of RGB (Red+Green+Blue) = 162+12+253=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #A20CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CFD is #5DF302. Grayscale: #535353. Windows color (decimal): -6157059 or 16583842. OLE color: 16583842.
HSL color Cylindrical-coordinate representation of color #A20CFD: hue angle of 277.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CFD is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 12 | 253 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.01 |
| HSL | 277.34º | 0.98% | 0.52% | - |
| HSV(B) | 277.34º | 0.95% | 0.99% | - |
| XYZ | 32.76 | 15.04 | 94.1 | - |
| YUV | 84.32 | 223.2 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 253 | 0.36 | 0.95 | 0 | 0.01 | 277.34 | 0.98 | 0.52 |
| Hex | A2 | C | FD | 24 | 5F | 0 | 1 | 115 | 62 | 34 |
| Octal | 242 | 14 | 375 | 44 | 137 | 0 | 1 | 425 | 142 | 64 |
| Binary | 10100010 | 1100 | 11111101 | 100100 | 1011111 | 0 | 1 | 100010101 | 1100010 | 110100 |
Color Harmonies of #A20CFD
Complementary color
Monochromatic Colors of #A20CFD
Black with #A20CFD
Text Example
Text Example
White with #A20CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CFD; }
p { color: rgb(162,12,253); }
H1.HeaderClassName
{
color: #A20CFD;
}
.AnyTagClassName
{
color: #A20CFD;
}
</style>
background-color css
<style>
a { background-color: #A20CFD; }
a { background-color: rgb(162,12,253); }
div.DivClassName
{
background-color: #A20CFD;
}
.BgClassName
{
background-color: #A20CFD;
}
</style>
border-color css
<style>
span { border-color: #A20CFD; }
span { border-color: rgb(162,12,253); }
td.TdClassName
{
border-color: #A20CFD;
}
.TagClassName
{
border-color: #A20CFD;
}
</style>