Shades of Electric Purple #AA16FB
Tints of Electric Purple #AA16FB
RGB
CMYK
RGB Variations
Color information
#AA16FB (or 0xAA16FB) is known color: Electric Purple. HEX triplet: AA, 16 and FB. RGB value is (170,22,251). Sum of RGB (Red+Green+Blue) = 170+22+251=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA16FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16FB is #55E904. Grayscale: #5B5B5B. Windows color (decimal): -5630213 or 16455338. OLE color: 16455338.
HSL color Cylindrical-coordinate representation of color #AA16FB: hue angle of 278.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA16FB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 22 | 251 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.02 |
| HSL | 278.78º | 0.97% | 0.54% | - |
| HSV(B) | 278.78º | 0.91% | 0.98% | - |
| XYZ | 34.28 | 16.08 | 92.56 | - |
| YUV | 92.36 | 217.53 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 251 | 0.32 | 0.91 | 0 | 0.02 | 278.78 | 0.97 | 0.54 |
| Hex | AA | 16 | FB | 20 | 5B | 0 | 2 | 117 | 61 | 36 |
| Octal | 252 | 26 | 373 | 40 | 133 | 0 | 2 | 427 | 141 | 66 |
| Binary | 10101010 | 10110 | 11111011 | 100000 | 1011011 | 0 | 10 | 100010111 | 1100001 | 110110 |
Color Harmonies of #AA16FB
Complementary color
Monochromatic Colors of #AA16FB
Black with #AA16FB
Text Example
Text Example
White with #AA16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16FB; }
p { color: rgb(170,22,251); }
H1.HeaderClassName
{
color: #AA16FB;
}
.AnyTagClassName
{
color: #AA16FB;
}
</style>
background-color css
<style>
a { background-color: #AA16FB; }
a { background-color: rgb(170,22,251); }
div.DivClassName
{
background-color: #AA16FB;
}
.BgClassName
{
background-color: #AA16FB;
}
</style>
border-color css
<style>
span { border-color: #AA16FB; }
span { border-color: rgb(170,22,251); }
td.TdClassName
{
border-color: #AA16FB;
}
.TagClassName
{
border-color: #AA16FB;
}
</style>