Shades of Electric Purple #AB06F8
Tints of Electric Purple #AB06F8
RGB
CMYK
RGB Variations
Color information
#AB06F8 (or 0xAB06F8) is known color: Electric Purple. HEX triplet: AB, 06 and F8. RGB value is (171,6,248). Sum of RGB (Red+Green+Blue) = 171+6+248=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 248 (97.27% from 255 or 58.35% from 425); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB06F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB06F8 is #54F907. Grayscale: #525252. Windows color (decimal): -5568776 or 16254635. OLE color: 16254635.
HSL color Cylindrical-coordinate representation of color #AB06F8: hue angle of 280.91º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB06F8 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 6 | 248 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.03 |
| HSL | 280.91º | 0.95% | 0.5% | - |
| HSV(B) | 280.91º | 0.98% | 0.97% | - |
| XYZ | 33.8 | 15.57 | 90.03 | - |
| YUV | 82.92 | 221.16 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 248 | 0.31 | 0.98 | 0 | 0.03 | 280.91 | 0.95 | 0.5 |
| Hex | AB | 6 | F8 | 1F | 62 | 0 | 3 | 119 | 5F | 32 |
| Octal | 253 | 6 | 370 | 37 | 142 | 0 | 3 | 431 | 137 | 62 |
| Binary | 10101011 | 110 | 11111000 | 11111 | 1100010 | 0 | 11 | 100011001 | 1011111 | 110010 |
Color Harmonies of #AB06F8
Complementary color
Monochromatic Colors of #AB06F8
Black with #AB06F8
Text Example
Text Example
White with #AB06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB06F8; }
p { color: rgb(171,6,248); }
H1.HeaderClassName
{
color: #AB06F8;
}
.AnyTagClassName
{
color: #AB06F8;
}
</style>
background-color css
<style>
a { background-color: #AB06F8; }
a { background-color: rgb(171,6,248); }
div.DivClassName
{
background-color: #AB06F8;
}
.BgClassName
{
background-color: #AB06F8;
}
</style>
border-color css
<style>
span { border-color: #AB06F8; }
span { border-color: rgb(171,6,248); }
td.TdClassName
{
border-color: #AB06F8;
}
.TagClassName
{
border-color: #AB06F8;
}
</style>