Shades of Electric Purple #AB0CFE
Tints of Electric Purple #AB0CFE
RGB
CMYK
RGB Variations
Color information
#AB0CFE (or 0xAB0CFE) is known color: Electric Purple. HEX triplet: AB, 0C and FE. RGB value is (171,12,254). Sum of RGB (Red+Green+Blue) = 171+12+254=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB0CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0CFE is #54F301. Grayscale: #565656. Windows color (decimal): -5567234 or 16649387. OLE color: 16649387.
HSL color Cylindrical-coordinate representation of color #AB0CFE: hue angle of 279.42º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CFE is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 12 | 254 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.00 |
| HSL | 279.42º | 0.99% | 0.52% | - |
| HSV(B) | 279.42º | 0.95% | 1% | - |
| XYZ | 34.82 | 16.08 | 95.03 | - |
| YUV | 87.13 | 222.18 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 254 | 0.33 | 0.95 | 0 | 0.00 | 279.42 | 0.99 | 0.52 |
| Hex | AB | C | FE | 21 | 5F | 0 | 0 | 117 | 63 | 34 |
| Octal | 253 | 14 | 376 | 41 | 137 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101011 | 1100 | 11111110 | 100001 | 1011111 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #AB0CFE
Complementary color
Monochromatic Colors of #AB0CFE
Black with #AB0CFE
Text Example
Text Example
White with #AB0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CFE; }
p { color: rgb(171,12,254); }
H1.HeaderClassName
{
color: #AB0CFE;
}
.AnyTagClassName
{
color: #AB0CFE;
}
</style>
background-color css
<style>
a { background-color: #AB0CFE; }
a { background-color: rgb(171,12,254); }
div.DivClassName
{
background-color: #AB0CFE;
}
.BgClassName
{
background-color: #AB0CFE;
}
</style>
border-color css
<style>
span { border-color: #AB0CFE; }
span { border-color: rgb(171,12,254); }
td.TdClassName
{
border-color: #AB0CFE;
}
.TagClassName
{
border-color: #AB0CFE;
}
</style>