Shades of Electric Purple #AA1DF1
Tints of Electric Purple #AA1DF1
RGB
CMYK
RGB Variations
Color information
#AA1DF1 (or 0xAA1DF1) is known color: Electric Purple. HEX triplet: AA, 1D and F1. RGB value is (170,29,241). Sum of RGB (Red+Green+Blue) = 170+29+241=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA1DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DF1 is #55E20E. Grayscale: #5E5E5E. Windows color (decimal): -5628431 or 15801770. OLE color: 15801770.
HSL color Cylindrical-coordinate representation of color #AA1DF1: hue angle of 279.91º degrees, saturation: 0.88, 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 #AA1DF1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 29 | 241 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.05 |
| HSL | 279.91º | 0.88% | 0.53% | - |
| HSV(B) | 279.91º | 0.88% | 0.95% | - |
| XYZ | 32.89 | 15.78 | 84.53 | - |
| YUV | 95.33 | 210.21 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 241 | 0.29 | 0.88 | 0 | 0.05 | 279.91 | 0.88 | 0.53 |
| Hex | AA | 1D | F1 | 1D | 58 | 0 | 5 | 118 | 58 | 35 |
| Octal | 252 | 35 | 361 | 35 | 130 | 0 | 5 | 430 | 130 | 65 |
| Binary | 10101010 | 11101 | 11110001 | 11101 | 1011000 | 0 | 101 | 100011000 | 1011000 | 110101 |
Color Harmonies of #AA1DF1
Complementary color
Monochromatic Colors of #AA1DF1
Black with #AA1DF1
Text Example
Text Example
White with #AA1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DF1; }
p { color: rgb(170,29,241); }
H1.HeaderClassName
{
color: #AA1DF1;
}
.AnyTagClassName
{
color: #AA1DF1;
}
</style>
background-color css
<style>
a { background-color: #AA1DF1; }
a { background-color: rgb(170,29,241); }
div.DivClassName
{
background-color: #AA1DF1;
}
.BgClassName
{
background-color: #AA1DF1;
}
</style>
border-color css
<style>
span { border-color: #AA1DF1; }
span { border-color: rgb(170,29,241); }
td.TdClassName
{
border-color: #AA1DF1;
}
.TagClassName
{
border-color: #AA1DF1;
}
</style>