Shades of Electric Purple #AA08FF
Tints of Electric Purple #AA08FF
RGB
CMYK
RGB Variations
Color information
#AA08FF (or 0xAA08FF) is known color: Electric Purple. HEX triplet: AA, 08 and FF. RGB value is (170,8,255). Sum of RGB (Red+Green+Blue) = 170+8+255=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA08FF is #55F700. Grayscale: #535353. Windows color (decimal): -5633793 or 16713898. OLE color: 16713898.
HSL color Cylindrical-coordinate representation of color #AA08FF: hue angle of 279.35º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA08FF is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 8 | 255 | - |
| CMYK | 0.33 | 0.97 | 0 | 0 |
| HSL | 279.35º | 1% | 0.52% | - |
| HSV(B) | 279.35º | 0.97% | 1% | - |
| XYZ | 34.71 | 15.94 | 95.85 | - |
| YUV | 84.6 | 224.17 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 255 | 0.33 | 0.97 | 0 | 0 | 279.35 | 1 | 0.52 |
| Hex | AA | 8 | FF | 21 | 61 | 0 | 0 | 117 | 64 | 34 |
| Octal | 252 | 10 | 377 | 41 | 141 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101010 | 1000 | 11111111 | 100001 | 1100001 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #AA08FF
Complementary color
Monochromatic Colors of #AA08FF
Black with #AA08FF
Text Example
Text Example
White with #AA08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA08FF; }
p { color: rgb(170,8,255); }
H1.HeaderClassName
{
color: #AA08FF;
}
.AnyTagClassName
{
color: #AA08FF;
}
</style>
background-color css
<style>
a { background-color: #AA08FF; }
a { background-color: rgb(170,8,255); }
div.DivClassName
{
background-color: #AA08FF;
}
.BgClassName
{
background-color: #AA08FF;
}
</style>
border-color css
<style>
span { border-color: #AA08FF; }
span { border-color: rgb(170,8,255); }
td.TdClassName
{
border-color: #AA08FF;
}
.TagClassName
{
border-color: #AA08FF;
}
</style>