Shades of Electric Purple #AA06F8
Tints of Electric Purple #AA06F8
RGB
CMYK
RGB Variations
Color information
#AA06F8 (or 0xAA06F8) is known color: Electric Purple. HEX triplet: AA, 06 and F8. RGB value is (170,6,248). Sum of RGB (Red+Green+Blue) = 170+6+248=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA06F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06F8 is #55F907. Grayscale: #515151. Windows color (decimal): -5634312 or 16254634. OLE color: 16254634.
HSL color Cylindrical-coordinate representation of color #AA06F8: hue angle of 280.66º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA06F8 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 6 | 248 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.03 |
| HSL | 280.66º | 0.95% | 0.5% | - |
| HSV(B) | 280.66º | 0.98% | 0.97% | - |
| XYZ | 33.59 | 15.45 | 90.02 | - |
| YUV | 82.62 | 221.33 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 248 | 0.31 | 0.98 | 0 | 0.03 | 280.66 | 0.95 | 0.5 |
| Hex | AA | 6 | F8 | 1F | 62 | 0 | 3 | 119 | 5F | 32 |
| Octal | 252 | 6 | 370 | 37 | 142 | 0 | 3 | 431 | 137 | 62 |
| Binary | 10101010 | 110 | 11111000 | 11111 | 1100010 | 0 | 11 | 100011001 | 1011111 | 110010 |
Color Harmonies of #AA06F8
Complementary color
Monochromatic Colors of #AA06F8
Black with #AA06F8
Text Example
Text Example
White with #AA06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06F8; }
p { color: rgb(170,6,248); }
H1.HeaderClassName
{
color: #AA06F8;
}
.AnyTagClassName
{
color: #AA06F8;
}
</style>
background-color css
<style>
a { background-color: #AA06F8; }
a { background-color: rgb(170,6,248); }
div.DivClassName
{
background-color: #AA06F8;
}
.BgClassName
{
background-color: #AA06F8;
}
</style>
border-color css
<style>
span { border-color: #AA06F8; }
span { border-color: rgb(170,6,248); }
td.TdClassName
{
border-color: #AA06F8;
}
.TagClassName
{
border-color: #AA06F8;
}
</style>