Shades of Electric Purple #AB07FA
Tints of Electric Purple #AB07FA
RGB
CMYK
RGB Variations
Color information
#AB07FA (or 0xAB07FA) is known color: Electric Purple. HEX triplet: AB, 07 and FA. RGB value is (171,7,250). Sum of RGB (Red+Green+Blue) = 171+7+250=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB07FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB07FA is #54F805. Grayscale: #525252. Windows color (decimal): -5568518 or 16385963. OLE color: 16385963.
HSL color Cylindrical-coordinate representation of color #AB07FA: hue angle of 280.49º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07FA is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 7 | 250 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.02 |
| HSL | 280.49º | 0.96% | 0.5% | - |
| HSV(B) | 280.49º | 0.97% | 0.98% | - |
| XYZ | 34.13 | 15.71 | 91.68 | - |
| YUV | 83.74 | 221.83 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 250 | 0.32 | 0.97 | 0 | 0.02 | 280.49 | 0.96 | 0.5 |
| Hex | AB | 7 | FA | 20 | 61 | 0 | 2 | 118 | 60 | 32 |
| Octal | 253 | 7 | 372 | 40 | 141 | 0 | 2 | 430 | 140 | 62 |
| Binary | 10101011 | 111 | 11111010 | 100000 | 1100001 | 0 | 10 | 100011000 | 1100000 | 110010 |
Color Harmonies of #AB07FA
Complementary color
Monochromatic Colors of #AB07FA
Black with #AB07FA
Text Example
Text Example
White with #AB07FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07FA; }
p { color: rgb(171,7,250); }
H1.HeaderClassName
{
color: #AB07FA;
}
.AnyTagClassName
{
color: #AB07FA;
}
</style>
background-color css
<style>
a { background-color: #AB07FA; }
a { background-color: rgb(171,7,250); }
div.DivClassName
{
background-color: #AB07FA;
}
.BgClassName
{
background-color: #AB07FA;
}
</style>
border-color css
<style>
span { border-color: #AB07FA; }
span { border-color: rgb(171,7,250); }
td.TdClassName
{
border-color: #AB07FA;
}
.TagClassName
{
border-color: #AB07FA;
}
</style>