Shades of Electric Purple #AA0AFB
Tints of Electric Purple #AA0AFB
RGB
CMYK
RGB Variations
Color information
#AA0AFB (or 0xAA0AFB) is known color: Electric Purple. HEX triplet: AA, 0A and FB. RGB value is (170,10,251). Sum of RGB (Red+Green+Blue) = 170+10+251=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA0AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0AFB is #55F504. Grayscale: #545454. Windows color (decimal): -5633285 or 16452266. OLE color: 16452266.
HSL color Cylindrical-coordinate representation of color #AA0AFB: hue angle of 279.83º 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 #AA0AFB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 10 | 251 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.02 |
| HSL | 279.83º | 0.97% | 0.51% | - |
| HSV(B) | 279.83º | 0.96% | 0.98% | - |
| XYZ | 34.1 | 15.73 | 92.51 | - |
| YUV | 85.31 | 221.51 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 251 | 0.32 | 0.96 | 0 | 0.02 | 279.83 | 0.97 | 0.51 |
| Hex | AA | A | FB | 20 | 60 | 0 | 2 | 118 | 61 | 33 |
| Octal | 252 | 12 | 373 | 40 | 140 | 0 | 2 | 430 | 141 | 63 |
| Binary | 10101010 | 1010 | 11111011 | 100000 | 1100000 | 0 | 10 | 100011000 | 1100001 | 110011 |
Color Harmonies of #AA0AFB
Complementary color
Monochromatic Colors of #AA0AFB
Black with #AA0AFB
Text Example
Text Example
White with #AA0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AFB; }
p { color: rgb(170,10,251); }
H1.HeaderClassName
{
color: #AA0AFB;
}
.AnyTagClassName
{
color: #AA0AFB;
}
</style>
background-color css
<style>
a { background-color: #AA0AFB; }
a { background-color: rgb(170,10,251); }
div.DivClassName
{
background-color: #AA0AFB;
}
.BgClassName
{
background-color: #AA0AFB;
}
</style>
border-color css
<style>
span { border-color: #AA0AFB; }
span { border-color: rgb(170,10,251); }
td.TdClassName
{
border-color: #AA0AFB;
}
.TagClassName
{
border-color: #AA0AFB;
}
</style>