Shades of Electric Purple #AB0DFC
Tints of Electric Purple #AB0DFC
RGB
CMYK
RGB Variations
Color information
#AB0DFC (or 0xAB0DFC) is known color: Electric Purple. HEX triplet: AB, 0D and FC. RGB value is (171,13,252). Sum of RGB (Red+Green+Blue) = 171+13+252=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB0DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0DFC is #54F203. Grayscale: #565656. Windows color (decimal): -5566980 or 16518571. OLE color: 16518571.
HSL color Cylindrical-coordinate representation of color #AB0DFC: hue angle of 279.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0DFC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 13 | 252 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.01 |
| HSL | 279.67º | 0.98% | 0.52% | - |
| HSV(B) | 279.67º | 0.95% | 0.99% | - |
| XYZ | 34.51 | 15.97 | 93.36 | - |
| YUV | 87.49 | 220.85 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 252 | 0.32 | 0.95 | 0 | 0.01 | 279.67 | 0.98 | 0.52 |
| Hex | AB | D | FC | 20 | 5F | 0 | 1 | 118 | 62 | 34 |
| Octal | 253 | 15 | 374 | 40 | 137 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101011 | 1101 | 11111100 | 100000 | 1011111 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AB0DFC
Complementary color
Monochromatic Colors of #AB0DFC
Black with #AB0DFC
Text Example
Text Example
White with #AB0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DFC; }
p { color: rgb(171,13,252); }
H1.HeaderClassName
{
color: #AB0DFC;
}
.AnyTagClassName
{
color: #AB0DFC;
}
</style>
background-color css
<style>
a { background-color: #AB0DFC; }
a { background-color: rgb(171,13,252); }
div.DivClassName
{
background-color: #AB0DFC;
}
.BgClassName
{
background-color: #AB0DFC;
}
</style>
border-color css
<style>
span { border-color: #AB0DFC; }
span { border-color: rgb(171,13,252); }
td.TdClassName
{
border-color: #AB0DFC;
}
.TagClassName
{
border-color: #AB0DFC;
}
</style>