Shades of Electric Purple #AA09FB
Tints of Electric Purple #AA09FB
RGB
CMYK
RGB Variations
Color information
#AA09FB (or 0xAA09FB) is known color: Electric Purple. HEX triplet: AA, 09 and FB. RGB value is (170,9,251). Sum of RGB (Red+Green+Blue) = 170+9+251=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA09FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA09FB is #55F604. Grayscale: #535353. Windows color (decimal): -5633541 or 16452010. OLE color: 16452010.
HSL color Cylindrical-coordinate representation of color #AA09FB: hue angle of 279.92º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09FB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 9 | 251 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.02 |
| HSL | 279.92º | 0.97% | 0.51% | - |
| HSV(B) | 279.92º | 0.96% | 0.98% | - |
| XYZ | 34.09 | 15.71 | 92.5 | - |
| YUV | 84.73 | 221.84 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 251 | 0.32 | 0.96 | 0 | 0.02 | 279.92 | 0.97 | 0.51 |
| Hex | AA | 9 | FB | 20 | 60 | 0 | 2 | 118 | 61 | 33 |
| Octal | 252 | 11 | 373 | 40 | 140 | 0 | 2 | 430 | 141 | 63 |
| Binary | 10101010 | 1001 | 11111011 | 100000 | 1100000 | 0 | 10 | 100011000 | 1100001 | 110011 |
Color Harmonies of #AA09FB
Complementary color
Monochromatic Colors of #AA09FB
Black with #AA09FB
Text Example
Text Example
White with #AA09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09FB; }
p { color: rgb(170,9,251); }
H1.HeaderClassName
{
color: #AA09FB;
}
.AnyTagClassName
{
color: #AA09FB;
}
</style>
background-color css
<style>
a { background-color: #AA09FB; }
a { background-color: rgb(170,9,251); }
div.DivClassName
{
background-color: #AA09FB;
}
.BgClassName
{
background-color: #AA09FB;
}
</style>
border-color css
<style>
span { border-color: #AA09FB; }
span { border-color: rgb(170,9,251); }
td.TdClassName
{
border-color: #AA09FB;
}
.TagClassName
{
border-color: #AA09FB;
}
</style>