Shades of Electric Purple #AA1BFC
Tints of Electric Purple #AA1BFC
RGB
CMYK
RGB Variations
Color information
#AA1BFC (or 0xAA1BFC) is known color: Electric Purple. HEX triplet: AA, 1B and FC. RGB value is (170,27,252). Sum of RGB (Red+Green+Blue) = 170+27+252=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA1BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1BFC is #55E403. Grayscale: #5E5E5E. Windows color (decimal): -5628932 or 16522154. OLE color: 16522154.
HSL color Cylindrical-coordinate representation of color #AA1BFC: hue angle of 278.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1BFC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 27 | 252 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.01 |
| HSL | 278.13º | 0.97% | 0.55% | - |
| HSV(B) | 278.13º | 0.89% | 0.99% | - |
| XYZ | 34.54 | 16.36 | 93.43 | - |
| YUV | 95.41 | 216.38 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 252 | 0.33 | 0.89 | 0 | 0.01 | 278.13 | 0.97 | 0.55 |
| Hex | AA | 1B | FC | 21 | 59 | 0 | 1 | 116 | 61 | 37 |
| Octal | 252 | 33 | 374 | 41 | 131 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101010 | 11011 | 11111100 | 100001 | 1011001 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #AA1BFC
Complementary color
Monochromatic Colors of #AA1BFC
Black with #AA1BFC
Text Example
Text Example
White with #AA1BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BFC; }
p { color: rgb(170,27,252); }
H1.HeaderClassName
{
color: #AA1BFC;
}
.AnyTagClassName
{
color: #AA1BFC;
}
</style>
background-color css
<style>
a { background-color: #AA1BFC; }
a { background-color: rgb(170,27,252); }
div.DivClassName
{
background-color: #AA1BFC;
}
.BgClassName
{
background-color: #AA1BFC;
}
</style>
border-color css
<style>
span { border-color: #AA1BFC; }
span { border-color: rgb(170,27,252); }
td.TdClassName
{
border-color: #AA1BFC;
}
.TagClassName
{
border-color: #AA1BFC;
}
</style>