Shades of Electric Purple #AB22FE
Tints of Electric Purple #AB22FE
RGB
CMYK
RGB Variations
Color information
#AB22FE (or 0xAB22FE) is known color: Electric Purple. HEX triplet: AB, 22 and FE. RGB value is (171,34,254). Sum of RGB (Red+Green+Blue) = 171+34+254=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB22FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB22FE is #54DD01. Grayscale: #636363. Windows color (decimal): -5561602 or 16655019. OLE color: 16655019.
HSL color Cylindrical-coordinate representation of color #AB22FE: hue angle of 277.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB22FE is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 34 | 254 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.00 |
| HSL | 277.36º | 0.99% | 0.56% | - |
| HSV(B) | 277.36º | 0.87% | 1% | - |
| XYZ | 35.26 | 16.96 | 95.18 | - |
| YUV | 100.04 | 214.89 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 254 | 0.33 | 0.87 | 0 | 0.00 | 277.36 | 0.99 | 0.56 |
| Hex | AB | 22 | FE | 21 | 57 | 0 | 0 | 115 | 63 | 38 |
| Octal | 253 | 42 | 376 | 41 | 127 | 0 | 0 | 425 | 143 | 70 |
| Binary | 10101011 | 100010 | 11111110 | 100001 | 1010111 | 0 | 0 | 100010101 | 1100011 | 111000 |
Color Harmonies of #AB22FE
Complementary color
Monochromatic Colors of #AB22FE
Black with #AB22FE
Text Example
Text Example
White with #AB22FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB22FE; }
p { color: rgb(171,34,254); }
H1.HeaderClassName
{
color: #AB22FE;
}
.AnyTagClassName
{
color: #AB22FE;
}
</style>
background-color css
<style>
a { background-color: #AB22FE; }
a { background-color: rgb(171,34,254); }
div.DivClassName
{
background-color: #AB22FE;
}
.BgClassName
{
background-color: #AB22FE;
}
</style>
border-color css
<style>
span { border-color: #AB22FE; }
span { border-color: rgb(171,34,254); }
td.TdClassName
{
border-color: #AB22FE;
}
.TagClassName
{
border-color: #AB22FE;
}
</style>