Shades of Electric Purple #AB07FF
Tints of Electric Purple #AB07FF
RGB
CMYK
RGB Variations
Color information
#AB07FF (or 0xAB07FF) is known color: Electric Purple. HEX triplet: AB, 07 and FF. RGB value is (171,7,255). Sum of RGB (Red+Green+Blue) = 171+7+255=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 7 (3.12% from 255 or 1.62% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB07FF is #54F800. Grayscale: #535353. Windows color (decimal): -5568513 or 16713643. OLE color: 16713643.
HSL color Cylindrical-coordinate representation of color #AB07FF: hue angle of 279.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07FF is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 7 | 255 | - |
| CMYK | 0.33 | 0.97 | 0 | 0 |
| HSL | 279.68º | 1% | 0.51% | - |
| HSV(B) | 279.68º | 0.97% | 1% | - |
| XYZ | 34.92 | 16.03 | 95.86 | - |
| YUV | 84.31 | 224.33 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 255 | 0.33 | 0.97 | 0 | 0 | 279.68 | 1 | 0.51 |
| Hex | AB | 7 | FF | 21 | 61 | 0 | 0 | 118 | 64 | 33 |
| Octal | 253 | 7 | 377 | 41 | 141 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101011 | 111 | 11111111 | 100001 | 1100001 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AB07FF
Complementary color
Monochromatic Colors of #AB07FF
Black with #AB07FF
Text Example
Text Example
White with #AB07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07FF; }
p { color: rgb(171,7,255); }
H1.HeaderClassName
{
color: #AB07FF;
}
.AnyTagClassName
{
color: #AB07FF;
}
</style>
background-color css
<style>
a { background-color: #AB07FF; }
a { background-color: rgb(171,7,255); }
div.DivClassName
{
background-color: #AB07FF;
}
.BgClassName
{
background-color: #AB07FF;
}
</style>
border-color css
<style>
span { border-color: #AB07FF; }
span { border-color: rgb(171,7,255); }
td.TdClassName
{
border-color: #AB07FF;
}
.TagClassName
{
border-color: #AB07FF;
}
</style>