Shades of Electric Purple #AB05FF
Tints of Electric Purple #AB05FF
RGB
CMYK
RGB Variations
Color information
#AB05FF (or 0xAB05FF) is known color: Electric Purple. HEX triplet: AB, 05 and FF. RGB value is (171,5,255). Sum of RGB (Red+Green+Blue) = 171+5+255=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB05FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05FF is #54FA00. Grayscale: #525252. Windows color (decimal): -5569025 or 16713131. OLE color: 16713131.
HSL color Cylindrical-coordinate representation of color #AB05FF: hue angle of 279.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05FF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 5 | 255 | - |
| CMYK | 0.33 | 0.98 | 0 | 0 |
| HSL | 279.84º | 1% | 0.51% | - |
| HSV(B) | 279.84º | 0.98% | 1% | - |
| XYZ | 34.9 | 15.99 | 95.85 | - |
| YUV | 83.13 | 225 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 255 | 0.33 | 0.98 | 0 | 0 | 279.84 | 1 | 0.51 |
| Hex | AB | 5 | FF | 21 | 62 | 0 | 0 | 118 | 64 | 33 |
| Octal | 253 | 5 | 377 | 41 | 142 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101011 | 101 | 11111111 | 100001 | 1100010 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AB05FF
Complementary color
Monochromatic Colors of #AB05FF
Black with #AB05FF
Text Example
Text Example
White with #AB05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05FF; }
p { color: rgb(171,5,255); }
H1.HeaderClassName
{
color: #AB05FF;
}
.AnyTagClassName
{
color: #AB05FF;
}
</style>
background-color css
<style>
a { background-color: #AB05FF; }
a { background-color: rgb(171,5,255); }
div.DivClassName
{
background-color: #AB05FF;
}
.BgClassName
{
background-color: #AB05FF;
}
</style>
border-color css
<style>
span { border-color: #AB05FF; }
span { border-color: rgb(171,5,255); }
td.TdClassName
{
border-color: #AB05FF;
}
.TagClassName
{
border-color: #AB05FF;
}
</style>