Shades of Electric Purple #AB0BEA
Tints of Electric Purple #AB0BEA
RGB
CMYK
RGB Variations
Color information
#AB0BEA (or 0xAB0BEA) is known color: Electric Purple. HEX triplet: AB, 0B and EA. RGB value is (171,11,234). Sum of RGB (Red+Green+Blue) = 171+11+234=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB0BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BEA is #54F415. Grayscale: #535353. Windows color (decimal): -5567510 or 15338411. OLE color: 15338411.
HSL color Cylindrical-coordinate representation of color #AB0BEA: hue angle of 283.05º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0BEA is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 11 | 234 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.08 |
| HSL | 283.05º | 0.91% | 0.48% | - |
| HSV(B) | 283.05º | 0.95% | 0.92% | - |
| XYZ | 31.77 | 14.84 | 79.03 | - |
| YUV | 84.26 | 212.51 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 234 | 0.27 | 0.95 | 0 | 0.08 | 283.05 | 0.91 | 0.48 |
| Hex | AB | B | EA | 1B | 5F | 0 | 8 | 11B | 5B | 30 |
| Octal | 253 | 13 | 352 | 33 | 137 | 0 | 10 | 433 | 133 | 60 |
| Binary | 10101011 | 1011 | 11101010 | 11011 | 1011111 | 0 | 1000 | 100011011 | 1011011 | 110000 |
Color Harmonies of #AB0BEA
Complementary color
Monochromatic Colors of #AB0BEA
Black with #AB0BEA
Text Example
Text Example
White with #AB0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BEA; }
p { color: rgb(171,11,234); }
H1.HeaderClassName
{
color: #AB0BEA;
}
.AnyTagClassName
{
color: #AB0BEA;
}
</style>
background-color css
<style>
a { background-color: #AB0BEA; }
a { background-color: rgb(171,11,234); }
div.DivClassName
{
background-color: #AB0BEA;
}
.BgClassName
{
background-color: #AB0BEA;
}
</style>
border-color css
<style>
span { border-color: #AB0BEA; }
span { border-color: rgb(171,11,234); }
td.TdClassName
{
border-color: #AB0BEA;
}
.TagClassName
{
border-color: #AB0BEA;
}
</style>