Shades of Electric Purple #AB03FF
Tints of Electric Purple #AB03FF
RGB
CMYK
RGB Variations
Color information
#AB03FF (or 0xAB03FF) is known color: Electric Purple. HEX triplet: AB, 03 and FF. RGB value is (171,3,255). Sum of RGB (Red+Green+Blue) = 171+3+255=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB03FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB03FF is #54FC00. Grayscale: #515151. Windows color (decimal): -5569537 or 16712619. OLE color: 16712619.
HSL color Cylindrical-coordinate representation of color #AB03FF: hue angle of 280º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03FF is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 3 | 255 | - |
| CMYK | 0.33 | 0.99 | 0 | 0 |
| HSL | 280º | 1% | 0.51% | - |
| HSV(B) | 280º | 0.99% | 1% | - |
| XYZ | 34.88 | 15.94 | 95.85 | - |
| YUV | 81.96 | 225.66 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 255 | 0.33 | 0.99 | 0 | 0 | 280 | 1 | 0.51 |
| Hex | AB | 3 | FF | 21 | 63 | 0 | 0 | 118 | 64 | 33 |
| Octal | 253 | 3 | 377 | 41 | 143 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101011 | 11 | 11111111 | 100001 | 1100011 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AB03FF
Complementary color
Monochromatic Colors of #AB03FF
Black with #AB03FF
Text Example
Text Example
White with #AB03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03FF; }
p { color: rgb(171,3,255); }
H1.HeaderClassName
{
color: #AB03FF;
}
.AnyTagClassName
{
color: #AB03FF;
}
</style>
background-color css
<style>
a { background-color: #AB03FF; }
a { background-color: rgb(171,3,255); }
div.DivClassName
{
background-color: #AB03FF;
}
.BgClassName
{
background-color: #AB03FF;
}
</style>
border-color css
<style>
span { border-color: #AB03FF; }
span { border-color: rgb(171,3,255); }
td.TdClassName
{
border-color: #AB03FF;
}
.TagClassName
{
border-color: #AB03FF;
}
</style>