Shades of Electric Purple #AB0CFF
Tints of Electric Purple #AB0CFF
RGB
CMYK
RGB Variations
Color information
#AB0CFF (or 0xAB0CFF) is known color: Electric Purple. HEX triplet: AB, 0C and FF. RGB value is (171,12,255). Sum of RGB (Red+Green+Blue) = 171+12+255=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CFF is #54F300. Grayscale: #565656. Windows color (decimal): -5567233 or 16714923. OLE color: 16714923.
HSL color Cylindrical-coordinate representation of color #AB0CFF: hue angle of 279.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CFF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 12 | 255 | - |
| CMYK | 0.33 | 0.95 | 0 | 0 |
| HSL | 279.26º | 1% | 0.52% | - |
| HSV(B) | 279.26º | 0.95% | 1% | - |
| XYZ | 34.98 | 16.14 | 95.88 | - |
| YUV | 87.24 | 222.68 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 255 | 0.33 | 0.95 | 0 | 0 | 279.26 | 1 | 0.52 |
| Hex | AB | C | FF | 21 | 5F | 0 | 0 | 117 | 64 | 34 |
| Octal | 253 | 14 | 377 | 41 | 137 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101011 | 1100 | 11111111 | 100001 | 1011111 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #AB0CFF
Complementary color
Monochromatic Colors of #AB0CFF
Black with #AB0CFF
Text Example
Text Example
White with #AB0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CFF; }
p { color: rgb(171,12,255); }
H1.HeaderClassName
{
color: #AB0CFF;
}
.AnyTagClassName
{
color: #AB0CFF;
}
</style>
background-color css
<style>
a { background-color: #AB0CFF; }
a { background-color: rgb(171,12,255); }
div.DivClassName
{
background-color: #AB0CFF;
}
.BgClassName
{
background-color: #AB0CFF;
}
</style>
border-color css
<style>
span { border-color: #AB0CFF; }
span { border-color: rgb(171,12,255); }
td.TdClassName
{
border-color: #AB0CFF;
}
.TagClassName
{
border-color: #AB0CFF;
}
</style>