Shades of Electric Purple #AA06F4
Tints of Electric Purple #AA06F4
RGB
CMYK
RGB Variations
Color information
#AA06F4 (or 0xAA06F4) is known color: Electric Purple. HEX triplet: AA, 06 and F4. RGB value is (170,6,244). Sum of RGB (Red+Green+Blue) = 170+6+244=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA06F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06F4 is #55F90B. Grayscale: #515151. Windows color (decimal): -5634316 or 15992490. OLE color: 15992490.
HSL color Cylindrical-coordinate representation of color #AA06F4: hue angle of 281.34º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA06F4 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 6 | 244 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.04 |
| HSL | 281.34º | 0.95% | 0.49% | - |
| HSV(B) | 281.34º | 0.98% | 0.96% | - |
| XYZ | 32.97 | 15.21 | 86.79 | - |
| YUV | 82.17 | 219.33 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 244 | 0.30 | 0.98 | 0 | 0.04 | 281.34 | 0.95 | 0.49 |
| Hex | AA | 6 | F4 | 1E | 62 | 0 | 4 | 119 | 5F | 31 |
| Octal | 252 | 6 | 364 | 36 | 142 | 0 | 4 | 431 | 137 | 61 |
| Binary | 10101010 | 110 | 11110100 | 11110 | 1100010 | 0 | 100 | 100011001 | 1011111 | 110001 |
Color Harmonies of #AA06F4
Complementary color
Monochromatic Colors of #AA06F4
Black with #AA06F4
Text Example
Text Example
White with #AA06F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06F4; }
p { color: rgb(170,6,244); }
H1.HeaderClassName
{
color: #AA06F4;
}
.AnyTagClassName
{
color: #AA06F4;
}
</style>
background-color css
<style>
a { background-color: #AA06F4; }
a { background-color: rgb(170,6,244); }
div.DivClassName
{
background-color: #AA06F4;
}
.BgClassName
{
background-color: #AA06F4;
}
</style>
border-color css
<style>
span { border-color: #AA06F4; }
span { border-color: rgb(170,6,244); }
td.TdClassName
{
border-color: #AA06F4;
}
.TagClassName
{
border-color: #AA06F4;
}
</style>