Shades of Electric Purple #AB06FA
Tints of Electric Purple #AB06FA
RGB
CMYK
RGB Variations
Color information
#AB06FA (or 0xAB06FA) is known color: Electric Purple. HEX triplet: AB, 06 and FA. RGB value is (171,6,250). Sum of RGB (Red+Green+Blue) = 171+6+250=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB06FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB06FA is #54F905. Grayscale: #525252. Windows color (decimal): -5568774 or 16385707. OLE color: 16385707.
HSL color Cylindrical-coordinate representation of color #AB06FA: hue angle of 280.57º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB06FA is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 6 | 250 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.02 |
| HSL | 280.57º | 0.96% | 0.5% | - |
| HSV(B) | 280.57º | 0.98% | 0.98% | - |
| XYZ | 34.12 | 15.69 | 91.67 | - |
| YUV | 83.15 | 222.16 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 250 | 0.32 | 0.98 | 0 | 0.02 | 280.57 | 0.96 | 0.5 |
| Hex | AB | 6 | FA | 20 | 62 | 0 | 2 | 119 | 60 | 32 |
| Octal | 253 | 6 | 372 | 40 | 142 | 0 | 2 | 431 | 140 | 62 |
| Binary | 10101011 | 110 | 11111010 | 100000 | 1100010 | 0 | 10 | 100011001 | 1100000 | 110010 |
Color Harmonies of #AB06FA
Complementary color
Monochromatic Colors of #AB06FA
Black with #AB06FA
Text Example
Text Example
White with #AB06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB06FA; }
p { color: rgb(171,6,250); }
H1.HeaderClassName
{
color: #AB06FA;
}
.AnyTagClassName
{
color: #AB06FA;
}
</style>
background-color css
<style>
a { background-color: #AB06FA; }
a { background-color: rgb(171,6,250); }
div.DivClassName
{
background-color: #AB06FA;
}
.BgClassName
{
background-color: #AB06FA;
}
</style>
border-color css
<style>
span { border-color: #AB06FA; }
span { border-color: rgb(171,6,250); }
td.TdClassName
{
border-color: #AB06FA;
}
.TagClassName
{
border-color: #AB06FA;
}
</style>