Shades of Electric Purple #AA1CF7
Tints of Electric Purple #AA1CF7
RGB
CMYK
RGB Variations
Color information
#AA1CF7 (or 0xAA1CF7) is known color: Electric Purple. HEX triplet: AA, 1C and F7. RGB value is (170,28,247). Sum of RGB (Red+Green+Blue) = 170+28+247=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA1CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CF7 is #55E308. Grayscale: #5E5E5E. Windows color (decimal): -5628681 or 16194730. OLE color: 16194730.
HSL color Cylindrical-coordinate representation of color #AA1CF7: hue angle of 278.9º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1CF7 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 28 | 247 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.03 |
| HSL | 278.9º | 0.93% | 0.54% | - |
| HSV(B) | 278.9º | 0.89% | 0.97% | - |
| XYZ | 33.78 | 16.09 | 89.32 | - |
| YUV | 95.42 | 213.54 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 247 | 0.31 | 0.89 | 0 | 0.03 | 278.9 | 0.93 | 0.54 |
| Hex | AA | 1C | F7 | 1F | 59 | 0 | 3 | 117 | 5D | 36 |
| Octal | 252 | 34 | 367 | 37 | 131 | 0 | 3 | 427 | 135 | 66 |
| Binary | 10101010 | 11100 | 11110111 | 11111 | 1011001 | 0 | 11 | 100010111 | 1011101 | 110110 |
Color Harmonies of #AA1CF7
Complementary color
Monochromatic Colors of #AA1CF7
Black with #AA1CF7
Text Example
Text Example
White with #AA1CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CF7; }
p { color: rgb(170,28,247); }
H1.HeaderClassName
{
color: #AA1CF7;
}
.AnyTagClassName
{
color: #AA1CF7;
}
</style>
background-color css
<style>
a { background-color: #AA1CF7; }
a { background-color: rgb(170,28,247); }
div.DivClassName
{
background-color: #AA1CF7;
}
.BgClassName
{
background-color: #AA1CF7;
}
</style>
border-color css
<style>
span { border-color: #AA1CF7; }
span { border-color: rgb(170,28,247); }
td.TdClassName
{
border-color: #AA1CF7;
}
.TagClassName
{
border-color: #AA1CF7;
}
</style>