Shades of Electric Purple #AA18F4
Tints of Electric Purple #AA18F4
RGB
CMYK
RGB Variations
Color information
#AA18F4 (or 0xAA18F4) is known color: Electric Purple. HEX triplet: AA, 18 and F4. RGB value is (170,24,244). Sum of RGB (Red+Green+Blue) = 170+24+244=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA18F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA18F4 is #55E70B. Grayscale: #5C5C5C. Windows color (decimal): -5629708 or 15997098. OLE color: 15997098.
HSL color Cylindrical-coordinate representation of color #AA18F4: hue angle of 279.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA18F4 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 24 | 244 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.04 |
| HSL | 279.82º | 0.91% | 0.53% | - |
| HSV(B) | 279.82º | 0.9% | 0.96% | - |
| XYZ | 33.23 | 15.73 | 86.87 | - |
| YUV | 92.73 | 213.37 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 244 | 0.30 | 0.90 | 0 | 0.04 | 279.82 | 0.91 | 0.53 |
| Hex | AA | 18 | F4 | 1E | 5A | 0 | 4 | 118 | 5B | 35 |
| Octal | 252 | 30 | 364 | 36 | 132 | 0 | 4 | 430 | 133 | 65 |
| Binary | 10101010 | 11000 | 11110100 | 11110 | 1011010 | 0 | 100 | 100011000 | 1011011 | 110101 |
Color Harmonies of #AA18F4
Complementary color
Monochromatic Colors of #AA18F4
Black with #AA18F4
Text Example
Text Example
White with #AA18F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA18F4; }
p { color: rgb(170,24,244); }
H1.HeaderClassName
{
color: #AA18F4;
}
.AnyTagClassName
{
color: #AA18F4;
}
</style>
background-color css
<style>
a { background-color: #AA18F4; }
a { background-color: rgb(170,24,244); }
div.DivClassName
{
background-color: #AA18F4;
}
.BgClassName
{
background-color: #AA18F4;
}
</style>
border-color css
<style>
span { border-color: #AA18F4; }
span { border-color: rgb(170,24,244); }
td.TdClassName
{
border-color: #AA18F4;
}
.TagClassName
{
border-color: #AA18F4;
}
</style>