Shades of Electric Purple #AA1DF3
Tints of Electric Purple #AA1DF3
RGB
CMYK
RGB Variations
Color information
#AA1DF3 (or 0xAA1DF3) is known color: Electric Purple. HEX triplet: AA, 1D and F3. RGB value is (170,29,243). Sum of RGB (Red+Green+Blue) = 170+29+243=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA1DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1DF3 is #55E20C. Grayscale: #5E5E5E. Windows color (decimal): -5628429 or 15932842. OLE color: 15932842.
HSL color Cylindrical-coordinate representation of color #AA1DF3: hue angle of 279.53º 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 #AA1DF3 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 29 | 243 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.05 |
| HSL | 279.53º | 0.9% | 0.53% | - |
| HSV(B) | 279.53º | 0.88% | 0.95% | - |
| XYZ | 33.19 | 15.9 | 86.11 | - |
| YUV | 95.56 | 211.21 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 243 | 0.30 | 0.88 | 0 | 0.05 | 279.53 | 0.9 | 0.53 |
| Hex | AA | 1D | F3 | 1E | 58 | 0 | 5 | 118 | 5A | 35 |
| Octal | 252 | 35 | 363 | 36 | 130 | 0 | 5 | 430 | 132 | 65 |
| Binary | 10101010 | 11101 | 11110011 | 11110 | 1011000 | 0 | 101 | 100011000 | 1011010 | 110101 |
Color Harmonies of #AA1DF3
Complementary color
Monochromatic Colors of #AA1DF3
Black with #AA1DF3
Text Example
Text Example
White with #AA1DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DF3; }
p { color: rgb(170,29,243); }
H1.HeaderClassName
{
color: #AA1DF3;
}
.AnyTagClassName
{
color: #AA1DF3;
}
</style>
background-color css
<style>
a { background-color: #AA1DF3; }
a { background-color: rgb(170,29,243); }
div.DivClassName
{
background-color: #AA1DF3;
}
.BgClassName
{
background-color: #AA1DF3;
}
</style>
border-color css
<style>
span { border-color: #AA1DF3; }
span { border-color: rgb(170,29,243); }
td.TdClassName
{
border-color: #AA1DF3;
}
.TagClassName
{
border-color: #AA1DF3;
}
</style>