Shades of Electric Purple #AB15FB
Tints of Electric Purple #AB15FB
RGB
CMYK
RGB Variations
Color information
#AB15FB (or 0xAB15FB) is known color: Electric Purple. HEX triplet: AB, 15 and FB. RGB value is (171,21,251). Sum of RGB (Red+Green+Blue) = 171+21+251=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB15FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15FB is #54EA04. Grayscale: #5B5B5B. Windows color (decimal): -5564933 or 16455083. OLE color: 16455083.
HSL color Cylindrical-coordinate representation of color #AB15FB: hue angle of 279.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB15FB is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 21 | 251 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.02 |
| HSL | 279.13º | 0.97% | 0.53% | - |
| HSV(B) | 279.13º | 0.92% | 0.98% | - |
| XYZ | 34.48 | 16.16 | 92.57 | - |
| YUV | 92.07 | 217.7 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 251 | 0.32 | 0.92 | 0 | 0.02 | 279.13 | 0.97 | 0.53 |
| Hex | AB | 15 | FB | 20 | 5C | 0 | 2 | 117 | 61 | 35 |
| Octal | 253 | 25 | 373 | 40 | 134 | 0 | 2 | 427 | 141 | 65 |
| Binary | 10101011 | 10101 | 11111011 | 100000 | 1011100 | 0 | 10 | 100010111 | 1100001 | 110101 |
Color Harmonies of #AB15FB
Complementary color
Monochromatic Colors of #AB15FB
Black with #AB15FB
Text Example
Text Example
White with #AB15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15FB; }
p { color: rgb(171,21,251); }
H1.HeaderClassName
{
color: #AB15FB;
}
.AnyTagClassName
{
color: #AB15FB;
}
</style>
background-color css
<style>
a { background-color: #AB15FB; }
a { background-color: rgb(171,21,251); }
div.DivClassName
{
background-color: #AB15FB;
}
.BgClassName
{
background-color: #AB15FB;
}
</style>
border-color css
<style>
span { border-color: #AB15FB; }
span { border-color: rgb(171,21,251); }
td.TdClassName
{
border-color: #AB15FB;
}
.TagClassName
{
border-color: #AB15FB;
}
</style>