Shades of Electric Purple #AA23FB
Tints of Electric Purple #AA23FB
RGB
CMYK
RGB Variations
Color information
#AA23FB (or 0xAA23FB) is known color: Electric Purple. HEX triplet: AA, 23 and FB. RGB value is (170,35,251). Sum of RGB (Red+Green+Blue) = 170+35+251=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA23FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA23FB is #55DC04. Grayscale: #636363. Windows color (decimal): -5626885 or 16458666. OLE color: 16458666.
HSL color Cylindrical-coordinate representation of color #AA23FB: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA23FB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 35 | 251 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.02 |
| HSL | 277.5º | 0.96% | 0.56% | - |
| HSV(B) | 277.5º | 0.86% | 0.98% | - |
| XYZ | 34.59 | 16.71 | 92.67 | - |
| YUV | 99.99 | 213.23 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 251 | 0.32 | 0.86 | 0 | 0.02 | 277.5 | 0.96 | 0.56 |
| Hex | AA | 23 | FB | 20 | 56 | 0 | 2 | 116 | 60 | 38 |
| Octal | 252 | 43 | 373 | 40 | 126 | 0 | 2 | 426 | 140 | 70 |
| Binary | 10101010 | 100011 | 11111011 | 100000 | 1010110 | 0 | 10 | 100010110 | 1100000 | 111000 |
Color Harmonies of #AA23FB
Complementary color
Monochromatic Colors of #AA23FB
Black with #AA23FB
Text Example
Text Example
White with #AA23FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23FB; }
p { color: rgb(170,35,251); }
H1.HeaderClassName
{
color: #AA23FB;
}
.AnyTagClassName
{
color: #AA23FB;
}
</style>
background-color css
<style>
a { background-color: #AA23FB; }
a { background-color: rgb(170,35,251); }
div.DivClassName
{
background-color: #AA23FB;
}
.BgClassName
{
background-color: #AA23FB;
}
</style>
border-color css
<style>
span { border-color: #AA23FB; }
span { border-color: rgb(170,35,251); }
td.TdClassName
{
border-color: #AA23FB;
}
.TagClassName
{
border-color: #AA23FB;
}
</style>