Shades of Electric Purple #AA12FF
Tints of Electric Purple #AA12FF
RGB
CMYK
RGB Variations
Color information
#AA12FF (or 0xAA12FF) is known color: Electric Purple. HEX triplet: AA, 12 and FF. RGB value is (170,18,255). Sum of RGB (Red+Green+Blue) = 170+18+255=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA12FF is #55ED00. Grayscale: #595959. Windows color (decimal): -5631233 or 16716458. OLE color: 16716458.
HSL color Cylindrical-coordinate representation of color #AA12FF: hue angle of 278.48º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA12FF is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 18 | 255 | - |
| CMYK | 0.33 | 0.93 | 0 | 0 |
| HSL | 278.48º | 1% | 0.54% | - |
| HSV(B) | 278.48º | 0.93% | 1% | - |
| XYZ | 34.84 | 16.2 | 95.9 | - |
| YUV | 90.47 | 220.86 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 255 | 0.33 | 0.93 | 0 | 0 | 278.48 | 1 | 0.54 |
| Hex | AA | 12 | FF | 21 | 5D | 0 | 0 | 116 | 64 | 36 |
| Octal | 252 | 22 | 377 | 41 | 135 | 0 | 0 | 426 | 144 | 66 |
| Binary | 10101010 | 10010 | 11111111 | 100001 | 1011101 | 0 | 0 | 100010110 | 1100100 | 110110 |
Color Harmonies of #AA12FF
Complementary color
Monochromatic Colors of #AA12FF
Black with #AA12FF
Text Example
Text Example
White with #AA12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12FF; }
p { color: rgb(170,18,255); }
H1.HeaderClassName
{
color: #AA12FF;
}
.AnyTagClassName
{
color: #AA12FF;
}
</style>
background-color css
<style>
a { background-color: #AA12FF; }
a { background-color: rgb(170,18,255); }
div.DivClassName
{
background-color: #AA12FF;
}
.BgClassName
{
background-color: #AA12FF;
}
</style>
border-color css
<style>
span { border-color: #AA12FF; }
span { border-color: rgb(170,18,255); }
td.TdClassName
{
border-color: #AA12FF;
}
.TagClassName
{
border-color: #AA12FF;
}
</style>