Shades of Electric Purple #AB0BFF
Tints of Electric Purple #AB0BFF
RGB
CMYK
RGB Variations
Color information
#AB0BFF (or 0xAB0BFF) is known color: Electric Purple. HEX triplet: AB, 0B and FF. RGB value is (171,11,255). Sum of RGB (Red+Green+Blue) = 171+11+255=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BFF is #54F400. Grayscale: #555555. Windows color (decimal): -5567489 or 16714667. OLE color: 16714667.
HSL color Cylindrical-coordinate representation of color #AB0BFF: hue angle of 279.34º 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 #AB0BFF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 11 | 255 | - |
| CMYK | 0.33 | 0.96 | 0 | 0 |
| HSL | 279.34º | 1% | 0.52% | - |
| HSV(B) | 279.34º | 0.96% | 1% | - |
| XYZ | 34.96 | 16.12 | 95.88 | - |
| YUV | 86.66 | 223.01 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 255 | 0.33 | 0.96 | 0 | 0 | 279.34 | 1 | 0.52 |
| Hex | AB | B | FF | 21 | 60 | 0 | 0 | 117 | 64 | 34 |
| Octal | 253 | 13 | 377 | 41 | 140 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101011 | 1011 | 11111111 | 100001 | 1100000 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #AB0BFF
Complementary color
Monochromatic Colors of #AB0BFF
Black with #AB0BFF
Text Example
Text Example
White with #AB0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BFF; }
p { color: rgb(171,11,255); }
H1.HeaderClassName
{
color: #AB0BFF;
}
.AnyTagClassName
{
color: #AB0BFF;
}
</style>
background-color css
<style>
a { background-color: #AB0BFF; }
a { background-color: rgb(171,11,255); }
div.DivClassName
{
background-color: #AB0BFF;
}
.BgClassName
{
background-color: #AB0BFF;
}
</style>
border-color css
<style>
span { border-color: #AB0BFF; }
span { border-color: rgb(171,11,255); }
td.TdClassName
{
border-color: #AB0BFF;
}
.TagClassName
{
border-color: #AB0BFF;
}
</style>