Shades of Electric Purple #AA10FB
Tints of Electric Purple #AA10FB
RGB
CMYK
RGB Variations
Color information
#AA10FB (or 0xAA10FB) is known color: Electric Purple. HEX triplet: AA, 10 and FB. RGB value is (170,16,251). Sum of RGB (Red+Green+Blue) = 170+16+251=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA10FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA10FB is #55EF04. Grayscale: #585858. Windows color (decimal): -5631749 or 16453802. OLE color: 16453802.
HSL color Cylindrical-coordinate representation of color #AA10FB: hue angle of 279.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA10FB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 16 | 251 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.02 |
| HSL | 279.32º | 0.97% | 0.52% | - |
| HSV(B) | 279.32º | 0.94% | 0.98% | - |
| XYZ | 34.18 | 15.88 | 92.53 | - |
| YUV | 88.84 | 219.52 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 251 | 0.32 | 0.94 | 0 | 0.02 | 279.32 | 0.97 | 0.52 |
| Hex | AA | 10 | FB | 20 | 5E | 0 | 2 | 117 | 61 | 34 |
| Octal | 252 | 20 | 373 | 40 | 136 | 0 | 2 | 427 | 141 | 64 |
| Binary | 10101010 | 10000 | 11111011 | 100000 | 1011110 | 0 | 10 | 100010111 | 1100001 | 110100 |
Color Harmonies of #AA10FB
Complementary color
Monochromatic Colors of #AA10FB
Black with #AA10FB
Text Example
Text Example
White with #AA10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10FB; }
p { color: rgb(170,16,251); }
H1.HeaderClassName
{
color: #AA10FB;
}
.AnyTagClassName
{
color: #AA10FB;
}
</style>
background-color css
<style>
a { background-color: #AA10FB; }
a { background-color: rgb(170,16,251); }
div.DivClassName
{
background-color: #AA10FB;
}
.BgClassName
{
background-color: #AA10FB;
}
</style>
border-color css
<style>
span { border-color: #AA10FB; }
span { border-color: rgb(170,16,251); }
td.TdClassName
{
border-color: #AA10FB;
}
.TagClassName
{
border-color: #AA10FB;
}
</style>