Shades of Electric Purple #AB21FF
Tints of Electric Purple #AB21FF
RGB
CMYK
RGB Variations
Color information
#AB21FF (or 0xAB21FF) is known color: Electric Purple. HEX triplet: AB, 21 and FF. RGB value is (171,33,255). Sum of RGB (Red+Green+Blue) = 171+33+255=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB21FF is #54DE00. Grayscale: #626262. Windows color (decimal): -5561857 or 16720299. OLE color: 16720299.
HSL color Cylindrical-coordinate representation of color #AB21FF: hue angle of 277.3º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB21FF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 33 | 255 | - |
| CMYK | 0.33 | 0.87 | 0 | 0 |
| HSL | 277.3º | 1% | 0.56% | - |
| HSV(B) | 277.3º | 0.87% | 1% | - |
| XYZ | 35.39 | 16.97 | 96.02 | - |
| YUV | 99.57 | 215.72 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 255 | 0.33 | 0.87 | 0 | 0 | 277.3 | 1 | 0.56 |
| Hex | AB | 21 | FF | 21 | 57 | 0 | 0 | 115 | 64 | 38 |
| Octal | 253 | 41 | 377 | 41 | 127 | 0 | 0 | 425 | 144 | 70 |
| Binary | 10101011 | 100001 | 11111111 | 100001 | 1010111 | 0 | 0 | 100010101 | 1100100 | 111000 |
Color Harmonies of #AB21FF
Complementary color
Monochromatic Colors of #AB21FF
Black with #AB21FF
Text Example
Text Example
White with #AB21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21FF; }
p { color: rgb(171,33,255); }
H1.HeaderClassName
{
color: #AB21FF;
}
.AnyTagClassName
{
color: #AB21FF;
}
</style>
background-color css
<style>
a { background-color: #AB21FF; }
a { background-color: rgb(171,33,255); }
div.DivClassName
{
background-color: #AB21FF;
}
.BgClassName
{
background-color: #AB21FF;
}
</style>
border-color css
<style>
span { border-color: #AB21FF; }
span { border-color: rgb(171,33,255); }
td.TdClassName
{
border-color: #AB21FF;
}
.TagClassName
{
border-color: #AB21FF;
}
</style>