Shades of Electric Purple #AB1DF2
Tints of Electric Purple #AB1DF2
RGB
CMYK
RGB Variations
Color information
#AB1DF2 (or 0xAB1DF2) is known color: Electric Purple. HEX triplet: AB, 1D and F2. RGB value is (171,29,242). Sum of RGB (Red+Green+Blue) = 171+29+242=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB1DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1DF2 is #54E20D. Grayscale: #5F5F5F. Windows color (decimal): -5562894 or 15867307. OLE color: 15867307.
HSL color Cylindrical-coordinate representation of color #AB1DF2: hue angle of 280º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1DF2 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 29 | 242 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.05 |
| HSL | 280º | 0.89% | 0.53% | - |
| HSV(B) | 280º | 0.88% | 0.95% | - |
| XYZ | 33.26 | 15.95 | 85.33 | - |
| YUV | 95.74 | 210.54 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 242 | 0.29 | 0.88 | 0 | 0.05 | 280 | 0.89 | 0.53 |
| Hex | AB | 1D | F2 | 1D | 58 | 0 | 5 | 118 | 59 | 35 |
| Octal | 253 | 35 | 362 | 35 | 130 | 0 | 5 | 430 | 131 | 65 |
| Binary | 10101011 | 11101 | 11110010 | 11101 | 1011000 | 0 | 101 | 100011000 | 1011001 | 110101 |
Color Harmonies of #AB1DF2
Complementary color
Monochromatic Colors of #AB1DF2
Black with #AB1DF2
Text Example
Text Example
White with #AB1DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DF2; }
p { color: rgb(171,29,242); }
H1.HeaderClassName
{
color: #AB1DF2;
}
.AnyTagClassName
{
color: #AB1DF2;
}
</style>
background-color css
<style>
a { background-color: #AB1DF2; }
a { background-color: rgb(171,29,242); }
div.DivClassName
{
background-color: #AB1DF2;
}
.BgClassName
{
background-color: #AB1DF2;
}
</style>
border-color css
<style>
span { border-color: #AB1DF2; }
span { border-color: rgb(171,29,242); }
td.TdClassName
{
border-color: #AB1DF2;
}
.TagClassName
{
border-color: #AB1DF2;
}
</style>