Shades of Electric Purple #AB22FF
Tints of Electric Purple #AB22FF
RGB
CMYK
RGB Variations
Color information
#AB22FF (or 0xAB22FF) is known color: Electric Purple. HEX triplet: AB, 22 and FF. RGB value is (171,34,255). Sum of RGB (Red+Green+Blue) = 171+34+255=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB22FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB22FF is #54DD00. Grayscale: #636363. Windows color (decimal): -5561601 or 16720555. OLE color: 16720555.
HSL color Cylindrical-coordinate representation of color #AB22FF: hue angle of 277.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB22FF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 34 | 255 | - |
| CMYK | 0.33 | 0.87 | 0 | 0 |
| HSL | 277.19º | 1% | 0.57% | - |
| HSV(B) | 277.19º | 0.87% | 1% | - |
| XYZ | 35.42 | 17.02 | 96.03 | - |
| YUV | 100.16 | 215.39 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 255 | 0.33 | 0.87 | 0 | 0 | 277.19 | 1 | 0.57 |
| Hex | AB | 22 | FF | 21 | 57 | 0 | 0 | 115 | 64 | 39 |
| Octal | 253 | 42 | 377 | 41 | 127 | 0 | 0 | 425 | 144 | 71 |
| Binary | 10101011 | 100010 | 11111111 | 100001 | 1010111 | 0 | 0 | 100010101 | 1100100 | 111001 |
Color Harmonies of #AB22FF
Complementary color
Monochromatic Colors of #AB22FF
Black with #AB22FF
Text Example
Text Example
White with #AB22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB22FF; }
p { color: rgb(171,34,255); }
H1.HeaderClassName
{
color: #AB22FF;
}
.AnyTagClassName
{
color: #AB22FF;
}
</style>
background-color css
<style>
a { background-color: #AB22FF; }
a { background-color: rgb(171,34,255); }
div.DivClassName
{
background-color: #AB22FF;
}
.BgClassName
{
background-color: #AB22FF;
}
</style>
border-color css
<style>
span { border-color: #AB22FF; }
span { border-color: rgb(171,34,255); }
td.TdClassName
{
border-color: #AB22FF;
}
.TagClassName
{
border-color: #AB22FF;
}
</style>