Shades of Electric Purple #AB0AFF
Tints of Electric Purple #AB0AFF
RGB
CMYK
RGB Variations
Color information
#AB0AFF (or 0xAB0AFF) is known color: Electric Purple. HEX triplet: AB, 0A and FF. RGB value is (171,10,255). Sum of RGB (Red+Green+Blue) = 171+10+255=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0AFF is #54F500. Grayscale: #555555. Windows color (decimal): -5567745 or 16714411. OLE color: 16714411.
HSL color Cylindrical-coordinate representation of color #AB0AFF: hue angle of 279.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0AFF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 10 | 255 | - |
| CMYK | 0.33 | 0.96 | 0 | 0 |
| HSL | 279.43º | 1% | 0.52% | - |
| HSV(B) | 279.43º | 0.96% | 1% | - |
| XYZ | 34.95 | 16.1 | 95.87 | - |
| YUV | 86.07 | 223.34 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 255 | 0.33 | 0.96 | 0 | 0 | 279.43 | 1 | 0.52 |
| Hex | AB | A | FF | 21 | 60 | 0 | 0 | 117 | 64 | 34 |
| Octal | 253 | 12 | 377 | 41 | 140 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101011 | 1010 | 11111111 | 100001 | 1100000 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #AB0AFF
Complementary color
Monochromatic Colors of #AB0AFF
Black with #AB0AFF
Text Example
Text Example
White with #AB0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AFF; }
p { color: rgb(171,10,255); }
H1.HeaderClassName
{
color: #AB0AFF;
}
.AnyTagClassName
{
color: #AB0AFF;
}
</style>
background-color css
<style>
a { background-color: #AB0AFF; }
a { background-color: rgb(171,10,255); }
div.DivClassName
{
background-color: #AB0AFF;
}
.BgClassName
{
background-color: #AB0AFF;
}
</style>
border-color css
<style>
span { border-color: #AB0AFF; }
span { border-color: rgb(171,10,255); }
td.TdClassName
{
border-color: #AB0AFF;
}
.TagClassName
{
border-color: #AB0AFF;
}
</style>