Shades of Electric Purple #AB1DF3
Tints of Electric Purple #AB1DF3
RGB
CMYK
RGB Variations
Color information
#AB1DF3 (or 0xAB1DF3) is known color: Electric Purple. HEX triplet: AB, 1D and F3. RGB value is (171,29,243). Sum of RGB (Red+Green+Blue) = 171+29+243=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB1DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1DF3 is #54E20C. Grayscale: #5F5F5F. Windows color (decimal): -5562893 or 15932843. OLE color: 15932843.
HSL color Cylindrical-coordinate representation of color #AB1DF3: hue angle of 279.81º degrees, saturation: 0.9, 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 #AB1DF3 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 29 | 243 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.05 |
| HSL | 279.81º | 0.9% | 0.53% | - |
| HSV(B) | 279.81º | 0.88% | 0.95% | - |
| XYZ | 33.41 | 16.01 | 86.12 | - |
| YUV | 95.85 | 211.04 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 243 | 0.30 | 0.88 | 0 | 0.05 | 279.81 | 0.9 | 0.53 |
| Hex | AB | 1D | F3 | 1E | 58 | 0 | 5 | 118 | 5A | 35 |
| Octal | 253 | 35 | 363 | 36 | 130 | 0 | 5 | 430 | 132 | 65 |
| Binary | 10101011 | 11101 | 11110011 | 11110 | 1011000 | 0 | 101 | 100011000 | 1011010 | 110101 |
Color Harmonies of #AB1DF3
Complementary color
Monochromatic Colors of #AB1DF3
Black with #AB1DF3
Text Example
Text Example
White with #AB1DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DF3; }
p { color: rgb(171,29,243); }
H1.HeaderClassName
{
color: #AB1DF3;
}
.AnyTagClassName
{
color: #AB1DF3;
}
</style>
background-color css
<style>
a { background-color: #AB1DF3; }
a { background-color: rgb(171,29,243); }
div.DivClassName
{
background-color: #AB1DF3;
}
.BgClassName
{
background-color: #AB1DF3;
}
</style>
border-color css
<style>
span { border-color: #AB1DF3; }
span { border-color: rgb(171,29,243); }
td.TdClassName
{
border-color: #AB1DF3;
}
.TagClassName
{
border-color: #AB1DF3;
}
</style>