Shades of Electric Purple #AA01FB
Tints of Electric Purple #AA01FB
RGB
CMYK
RGB Variations
Color information
#AA01FB (or 0xAA01FB) is known color: Electric Purple. HEX triplet: AA, 01 and FB. RGB value is (170,1,251). Sum of RGB (Red+Green+Blue) = 170+1+251=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA01FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01FB is #55FE04. Grayscale: #4F4F4F. Windows color (decimal): -5635589 or 16449962. OLE color: 16449962.
HSL color Cylindrical-coordinate representation of color #AA01FB: hue angle of 280.56º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01FB is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 1 | 251 | - |
| CMYK | 0.32 | 1.00 | 0 | 0.02 |
| HSL | 280.56º | 0.99% | 0.49% | - |
| HSV(B) | 280.56º | 1% | 0.98% | - |
| XYZ | 34 | 15.53 | 92.47 | - |
| YUV | 80.03 | 224.49 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 251 | 0.32 | 1.00 | 0 | 0.02 | 280.56 | 0.99 | 0.49 |
| Hex | AA | 1 | FB | 20 | 64 | 0 | 2 | 119 | 63 | 31 |
| Octal | 252 | 1 | 373 | 40 | 144 | 0 | 2 | 431 | 143 | 61 |
| Binary | 10101010 | 1 | 11111011 | 100000 | 1100100 | 0 | 10 | 100011001 | 1100011 | 110001 |
Color Harmonies of #AA01FB
Complementary color
Monochromatic Colors of #AA01FB
Black with #AA01FB
Text Example
Text Example
White with #AA01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01FB; }
p { color: rgb(170,1,251); }
H1.HeaderClassName
{
color: #AA01FB;
}
.AnyTagClassName
{
color: #AA01FB;
}
</style>
background-color css
<style>
a { background-color: #AA01FB; }
a { background-color: rgb(170,1,251); }
div.DivClassName
{
background-color: #AA01FB;
}
.BgClassName
{
background-color: #AA01FB;
}
</style>
border-color css
<style>
span { border-color: #AA01FB; }
span { border-color: rgb(170,1,251); }
td.TdClassName
{
border-color: #AA01FB;
}
.TagClassName
{
border-color: #AA01FB;
}
</style>