Shades of Electric Purple #AA0CFF
Tints of Electric Purple #AA0CFF
RGB
CMYK
RGB Variations
Color information
#AA0CFF (or 0xAA0CFF) is known color: Electric Purple. HEX triplet: AA, 0C and FF. RGB value is (170,12,255). Sum of RGB (Red+Green+Blue) = 170+12+255=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0CFF is #55F300. Grayscale: #565656. Windows color (decimal): -5632769 or 16714922. OLE color: 16714922.
HSL color Cylindrical-coordinate representation of color #AA0CFF: hue angle of 279.01º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CFF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 12 | 255 | - |
| CMYK | 0.33 | 0.95 | 0 | 0 |
| HSL | 279.01º | 1% | 0.52% | - |
| HSV(B) | 279.01º | 0.95% | 1% | - |
| XYZ | 34.76 | 16.03 | 95.87 | - |
| YUV | 86.94 | 222.85 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 255 | 0.33 | 0.95 | 0 | 0 | 279.01 | 1 | 0.52 |
| Hex | AA | C | FF | 21 | 5F | 0 | 0 | 117 | 64 | 34 |
| Octal | 252 | 14 | 377 | 41 | 137 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101010 | 1100 | 11111111 | 100001 | 1011111 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #AA0CFF
Complementary color
Monochromatic Colors of #AA0CFF
Black with #AA0CFF
Text Example
Text Example
White with #AA0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CFF; }
p { color: rgb(170,12,255); }
H1.HeaderClassName
{
color: #AA0CFF;
}
.AnyTagClassName
{
color: #AA0CFF;
}
</style>
background-color css
<style>
a { background-color: #AA0CFF; }
a { background-color: rgb(170,12,255); }
div.DivClassName
{
background-color: #AA0CFF;
}
.BgClassName
{
background-color: #AA0CFF;
}
</style>
border-color css
<style>
span { border-color: #AA0CFF; }
span { border-color: rgb(170,12,255); }
td.TdClassName
{
border-color: #AA0CFF;
}
.TagClassName
{
border-color: #AA0CFF;
}
</style>