Shades of Electric Purple #AB1BEE
Tints of Electric Purple #AB1BEE
RGB
CMYK
RGB Variations
Color information
#AB1BEE (or 0xAB1BEE) is known color: Electric Purple. HEX triplet: AB, 1B and EE. RGB value is (171,27,238). Sum of RGB (Red+Green+Blue) = 171+27+238=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB1BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1BEE is #54E411. Grayscale: #5D5D5D. Windows color (decimal): -5563410 or 15604651. OLE color: 15604651.
HSL color Cylindrical-coordinate representation of color #AB1BEE: hue angle of 280.95º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1BEE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 27 | 238 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.07 |
| HSL | 280.95º | 0.86% | 0.52% | - |
| HSV(B) | 280.95º | 0.89% | 0.93% | - |
| XYZ | 32.62 | 15.61 | 82.18 | - |
| YUV | 94.11 | 209.21 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 238 | 0.28 | 0.89 | 0 | 0.07 | 280.95 | 0.86 | 0.52 |
| Hex | AB | 1B | EE | 1C | 59 | 0 | 7 | 119 | 56 | 34 |
| Octal | 253 | 33 | 356 | 34 | 131 | 0 | 7 | 431 | 126 | 64 |
| Binary | 10101011 | 11011 | 11101110 | 11100 | 1011001 | 0 | 111 | 100011001 | 1010110 | 110100 |
Color Harmonies of #AB1BEE
Complementary color
Monochromatic Colors of #AB1BEE
Black with #AB1BEE
Text Example
Text Example
White with #AB1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1BEE; }
p { color: rgb(171,27,238); }
H1.HeaderClassName
{
color: #AB1BEE;
}
.AnyTagClassName
{
color: #AB1BEE;
}
</style>
background-color css
<style>
a { background-color: #AB1BEE; }
a { background-color: rgb(171,27,238); }
div.DivClassName
{
background-color: #AB1BEE;
}
.BgClassName
{
background-color: #AB1BEE;
}
</style>
border-color css
<style>
span { border-color: #AB1BEE; }
span { border-color: rgb(171,27,238); }
td.TdClassName
{
border-color: #AB1BEE;
}
.TagClassName
{
border-color: #AB1BEE;
}
</style>