Shades of Electric Purple #AA1DFE
Tints of Electric Purple #AA1DFE
RGB
CMYK
RGB Variations
Color information
#AA1DFE (or 0xAA1DFE) is known color: Electric Purple. HEX triplet: AA, 1D and FE. RGB value is (170,29,254). Sum of RGB (Red+Green+Blue) = 170+29+254=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA1DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DFE is #55E201. Grayscale: #606060. Windows color (decimal): -5628418 or 16653738. OLE color: 16653738.
HSL color Cylindrical-coordinate representation of color #AA1DFE: hue angle of 277.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1DFE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 29 | 254 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.00 |
| HSL | 277.6º | 0.99% | 0.55% | - |
| HSV(B) | 277.6º | 0.89% | 1% | - |
| XYZ | 34.91 | 16.58 | 95.13 | - |
| YUV | 96.81 | 216.71 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 254 | 0.33 | 0.89 | 0 | 0.00 | 277.6 | 0.99 | 0.55 |
| Hex | AA | 1D | FE | 21 | 59 | 0 | 0 | 116 | 63 | 37 |
| Octal | 252 | 35 | 376 | 41 | 131 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101010 | 11101 | 11111110 | 100001 | 1011001 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AA1DFE
Complementary color
Monochromatic Colors of #AA1DFE
Black with #AA1DFE
Text Example
Text Example
White with #AA1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DFE; }
p { color: rgb(170,29,254); }
H1.HeaderClassName
{
color: #AA1DFE;
}
.AnyTagClassName
{
color: #AA1DFE;
}
</style>
background-color css
<style>
a { background-color: #AA1DFE; }
a { background-color: rgb(170,29,254); }
div.DivClassName
{
background-color: #AA1DFE;
}
.BgClassName
{
background-color: #AA1DFE;
}
</style>
border-color css
<style>
span { border-color: #AA1DFE; }
span { border-color: rgb(170,29,254); }
td.TdClassName
{
border-color: #AA1DFE;
}
.TagClassName
{
border-color: #AA1DFE;
}
</style>