Shades of Electric Purple #AA15F4
Tints of Electric Purple #AA15F4
RGB
CMYK
RGB Variations
Color information
#AA15F4 (or 0xAA15F4) is known color: Electric Purple. HEX triplet: AA, 15 and F4. RGB value is (170,21,244). Sum of RGB (Red+Green+Blue) = 170+21+244=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA15F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15F4 is #55EA0B. Grayscale: #5A5A5A. Windows color (decimal): -5630476 or 15996330. OLE color: 15996330.
HSL color Cylindrical-coordinate representation of color #AA15F4: hue angle of 280.09º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15F4 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 21 | 244 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.04 |
| HSL | 280.09º | 0.91% | 0.52% | - |
| HSV(B) | 280.09º | 0.91% | 0.96% | - |
| XYZ | 33.17 | 15.61 | 86.85 | - |
| YUV | 90.97 | 214.36 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 244 | 0.30 | 0.91 | 0 | 0.04 | 280.09 | 0.91 | 0.52 |
| Hex | AA | 15 | F4 | 1E | 5B | 0 | 4 | 118 | 5B | 34 |
| Octal | 252 | 25 | 364 | 36 | 133 | 0 | 4 | 430 | 133 | 64 |
| Binary | 10101010 | 10101 | 11110100 | 11110 | 1011011 | 0 | 100 | 100011000 | 1011011 | 110100 |
Color Harmonies of #AA15F4
Complementary color
Monochromatic Colors of #AA15F4
Black with #AA15F4
Text Example
Text Example
White with #AA15F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15F4; }
p { color: rgb(170,21,244); }
H1.HeaderClassName
{
color: #AA15F4;
}
.AnyTagClassName
{
color: #AA15F4;
}
</style>
background-color css
<style>
a { background-color: #AA15F4; }
a { background-color: rgb(170,21,244); }
div.DivClassName
{
background-color: #AA15F4;
}
.BgClassName
{
background-color: #AA15F4;
}
</style>
border-color css
<style>
span { border-color: #AA15F4; }
span { border-color: rgb(170,21,244); }
td.TdClassName
{
border-color: #AA15F4;
}
.TagClassName
{
border-color: #AA15F4;
}
</style>