Shades of Electric Purple #AA06FF
Tints of Electric Purple #AA06FF
RGB
CMYK
RGB Variations
Color information
#AA06FF (or 0xAA06FF) is known color: Electric Purple. HEX triplet: AA, 06 and FF. RGB value is (170,6,255). Sum of RGB (Red+Green+Blue) = 170+6+255=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06FF is #55F900. Grayscale: #525252. Windows color (decimal): -5634305 or 16713386. OLE color: 16713386.
HSL color Cylindrical-coordinate representation of color #AA06FF: hue angle of 279.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA06FF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 6 | 255 | - |
| CMYK | 0.33 | 0.98 | 0 | 0 |
| HSL | 279.52º | 1% | 0.51% | - |
| HSV(B) | 279.52º | 0.98% | 1% | - |
| XYZ | 34.69 | 15.9 | 95.85 | - |
| YUV | 83.42 | 224.83 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 255 | 0.33 | 0.98 | 0 | 0 | 279.52 | 1 | 0.51 |
| Hex | AA | 6 | FF | 21 | 62 | 0 | 0 | 118 | 64 | 33 |
| Octal | 252 | 6 | 377 | 41 | 142 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101010 | 110 | 11111111 | 100001 | 1100010 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AA06FF
Complementary color
Monochromatic Colors of #AA06FF
Black with #AA06FF
Text Example
Text Example
White with #AA06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06FF; }
p { color: rgb(170,6,255); }
H1.HeaderClassName
{
color: #AA06FF;
}
.AnyTagClassName
{
color: #AA06FF;
}
</style>
background-color css
<style>
a { background-color: #AA06FF; }
a { background-color: rgb(170,6,255); }
div.DivClassName
{
background-color: #AA06FF;
}
.BgClassName
{
background-color: #AA06FF;
}
</style>
border-color css
<style>
span { border-color: #AA06FF; }
span { border-color: rgb(170,6,255); }
td.TdClassName
{
border-color: #AA06FF;
}
.TagClassName
{
border-color: #AA06FF;
}
</style>