Shades of Electric Purple #AB06F0
Tints of Electric Purple #AB06F0
RGB
CMYK
RGB Variations
Color information
#AB06F0 (or 0xAB06F0) is known color: Electric Purple. HEX triplet: AB, 06 and F0. RGB value is (171,6,240). Sum of RGB (Red+Green+Blue) = 171+6+240=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB06F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB06F0 is #54F90F. Grayscale: #515151. Windows color (decimal): -5568784 or 15730347. OLE color: 15730347.
HSL color Cylindrical-coordinate representation of color #AB06F0: hue angle of 282.31º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB06F0 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 6 | 240 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.06 |
| HSL | 282.31º | 0.95% | 0.48% | - |
| HSV(B) | 282.31º | 0.98% | 0.94% | - |
| XYZ | 32.59 | 15.08 | 83.63 | - |
| YUV | 82.01 | 217.16 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 240 | 0.29 | 0.98 | 0 | 0.06 | 282.31 | 0.95 | 0.48 |
| Hex | AB | 6 | F0 | 1D | 62 | 0 | 6 | 11A | 5F | 30 |
| Octal | 253 | 6 | 360 | 35 | 142 | 0 | 6 | 432 | 137 | 60 |
| Binary | 10101011 | 110 | 11110000 | 11101 | 1100010 | 0 | 110 | 100011010 | 1011111 | 110000 |
Color Harmonies of #AB06F0
Complementary color
Monochromatic Colors of #AB06F0
Black with #AB06F0
Text Example
Text Example
White with #AB06F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB06F0; }
p { color: rgb(171,6,240); }
H1.HeaderClassName
{
color: #AB06F0;
}
.AnyTagClassName
{
color: #AB06F0;
}
</style>
background-color css
<style>
a { background-color: #AB06F0; }
a { background-color: rgb(171,6,240); }
div.DivClassName
{
background-color: #AB06F0;
}
.BgClassName
{
background-color: #AB06F0;
}
</style>
border-color css
<style>
span { border-color: #AB06F0; }
span { border-color: rgb(171,6,240); }
td.TdClassName
{
border-color: #AB06F0;
}
.TagClassName
{
border-color: #AB06F0;
}
</style>