Shades of Electric Purple #AA16FF
Tints of Electric Purple #AA16FF
RGB
CMYK
RGB Variations
Color information
#AA16FF (or 0xAA16FF) is known color: Electric Purple. HEX triplet: AA, 16 and FF. RGB value is (170,22,255). Sum of RGB (Red+Green+Blue) = 170+22+255=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16FF is #55E900. Grayscale: #5C5C5C. Windows color (decimal): -5630209 or 16717482. OLE color: 16717482.
HSL color Cylindrical-coordinate representation of color #AA16FF: hue angle of 278.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA16FF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 22 | 255 | - |
| CMYK | 0.33 | 0.91 | 0 | 0 |
| HSL | 278.11º | 1% | 0.54% | - |
| HSV(B) | 278.11º | 0.91% | 1% | - |
| XYZ | 34.91 | 16.34 | 95.92 | - |
| YUV | 92.81 | 219.53 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 255 | 0.33 | 0.91 | 0 | 0 | 278.11 | 1 | 0.54 |
| Hex | AA | 16 | FF | 21 | 5B | 0 | 0 | 116 | 64 | 36 |
| Octal | 252 | 26 | 377 | 41 | 133 | 0 | 0 | 426 | 144 | 66 |
| Binary | 10101010 | 10110 | 11111111 | 100001 | 1011011 | 0 | 0 | 100010110 | 1100100 | 110110 |
Color Harmonies of #AA16FF
Complementary color
Monochromatic Colors of #AA16FF
Black with #AA16FF
Text Example
Text Example
White with #AA16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16FF; }
p { color: rgb(170,22,255); }
H1.HeaderClassName
{
color: #AA16FF;
}
.AnyTagClassName
{
color: #AA16FF;
}
</style>
background-color css
<style>
a { background-color: #AA16FF; }
a { background-color: rgb(170,22,255); }
div.DivClassName
{
background-color: #AA16FF;
}
.BgClassName
{
background-color: #AA16FF;
}
</style>
border-color css
<style>
span { border-color: #AA16FF; }
span { border-color: rgb(170,22,255); }
td.TdClassName
{
border-color: #AA16FF;
}
.TagClassName
{
border-color: #AA16FF;
}
</style>