Shades of Electric Purple #AA1CFB
Tints of Electric Purple #AA1CFB
RGB
CMYK
RGB Variations
Color information
#AA1CFB (or 0xAA1CFB) is known color: Electric Purple. HEX triplet: AA, 1C and FB. RGB value is (170,28,251). Sum of RGB (Red+Green+Blue) = 170+28+251=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA1CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CFB is #55E304. Grayscale: #5F5F5F. Windows color (decimal): -5628677 or 16456874. OLE color: 16456874.
HSL color Cylindrical-coordinate representation of color #AA1CFB: hue angle of 278.21º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1CFB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 28 | 251 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.02 |
| HSL | 278.21º | 0.97% | 0.55% | - |
| HSV(B) | 278.21º | 0.89% | 0.98% | - |
| XYZ | 34.41 | 16.34 | 92.61 | - |
| YUV | 95.88 | 215.54 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 251 | 0.32 | 0.89 | 0 | 0.02 | 278.21 | 0.97 | 0.55 |
| Hex | AA | 1C | FB | 20 | 59 | 0 | 2 | 116 | 61 | 37 |
| Octal | 252 | 34 | 373 | 40 | 131 | 0 | 2 | 426 | 141 | 67 |
| Binary | 10101010 | 11100 | 11111011 | 100000 | 1011001 | 0 | 10 | 100010110 | 1100001 | 110111 |
Color Harmonies of #AA1CFB
Complementary color
Monochromatic Colors of #AA1CFB
Black with #AA1CFB
Text Example
Text Example
White with #AA1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CFB; }
p { color: rgb(170,28,251); }
H1.HeaderClassName
{
color: #AA1CFB;
}
.AnyTagClassName
{
color: #AA1CFB;
}
</style>
background-color css
<style>
a { background-color: #AA1CFB; }
a { background-color: rgb(170,28,251); }
div.DivClassName
{
background-color: #AA1CFB;
}
.BgClassName
{
background-color: #AA1CFB;
}
</style>
border-color css
<style>
span { border-color: #AA1CFB; }
span { border-color: rgb(170,28,251); }
td.TdClassName
{
border-color: #AA1CFB;
}
.TagClassName
{
border-color: #AA1CFB;
}
</style>