Shades of Electric Purple #AB0AFB
Tints of Electric Purple #AB0AFB
RGB
CMYK
RGB Variations
Color information
#AB0AFB (or 0xAB0AFB) is known color: Electric Purple. HEX triplet: AB, 0A and FB. RGB value is (171,10,251). Sum of RGB (Red+Green+Blue) = 171+10+251=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB0AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0AFB is #54F504. Grayscale: #545454. Windows color (decimal): -5567749 or 16452267. OLE color: 16452267.
HSL color Cylindrical-coordinate representation of color #AB0AFB: hue angle of 280.08º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0AFB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 10 | 251 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.02 |
| HSL | 280.08º | 0.97% | 0.51% | - |
| HSV(B) | 280.08º | 0.96% | 0.98% | - |
| XYZ | 34.32 | 15.84 | 92.52 | - |
| YUV | 85.61 | 221.34 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 251 | 0.32 | 0.96 | 0 | 0.02 | 280.08 | 0.97 | 0.51 |
| Hex | AB | A | FB | 20 | 60 | 0 | 2 | 118 | 61 | 33 |
| Octal | 253 | 12 | 373 | 40 | 140 | 0 | 2 | 430 | 141 | 63 |
| Binary | 10101011 | 1010 | 11111011 | 100000 | 1100000 | 0 | 10 | 100011000 | 1100001 | 110011 |
Color Harmonies of #AB0AFB
Complementary color
Monochromatic Colors of #AB0AFB
Black with #AB0AFB
Text Example
Text Example
White with #AB0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AFB; }
p { color: rgb(171,10,251); }
H1.HeaderClassName
{
color: #AB0AFB;
}
.AnyTagClassName
{
color: #AB0AFB;
}
</style>
background-color css
<style>
a { background-color: #AB0AFB; }
a { background-color: rgb(171,10,251); }
div.DivClassName
{
background-color: #AB0AFB;
}
.BgClassName
{
background-color: #AB0AFB;
}
</style>
border-color css
<style>
span { border-color: #AB0AFB; }
span { border-color: rgb(171,10,251); }
td.TdClassName
{
border-color: #AB0AFB;
}
.TagClassName
{
border-color: #AB0AFB;
}
</style>