Shades of Electric Purple #AB00EA
Tints of Electric Purple #AB00EA
RGB
CMYK
RGB Variations
Color information
#AB00EA (or 0xAB00EA) is known color: Electric Purple. HEX triplet: AB, 00 and EA. RGB value is (171,0,234). Sum of RGB (Red+Green+Blue) = 171+0+234=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB00EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB00EA is #54FF15. Grayscale: #4D4D4D. Windows color (decimal): -5570326 or 15335595. OLE color: 15335595.
HSL color Cylindrical-coordinate representation of color #AB00EA: hue angle of 283.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00EA is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 0 | 234 | - |
| CMYK | 0.27 | 1 | 0 | 0.08 |
| HSL | 283.85º | 1% | 0.46% | - |
| HSV(B) | 283.85º | 1% | 0.92% | - |
| XYZ | 31.65 | 14.6 | 78.99 | - |
| YUV | 77.81 | 216.15 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 234 | 0.27 | 1 | 0 | 0.08 | 283.85 | 1 | 0.46 |
| Hex | AB | 0 | EA | 1B | 64 | 0 | 8 | 11C | 64 | 2E |
| Octal | 253 | 0 | 352 | 33 | 144 | 0 | 10 | 434 | 144 | 56 |
| Binary | 10101011 | 0 | 11101010 | 11011 | 1100100 | 0 | 1000 | 100011100 | 1100100 | 101110 |
Color Harmonies of #AB00EA
Complementary color
Monochromatic Colors of #AB00EA
Black with #AB00EA
Text Example
Text Example
White with #AB00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00EA; }
p { color: rgb(171,0,234); }
H1.HeaderClassName
{
color: #AB00EA;
}
.AnyTagClassName
{
color: #AB00EA;
}
</style>
background-color css
<style>
a { background-color: #AB00EA; }
a { background-color: rgb(171,0,234); }
div.DivClassName
{
background-color: #AB00EA;
}
.BgClassName
{
background-color: #AB00EA;
}
</style>
border-color css
<style>
span { border-color: #AB00EA; }
span { border-color: rgb(171,0,234); }
td.TdClassName
{
border-color: #AB00EA;
}
.TagClassName
{
border-color: #AB00EA;
}
</style>