Shades of Electric Purple #AA05F2
Tints of Electric Purple #AA05F2
RGB
CMYK
RGB Variations
Color information
#AA05F2 (or 0xAA05F2) is known color: Electric Purple. HEX triplet: AA, 05 and F2. RGB value is (170,5,242). Sum of RGB (Red+Green+Blue) = 170+5+242=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA05F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA05F2 is #55FA0D. Grayscale: #505050. Windows color (decimal): -5634574 or 15861162. OLE color: 15861162.
HSL color Cylindrical-coordinate representation of color #AA05F2: hue angle of 281.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05F2 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 5 | 242 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.05 |
| HSL | 281.77º | 0.96% | 0.48% | - |
| HSV(B) | 281.77º | 0.98% | 0.95% | - |
| XYZ | 32.66 | 15.07 | 85.19 | - |
| YUV | 81.35 | 218.66 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 242 | 0.30 | 0.98 | 0 | 0.05 | 281.77 | 0.96 | 0.48 |
| Hex | AA | 5 | F2 | 1E | 62 | 0 | 5 | 11A | 60 | 30 |
| Octal | 252 | 5 | 362 | 36 | 142 | 0 | 5 | 432 | 140 | 60 |
| Binary | 10101010 | 101 | 11110010 | 11110 | 1100010 | 0 | 101 | 100011010 | 1100000 | 110000 |
Color Harmonies of #AA05F2
Complementary color
Monochromatic Colors of #AA05F2
Black with #AA05F2
Text Example
Text Example
White with #AA05F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05F2; }
p { color: rgb(170,5,242); }
H1.HeaderClassName
{
color: #AA05F2;
}
.AnyTagClassName
{
color: #AA05F2;
}
</style>
background-color css
<style>
a { background-color: #AA05F2; }
a { background-color: rgb(170,5,242); }
div.DivClassName
{
background-color: #AA05F2;
}
.BgClassName
{
background-color: #AA05F2;
}
</style>
border-color css
<style>
span { border-color: #AA05F2; }
span { border-color: rgb(170,5,242); }
td.TdClassName
{
border-color: #AA05F2;
}
.TagClassName
{
border-color: #AA05F2;
}
</style>