Shades of Electric Purple #AA0CEB
Tints of Electric Purple #AA0CEB
RGB
CMYK
RGB Variations
Color information
#AA0CEB (or 0xAA0CEB) is known color: Electric Purple. HEX triplet: AA, 0C and EB. RGB value is (170,12,235). Sum of RGB (Red+Green+Blue) = 170+12+235=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA0CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0CEB is #55F314. Grayscale: #535353. Windows color (decimal): -5632789 or 15404202. OLE color: 15404202.
HSL color Cylindrical-coordinate representation of color #AA0CEB: hue angle of 282.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CEB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 12 | 235 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.08 |
| HSL | 282.51º | 0.9% | 0.48% | - |
| HSV(B) | 282.51º | 0.95% | 0.92% | - |
| XYZ | 31.7 | 14.81 | 79.78 | - |
| YUV | 84.66 | 212.85 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 235 | 0.28 | 0.95 | 0 | 0.08 | 282.51 | 0.9 | 0.48 |
| Hex | AA | C | EB | 1C | 5F | 0 | 8 | 11B | 5A | 30 |
| Octal | 252 | 14 | 353 | 34 | 137 | 0 | 10 | 433 | 132 | 60 |
| Binary | 10101010 | 1100 | 11101011 | 11100 | 1011111 | 0 | 1000 | 100011011 | 1011010 | 110000 |
Color Harmonies of #AA0CEB
Complementary color
Monochromatic Colors of #AA0CEB
Black with #AA0CEB
Text Example
Text Example
White with #AA0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CEB; }
p { color: rgb(170,12,235); }
H1.HeaderClassName
{
color: #AA0CEB;
}
.AnyTagClassName
{
color: #AA0CEB;
}
</style>
background-color css
<style>
a { background-color: #AA0CEB; }
a { background-color: rgb(170,12,235); }
div.DivClassName
{
background-color: #AA0CEB;
}
.BgClassName
{
background-color: #AA0CEB;
}
</style>
border-color css
<style>
span { border-color: #AA0CEB; }
span { border-color: rgb(170,12,235); }
td.TdClassName
{
border-color: #AA0CEB;
}
.TagClassName
{
border-color: #AA0CEB;
}
</style>