Shades of Electric Purple #AB05FC
Tints of Electric Purple #AB05FC
RGB
CMYK
RGB Variations
Color information
#AB05FC (or 0xAB05FC) is known color: Electric Purple. HEX triplet: AB, 05 and FC. RGB value is (171,5,252). Sum of RGB (Red+Green+Blue) = 171+5+252=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB05FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05FC is #54FA03. Grayscale: #515151. Windows color (decimal): -5569028 or 16516523. OLE color: 16516523.
HSL color Cylindrical-coordinate representation of color #AB05FC: hue angle of 280.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05FC is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 5 | 252 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.01 |
| HSL | 280.32º | 0.98% | 0.5% | - |
| HSV(B) | 280.32º | 0.98% | 0.99% | - |
| XYZ | 34.42 | 15.79 | 93.33 | - |
| YUV | 82.79 | 223.5 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 252 | 0.32 | 0.98 | 0 | 0.01 | 280.32 | 0.98 | 0.5 |
| Hex | AB | 5 | FC | 20 | 62 | 0 | 1 | 118 | 62 | 32 |
| Octal | 253 | 5 | 374 | 40 | 142 | 0 | 1 | 430 | 142 | 62 |
| Binary | 10101011 | 101 | 11111100 | 100000 | 1100010 | 0 | 1 | 100011000 | 1100010 | 110010 |
Color Harmonies of #AB05FC
Complementary color
Monochromatic Colors of #AB05FC
Black with #AB05FC
Text Example
Text Example
White with #AB05FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05FC; }
p { color: rgb(171,5,252); }
H1.HeaderClassName
{
color: #AB05FC;
}
.AnyTagClassName
{
color: #AB05FC;
}
</style>
background-color css
<style>
a { background-color: #AB05FC; }
a { background-color: rgb(171,5,252); }
div.DivClassName
{
background-color: #AB05FC;
}
.BgClassName
{
background-color: #AB05FC;
}
</style>
border-color css
<style>
span { border-color: #AB05FC; }
span { border-color: rgb(171,5,252); }
td.TdClassName
{
border-color: #AB05FC;
}
.TagClassName
{
border-color: #AB05FC;
}
</style>