Shades of Electric Purple #AA0CF9
Tints of Electric Purple #AA0CF9
RGB
CMYK
RGB Variations
Color information
#AA0CF9 (or 0xAA0CF9) is known color: Electric Purple. HEX triplet: AA, 0C and F9. RGB value is (170,12,249). Sum of RGB (Red+Green+Blue) = 170+12+249=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA0CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0CF9 is #55F306. Grayscale: #555555. Windows color (decimal): -5632775 or 16321706. OLE color: 16321706.
HSL color Cylindrical-coordinate representation of color #AA0CF9: hue angle of 280º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CF9 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 12 | 249 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.02 |
| HSL | 280º | 0.95% | 0.51% | - |
| HSV(B) | 280º | 0.95% | 0.98% | - |
| XYZ | 33.81 | 15.65 | 90.86 | - |
| YUV | 86.26 | 219.85 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 249 | 0.32 | 0.95 | 0 | 0.02 | 280 | 0.95 | 0.51 |
| Hex | AA | C | F9 | 20 | 5F | 0 | 2 | 118 | 5F | 33 |
| Octal | 252 | 14 | 371 | 40 | 137 | 0 | 2 | 430 | 137 | 63 |
| Binary | 10101010 | 1100 | 11111001 | 100000 | 1011111 | 0 | 10 | 100011000 | 1011111 | 110011 |
Color Harmonies of #AA0CF9
Complementary color
Monochromatic Colors of #AA0CF9
Black with #AA0CF9
Text Example
Text Example
White with #AA0CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CF9; }
p { color: rgb(170,12,249); }
H1.HeaderClassName
{
color: #AA0CF9;
}
.AnyTagClassName
{
color: #AA0CF9;
}
</style>
background-color css
<style>
a { background-color: #AA0CF9; }
a { background-color: rgb(170,12,249); }
div.DivClassName
{
background-color: #AA0CF9;
}
.BgClassName
{
background-color: #AA0CF9;
}
</style>
border-color css
<style>
span { border-color: #AA0CF9; }
span { border-color: rgb(170,12,249); }
td.TdClassName
{
border-color: #AA0CF9;
}
.TagClassName
{
border-color: #AA0CF9;
}
</style>