Shades of Electric Purple #AA0AFC
Tints of Electric Purple #AA0AFC
RGB
CMYK
RGB Variations
Color information
#AA0AFC (or 0xAA0AFC) is known color: Electric Purple. HEX triplet: AA, 0A and FC. RGB value is (170,10,252). Sum of RGB (Red+Green+Blue) = 170+10+252=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA0AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0AFC is #55F503. Grayscale: #545454. Windows color (decimal): -5633284 or 16517802. OLE color: 16517802.
HSL color Cylindrical-coordinate representation of color #AA0AFC: hue angle of 279.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0AFC is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 10 | 252 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.01 |
| HSL | 279.67º | 0.98% | 0.51% | - |
| HSV(B) | 279.67º | 0.96% | 0.99% | - |
| XYZ | 34.26 | 15.79 | 93.34 | - |
| YUV | 85.43 | 222.01 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 252 | 0.33 | 0.96 | 0 | 0.01 | 279.67 | 0.98 | 0.51 |
| Hex | AA | A | FC | 21 | 60 | 0 | 1 | 118 | 62 | 33 |
| Octal | 252 | 12 | 374 | 41 | 140 | 0 | 1 | 430 | 142 | 63 |
| Binary | 10101010 | 1010 | 11111100 | 100001 | 1100000 | 0 | 1 | 100011000 | 1100010 | 110011 |
Color Harmonies of #AA0AFC
Complementary color
Monochromatic Colors of #AA0AFC
Black with #AA0AFC
Text Example
Text Example
White with #AA0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AFC; }
p { color: rgb(170,10,252); }
H1.HeaderClassName
{
color: #AA0AFC;
}
.AnyTagClassName
{
color: #AA0AFC;
}
</style>
background-color css
<style>
a { background-color: #AA0AFC; }
a { background-color: rgb(170,10,252); }
div.DivClassName
{
background-color: #AA0AFC;
}
.BgClassName
{
background-color: #AA0AFC;
}
</style>
border-color css
<style>
span { border-color: #AA0AFC; }
span { border-color: rgb(170,10,252); }
td.TdClassName
{
border-color: #AA0AFC;
}
.TagClassName
{
border-color: #AA0AFC;
}
</style>