Shades of Electric Purple #AB0FFF
Tints of Electric Purple #AB0FFF
RGB
CMYK
RGB Variations
Color information
#AB0FFF (or 0xAB0FFF) is known color: Electric Purple. HEX triplet: AB, 0F and FF. RGB value is (171,15,255). Sum of RGB (Red+Green+Blue) = 171+15+255=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FFF is #54F000. Grayscale: #585858. Windows color (decimal): -5566465 or 16715691. OLE color: 16715691.
HSL color Cylindrical-coordinate representation of color #AB0FFF: hue angle of 279º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0FFF is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 15 | 255 | - |
| CMYK | 0.33 | 0.94 | 0 | 0 |
| HSL | 279º | 1% | 0.53% | - |
| HSV(B) | 279º | 0.94% | 1% | - |
| XYZ | 35.02 | 16.22 | 95.89 | - |
| YUV | 89 | 221.68 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 255 | 0.33 | 0.94 | 0 | 0 | 279 | 1 | 0.53 |
| Hex | AB | F | FF | 21 | 5E | 0 | 0 | 117 | 64 | 35 |
| Octal | 253 | 17 | 377 | 41 | 136 | 0 | 0 | 427 | 144 | 65 |
| Binary | 10101011 | 1111 | 11111111 | 100001 | 1011110 | 0 | 0 | 100010111 | 1100100 | 110101 |
Color Harmonies of #AB0FFF
Complementary color
Monochromatic Colors of #AB0FFF
Black with #AB0FFF
Text Example
Text Example
White with #AB0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FFF; }
p { color: rgb(171,15,255); }
H1.HeaderClassName
{
color: #AB0FFF;
}
.AnyTagClassName
{
color: #AB0FFF;
}
</style>
background-color css
<style>
a { background-color: #AB0FFF; }
a { background-color: rgb(171,15,255); }
div.DivClassName
{
background-color: #AB0FFF;
}
.BgClassName
{
background-color: #AB0FFF;
}
</style>
border-color css
<style>
span { border-color: #AB0FFF; }
span { border-color: rgb(171,15,255); }
td.TdClassName
{
border-color: #AB0FFF;
}
.TagClassName
{
border-color: #AB0FFF;
}
</style>