Shades of Electric Purple #AA1AFC
Tints of Electric Purple #AA1AFC
RGB
CMYK
RGB Variations
Color information
#AA1AFC (or 0xAA1AFC) is known color: Electric Purple. HEX triplet: AA, 1A and FC. RGB value is (170,26,252). Sum of RGB (Red+Green+Blue) = 170+26+252=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA1AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1AFC is #55E503. Grayscale: #5E5E5E. Windows color (decimal): -5629188 or 16521898. OLE color: 16521898.
HSL color Cylindrical-coordinate representation of color #AA1AFC: hue angle of 278.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1AFC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 26 | 252 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.01 |
| HSL | 278.23º | 0.97% | 0.55% | - |
| HSV(B) | 278.23º | 0.9% | 0.99% | - |
| XYZ | 34.52 | 16.31 | 93.42 | - |
| YUV | 94.82 | 216.71 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 252 | 0.33 | 0.90 | 0 | 0.01 | 278.23 | 0.97 | 0.55 |
| Hex | AA | 1A | FC | 21 | 5A | 0 | 1 | 116 | 61 | 37 |
| Octal | 252 | 32 | 374 | 41 | 132 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101010 | 11010 | 11111100 | 100001 | 1011010 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #AA1AFC
Complementary color
Monochromatic Colors of #AA1AFC
Black with #AA1AFC
Text Example
Text Example
White with #AA1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1AFC; }
p { color: rgb(170,26,252); }
H1.HeaderClassName
{
color: #AA1AFC;
}
.AnyTagClassName
{
color: #AA1AFC;
}
</style>
background-color css
<style>
a { background-color: #AA1AFC; }
a { background-color: rgb(170,26,252); }
div.DivClassName
{
background-color: #AA1AFC;
}
.BgClassName
{
background-color: #AA1AFC;
}
</style>
border-color css
<style>
span { border-color: #AA1AFC; }
span { border-color: rgb(170,26,252); }
td.TdClassName
{
border-color: #AA1AFC;
}
.TagClassName
{
border-color: #AA1AFC;
}
</style>