Shades of Electric Purple #AA06F6
Tints of Electric Purple #AA06F6
RGB
CMYK
RGB Variations
Color information
#AA06F6 (or 0xAA06F6) is known color: Electric Purple. HEX triplet: AA, 06 and F6. RGB value is (170,6,246). Sum of RGB (Red+Green+Blue) = 170+6+246=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA06F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06F6 is #55F909. Grayscale: #515151. Windows color (decimal): -5634314 or 16123562. OLE color: 16123562.
HSL color Cylindrical-coordinate representation of color #AA06F6: hue angle of 281º 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 #AA06F6 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 6 | 246 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.04 |
| HSL | 281º | 0.95% | 0.49% | - |
| HSV(B) | 281º | 0.98% | 0.96% | - |
| XYZ | 33.28 | 15.33 | 88.39 | - |
| YUV | 82.4 | 220.33 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 246 | 0.31 | 0.98 | 0 | 0.04 | 281 | 0.95 | 0.49 |
| Hex | AA | 6 | F6 | 1F | 62 | 0 | 4 | 119 | 5F | 31 |
| Octal | 252 | 6 | 366 | 37 | 142 | 0 | 4 | 431 | 137 | 61 |
| Binary | 10101010 | 110 | 11110110 | 11111 | 1100010 | 0 | 100 | 100011001 | 1011111 | 110001 |
Color Harmonies of #AA06F6
Complementary color
Monochromatic Colors of #AA06F6
Black with #AA06F6
Text Example
Text Example
White with #AA06F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06F6; }
p { color: rgb(170,6,246); }
H1.HeaderClassName
{
color: #AA06F6;
}
.AnyTagClassName
{
color: #AA06F6;
}
</style>
background-color css
<style>
a { background-color: #AA06F6; }
a { background-color: rgb(170,6,246); }
div.DivClassName
{
background-color: #AA06F6;
}
.BgClassName
{
background-color: #AA06F6;
}
</style>
border-color css
<style>
span { border-color: #AA06F6; }
span { border-color: rgb(170,6,246); }
td.TdClassName
{
border-color: #AA06F6;
}
.TagClassName
{
border-color: #AA06F6;
}
</style>