Shades of Electric Purple #AB0CF9
Tints of Electric Purple #AB0CF9
RGB
CMYK
RGB Variations
Color information
#AB0CF9 (or 0xAB0CF9) is known color: Electric Purple. HEX triplet: AB, 0C and F9. RGB value is (171,12,249). Sum of RGB (Red+Green+Blue) = 171+12+249=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB0CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CF9 is #54F306. Grayscale: #555555. Windows color (decimal): -5567239 or 16321707. OLE color: 16321707.
HSL color Cylindrical-coordinate representation of color #AB0CF9: hue angle of 280.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CF9 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 12 | 249 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.02 |
| HSL | 280.25º | 0.95% | 0.51% | - |
| HSV(B) | 280.25º | 0.95% | 0.98% | - |
| XYZ | 34.02 | 15.76 | 90.87 | - |
| YUV | 86.56 | 219.68 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 249 | 0.31 | 0.95 | 0 | 0.02 | 280.25 | 0.95 | 0.51 |
| Hex | AB | C | F9 | 1F | 5F | 0 | 2 | 118 | 5F | 33 |
| Octal | 253 | 14 | 371 | 37 | 137 | 0 | 2 | 430 | 137 | 63 |
| Binary | 10101011 | 1100 | 11111001 | 11111 | 1011111 | 0 | 10 | 100011000 | 1011111 | 110011 |
Color Harmonies of #AB0CF9
Complementary color
Monochromatic Colors of #AB0CF9
Black with #AB0CF9
Text Example
Text Example
White with #AB0CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CF9; }
p { color: rgb(171,12,249); }
H1.HeaderClassName
{
color: #AB0CF9;
}
.AnyTagClassName
{
color: #AB0CF9;
}
</style>
background-color css
<style>
a { background-color: #AB0CF9; }
a { background-color: rgb(171,12,249); }
div.DivClassName
{
background-color: #AB0CF9;
}
.BgClassName
{
background-color: #AB0CF9;
}
</style>
border-color css
<style>
span { border-color: #AB0CF9; }
span { border-color: rgb(171,12,249); }
td.TdClassName
{
border-color: #AB0CF9;
}
.TagClassName
{
border-color: #AB0CF9;
}
</style>