Shades of Electric Purple #AA1CF1
Tints of Electric Purple #AA1CF1
RGB
CMYK
RGB Variations
Color information
#AA1CF1 (or 0xAA1CF1) is known color: Electric Purple. HEX triplet: AA, 1C and F1. RGB value is (170,28,241). Sum of RGB (Red+Green+Blue) = 170+28+241=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA1CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CF1 is #55E30E. Grayscale: #5E5E5E. Windows color (decimal): -5628687 or 15801514. OLE color: 15801514.
HSL color Cylindrical-coordinate representation of color #AA1CF1: hue angle of 280º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1CF1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 28 | 241 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.05 |
| HSL | 280º | 0.88% | 0.53% | - |
| HSV(B) | 280º | 0.88% | 0.95% | - |
| XYZ | 32.87 | 15.73 | 84.52 | - |
| YUV | 94.74 | 210.54 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 241 | 0.29 | 0.88 | 0 | 0.05 | 280 | 0.88 | 0.53 |
| Hex | AA | 1C | F1 | 1D | 58 | 0 | 5 | 118 | 58 | 35 |
| Octal | 252 | 34 | 361 | 35 | 130 | 0 | 5 | 430 | 130 | 65 |
| Binary | 10101010 | 11100 | 11110001 | 11101 | 1011000 | 0 | 101 | 100011000 | 1011000 | 110101 |
Color Harmonies of #AA1CF1
Complementary color
Monochromatic Colors of #AA1CF1
Black with #AA1CF1
Text Example
Text Example
White with #AA1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CF1; }
p { color: rgb(170,28,241); }
H1.HeaderClassName
{
color: #AA1CF1;
}
.AnyTagClassName
{
color: #AA1CF1;
}
</style>
background-color css
<style>
a { background-color: #AA1CF1; }
a { background-color: rgb(170,28,241); }
div.DivClassName
{
background-color: #AA1CF1;
}
.BgClassName
{
background-color: #AA1CF1;
}
</style>
border-color css
<style>
span { border-color: #AA1CF1; }
span { border-color: rgb(170,28,241); }
td.TdClassName
{
border-color: #AA1CF1;
}
.TagClassName
{
border-color: #AA1CF1;
}
</style>