Shades of Electric Purple #AB05F4
Tints of Electric Purple #AB05F4
RGB
CMYK
RGB Variations
Color information
#AB05F4 (or 0xAB05F4) is known color: Electric Purple. HEX triplet: AB, 05 and F4. RGB value is (171,5,244). Sum of RGB (Red+Green+Blue) = 171+5+244=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB05F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB05F4 is #54FA0B. Grayscale: #515151. Windows color (decimal): -5569036 or 15992235. OLE color: 15992235.
HSL color Cylindrical-coordinate representation of color #AB05F4: hue angle of 281.67º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05F4 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 5 | 244 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.04 |
| HSL | 281.67º | 0.96% | 0.49% | - |
| HSV(B) | 281.67º | 0.98% | 0.96% | - |
| XYZ | 33.18 | 15.3 | 86.79 | - |
| YUV | 81.88 | 219.5 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 244 | 0.30 | 0.98 | 0 | 0.04 | 281.67 | 0.96 | 0.49 |
| Hex | AB | 5 | F4 | 1E | 62 | 0 | 4 | 11A | 60 | 31 |
| Octal | 253 | 5 | 364 | 36 | 142 | 0 | 4 | 432 | 140 | 61 |
| Binary | 10101011 | 101 | 11110100 | 11110 | 1100010 | 0 | 100 | 100011010 | 1100000 | 110001 |
Color Harmonies of #AB05F4
Complementary color
Monochromatic Colors of #AB05F4
Black with #AB05F4
Text Example
Text Example
White with #AB05F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05F4; }
p { color: rgb(171,5,244); }
H1.HeaderClassName
{
color: #AB05F4;
}
.AnyTagClassName
{
color: #AB05F4;
}
</style>
background-color css
<style>
a { background-color: #AB05F4; }
a { background-color: rgb(171,5,244); }
div.DivClassName
{
background-color: #AB05F4;
}
.BgClassName
{
background-color: #AB05F4;
}
</style>
border-color css
<style>
span { border-color: #AB05F4; }
span { border-color: rgb(171,5,244); }
td.TdClassName
{
border-color: #AB05F4;
}
.TagClassName
{
border-color: #AB05F4;
}
</style>