Shades of Electric Purple #AA16F8
Tints of Electric Purple #AA16F8
RGB
CMYK
RGB Variations
Color information
#AA16F8 (or 0xAA16F8) is known color: Electric Purple. HEX triplet: AA, 16 and F8. RGB value is (170,22,248). Sum of RGB (Red+Green+Blue) = 170+22+248=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA16F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16F8 is #55E907. Grayscale: #5B5B5B. Windows color (decimal): -5630216 or 16258730. OLE color: 16258730.
HSL color Cylindrical-coordinate representation of color #AA16F8: hue angle of 279.29º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA16F8 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 22 | 248 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.03 |
| HSL | 279.29º | 0.94% | 0.53% | - |
| HSV(B) | 279.29º | 0.91% | 0.97% | - |
| XYZ | 33.81 | 15.9 | 90.09 | - |
| YUV | 92.02 | 216.03 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 248 | 0.31 | 0.91 | 0 | 0.03 | 279.29 | 0.94 | 0.53 |
| Hex | AA | 16 | F8 | 1F | 5B | 0 | 3 | 117 | 5E | 35 |
| Octal | 252 | 26 | 370 | 37 | 133 | 0 | 3 | 427 | 136 | 65 |
| Binary | 10101010 | 10110 | 11111000 | 11111 | 1011011 | 0 | 11 | 100010111 | 1011110 | 110101 |
Color Harmonies of #AA16F8
Complementary color
Monochromatic Colors of #AA16F8
Black with #AA16F8
Text Example
Text Example
White with #AA16F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16F8; }
p { color: rgb(170,22,248); }
H1.HeaderClassName
{
color: #AA16F8;
}
.AnyTagClassName
{
color: #AA16F8;
}
</style>
background-color css
<style>
a { background-color: #AA16F8; }
a { background-color: rgb(170,22,248); }
div.DivClassName
{
background-color: #AA16F8;
}
.BgClassName
{
background-color: #AA16F8;
}
</style>
border-color css
<style>
span { border-color: #AA16F8; }
span { border-color: rgb(170,22,248); }
td.TdClassName
{
border-color: #AA16F8;
}
.TagClassName
{
border-color: #AA16F8;
}
</style>