Shades of Electric Purple #AA01FC
Tints of Electric Purple #AA01FC
RGB
CMYK
RGB Variations
Color information
#AA01FC (or 0xAA01FC) is known color: Electric Purple. HEX triplet: AA, 01 and FC. RGB value is (170,1,252). Sum of RGB (Red+Green+Blue) = 170+1+252=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA01FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01FC is #55FE03. Grayscale: #4F4F4F. Windows color (decimal): -5635588 or 16515498. OLE color: 16515498.
HSL color Cylindrical-coordinate representation of color #AA01FC: hue angle of 280.4º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01FC is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 1 | 252 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.01 |
| HSL | 280.4º | 0.99% | 0.5% | - |
| HSV(B) | 280.4º | 1% | 0.99% | - |
| XYZ | 34.16 | 15.6 | 93.31 | - |
| YUV | 80.15 | 224.99 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 252 | 0.33 | 1.00 | 0 | 0.01 | 280.4 | 0.99 | 0.5 |
| Hex | AA | 1 | FC | 21 | 64 | 0 | 1 | 118 | 63 | 32 |
| Octal | 252 | 1 | 374 | 41 | 144 | 0 | 1 | 430 | 143 | 62 |
| Binary | 10101010 | 1 | 11111100 | 100001 | 1100100 | 0 | 1 | 100011000 | 1100011 | 110010 |
Color Harmonies of #AA01FC
Complementary color
Monochromatic Colors of #AA01FC
Black with #AA01FC
Text Example
Text Example
White with #AA01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01FC; }
p { color: rgb(170,1,252); }
H1.HeaderClassName
{
color: #AA01FC;
}
.AnyTagClassName
{
color: #AA01FC;
}
</style>
background-color css
<style>
a { background-color: #AA01FC; }
a { background-color: rgb(170,1,252); }
div.DivClassName
{
background-color: #AA01FC;
}
.BgClassName
{
background-color: #AA01FC;
}
</style>
border-color css
<style>
span { border-color: #AA01FC; }
span { border-color: rgb(170,1,252); }
td.TdClassName
{
border-color: #AA01FC;
}
.TagClassName
{
border-color: #AA01FC;
}
</style>