Shades of Electric Purple #AA10F2
Tints of Electric Purple #AA10F2
RGB
CMYK
RGB Variations
Color information
#AA10F2 (or 0xAA10F2) is known color: Electric Purple. HEX triplet: AA, 10 and F2. RGB value is (170,16,242). Sum of RGB (Red+Green+Blue) = 170+16+242=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA10F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10F2 is #55EF0D. Grayscale: #575757. Windows color (decimal): -5631758 or 15863978. OLE color: 15863978.
HSL color Cylindrical-coordinate representation of color #AA10F2: hue angle of 280.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA10F2 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 16 | 242 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.05 |
| HSL | 280.88º | 0.9% | 0.51% | - |
| HSV(B) | 280.88º | 0.93% | 0.95% | - |
| XYZ | 32.79 | 15.33 | 85.23 | - |
| YUV | 87.81 | 215.02 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 242 | 0.30 | 0.93 | 0 | 0.05 | 280.88 | 0.9 | 0.51 |
| Hex | AA | 10 | F2 | 1E | 5D | 0 | 5 | 119 | 5A | 33 |
| Octal | 252 | 20 | 362 | 36 | 135 | 0 | 5 | 431 | 132 | 63 |
| Binary | 10101010 | 10000 | 11110010 | 11110 | 1011101 | 0 | 101 | 100011001 | 1011010 | 110011 |
Color Harmonies of #AA10F2
Complementary color
Monochromatic Colors of #AA10F2
Black with #AA10F2
Text Example
Text Example
White with #AA10F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10F2; }
p { color: rgb(170,16,242); }
H1.HeaderClassName
{
color: #AA10F2;
}
.AnyTagClassName
{
color: #AA10F2;
}
</style>
background-color css
<style>
a { background-color: #AA10F2; }
a { background-color: rgb(170,16,242); }
div.DivClassName
{
background-color: #AA10F2;
}
.BgClassName
{
background-color: #AA10F2;
}
</style>
border-color css
<style>
span { border-color: #AA10F2; }
span { border-color: rgb(170,16,242); }
td.TdClassName
{
border-color: #AA10F2;
}
.TagClassName
{
border-color: #AA10F2;
}
</style>