Shades of Electric Purple #AB20FC
Tints of Electric Purple #AB20FC
RGB
CMYK
RGB Variations
Color information
#AB20FC (or 0xAB20FC) is known color: Electric Purple. HEX triplet: AB, 20 and FC. RGB value is (171,32,252). Sum of RGB (Red+Green+Blue) = 171+32+252=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB20FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB20FC is #54DF03. Grayscale: #616161. Windows color (decimal): -5562116 or 16523435. OLE color: 16523435.
HSL color Cylindrical-coordinate representation of color #AB20FC: hue angle of 277.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB20FC is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 32 | 252 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.01 |
| HSL | 277.91º | 0.97% | 0.56% | - |
| HSV(B) | 277.91º | 0.87% | 0.99% | - |
| XYZ | 34.88 | 16.72 | 93.48 | - |
| YUV | 98.64 | 214.55 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 252 | 0.32 | 0.87 | 0 | 0.01 | 277.91 | 0.97 | 0.56 |
| Hex | AB | 20 | FC | 20 | 57 | 0 | 1 | 116 | 61 | 38 |
| Octal | 253 | 40 | 374 | 40 | 127 | 0 | 1 | 426 | 141 | 70 |
| Binary | 10101011 | 100000 | 11111100 | 100000 | 1010111 | 0 | 1 | 100010110 | 1100001 | 111000 |
Color Harmonies of #AB20FC
Complementary color
Monochromatic Colors of #AB20FC
Black with #AB20FC
Text Example
Text Example
White with #AB20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB20FC; }
p { color: rgb(171,32,252); }
H1.HeaderClassName
{
color: #AB20FC;
}
.AnyTagClassName
{
color: #AB20FC;
}
</style>
background-color css
<style>
a { background-color: #AB20FC; }
a { background-color: rgb(171,32,252); }
div.DivClassName
{
background-color: #AB20FC;
}
.BgClassName
{
background-color: #AB20FC;
}
</style>
border-color css
<style>
span { border-color: #AB20FC; }
span { border-color: rgb(171,32,252); }
td.TdClassName
{
border-color: #AB20FC;
}
.TagClassName
{
border-color: #AB20FC;
}
</style>