Shades of Electric Purple #AA12F0
Tints of Electric Purple #AA12F0
RGB
CMYK
RGB Variations
Color information
#AA12F0 (or 0xAA12F0) is known color: Electric Purple. HEX triplet: AA, 12 and F0. RGB value is (170,18,240). Sum of RGB (Red+Green+Blue) = 170+18+240=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA12F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12F0 is #55ED0F. Grayscale: #585858. Windows color (decimal): -5631248 or 15733418. OLE color: 15733418.
HSL color Cylindrical-coordinate representation of color #AA12F0: hue angle of 281.08º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA12F0 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 18 | 240 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.06 |
| HSL | 281.08º | 0.88% | 0.51% | - |
| HSV(B) | 281.08º | 0.93% | 0.94% | - |
| XYZ | 32.52 | 15.27 | 83.67 | - |
| YUV | 88.76 | 213.36 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 240 | 0.29 | 0.92 | 0 | 0.06 | 281.08 | 0.88 | 0.51 |
| Hex | AA | 12 | F0 | 1D | 5C | 0 | 6 | 119 | 58 | 33 |
| Octal | 252 | 22 | 360 | 35 | 134 | 0 | 6 | 431 | 130 | 63 |
| Binary | 10101010 | 10010 | 11110000 | 11101 | 1011100 | 0 | 110 | 100011001 | 1011000 | 110011 |
Color Harmonies of #AA12F0
Complementary color
Monochromatic Colors of #AA12F0
Black with #AA12F0
Text Example
Text Example
White with #AA12F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12F0; }
p { color: rgb(170,18,240); }
H1.HeaderClassName
{
color: #AA12F0;
}
.AnyTagClassName
{
color: #AA12F0;
}
</style>
background-color css
<style>
a { background-color: #AA12F0; }
a { background-color: rgb(170,18,240); }
div.DivClassName
{
background-color: #AA12F0;
}
.BgClassName
{
background-color: #AA12F0;
}
</style>
border-color css
<style>
span { border-color: #AA12F0; }
span { border-color: rgb(170,18,240); }
td.TdClassName
{
border-color: #AA12F0;
}
.TagClassName
{
border-color: #AA12F0;
}
</style>