Shades of Electric Purple #AA0CFC
Tints of Electric Purple #AA0CFC
RGB
CMYK
RGB Variations
Color information
#AA0CFC (or 0xAA0CFC) is known color: Electric Purple. HEX triplet: AA, 0C and FC. RGB value is (170,12,252). Sum of RGB (Red+Green+Blue) = 170+12+252=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA0CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0CFC is #55F303. Grayscale: #555555. Windows color (decimal): -5632772 or 16518314. OLE color: 16518314.
HSL color Cylindrical-coordinate representation of color #AA0CFC: hue angle of 279.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CFC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 12 | 252 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.01 |
| HSL | 279.5º | 0.98% | 0.52% | - |
| HSV(B) | 279.5º | 0.95% | 0.99% | - |
| XYZ | 34.28 | 15.84 | 93.35 | - |
| YUV | 86.6 | 221.35 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 252 | 0.33 | 0.95 | 0 | 0.01 | 279.5 | 0.98 | 0.52 |
| Hex | AA | C | FC | 21 | 5F | 0 | 1 | 118 | 62 | 34 |
| Octal | 252 | 14 | 374 | 41 | 137 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101010 | 1100 | 11111100 | 100001 | 1011111 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AA0CFC
Complementary color
Monochromatic Colors of #AA0CFC
Black with #AA0CFC
Text Example
Text Example
White with #AA0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0CFC; }
p { color: rgb(170,12,252); }
H1.HeaderClassName
{
color: #AA0CFC;
}
.AnyTagClassName
{
color: #AA0CFC;
}
</style>
background-color css
<style>
a { background-color: #AA0CFC; }
a { background-color: rgb(170,12,252); }
div.DivClassName
{
background-color: #AA0CFC;
}
.BgClassName
{
background-color: #AA0CFC;
}
</style>
border-color css
<style>
span { border-color: #AA0CFC; }
span { border-color: rgb(170,12,252); }
td.TdClassName
{
border-color: #AA0CFC;
}
.TagClassName
{
border-color: #AA0CFC;
}
</style>