Shades of Electric Purple #AB06EA
Tints of Electric Purple #AB06EA
RGB
CMYK
RGB Variations
Color information
#AB06EA (or 0xAB06EA) is known color: Electric Purple. HEX triplet: AB, 06 and EA. RGB value is (171,6,234). Sum of RGB (Red+Green+Blue) = 171+6+234=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB06EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB06EA is #54F915. Grayscale: #505050. Windows color (decimal): -5568790 or 15337131. OLE color: 15337131.
HSL color Cylindrical-coordinate representation of color #AB06EA: hue angle of 283.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06EA is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 6 | 234 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.08 |
| HSL | 283.42º | 0.95% | 0.47% | - |
| HSV(B) | 283.42º | 0.97% | 0.92% | - |
| XYZ | 31.71 | 14.73 | 79.01 | - |
| YUV | 81.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 234 | 0.27 | 0.97 | 0 | 0.08 | 283.42 | 0.95 | 0.47 |
| Hex | AB | 6 | EA | 1B | 61 | 0 | 8 | 11B | 5F | 2F |
| Octal | 253 | 6 | 352 | 33 | 141 | 0 | 10 | 433 | 137 | 57 |
| Binary | 10101011 | 110 | 11101010 | 11011 | 1100001 | 0 | 1000 | 100011011 | 1011111 | 101111 |
Color Harmonies of #AB06EA
Complementary color
Monochromatic Colors of #AB06EA
Black with #AB06EA
Text Example
Text Example
White with #AB06EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB06EA; }
p { color: rgb(171,6,234); }
H1.HeaderClassName
{
color: #AB06EA;
}
.AnyTagClassName
{
color: #AB06EA;
}
</style>
background-color css
<style>
a { background-color: #AB06EA; }
a { background-color: rgb(171,6,234); }
div.DivClassName
{
background-color: #AB06EA;
}
.BgClassName
{
background-color: #AB06EA;
}
</style>
border-color css
<style>
span { border-color: #AB06EA; }
span { border-color: rgb(171,6,234); }
td.TdClassName
{
border-color: #AB06EA;
}
.TagClassName
{
border-color: #AB06EA;
}
</style>