Shades of Electric Purple #AA03FB
Tints of Electric Purple #AA03FB
RGB
CMYK
RGB Variations
Color information
#AA03FB (or 0xAA03FB) is known color: Electric Purple. HEX triplet: AA, 03 and FB. RGB value is (170,3,251). Sum of RGB (Red+Green+Blue) = 170+3+251=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA03FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03FB is #55FC04. Grayscale: #505050. Windows color (decimal): -5635077 or 16450474. OLE color: 16450474.
HSL color Cylindrical-coordinate representation of color #AA03FB: hue angle of 280.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03FB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 3 | 251 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.02 |
| HSL | 280.4º | 0.98% | 0.5% | - |
| HSV(B) | 280.4º | 0.99% | 0.98% | - |
| XYZ | 34.02 | 15.58 | 92.48 | - |
| YUV | 81.21 | 223.83 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 251 | 0.32 | 0.99 | 0 | 0.02 | 280.4 | 0.98 | 0.5 |
| Hex | AA | 3 | FB | 20 | 63 | 0 | 2 | 118 | 62 | 32 |
| Octal | 252 | 3 | 373 | 40 | 143 | 0 | 2 | 430 | 142 | 62 |
| Binary | 10101010 | 11 | 11111011 | 100000 | 1100011 | 0 | 10 | 100011000 | 1100010 | 110010 |
Color Harmonies of #AA03FB
Complementary color
Monochromatic Colors of #AA03FB
Black with #AA03FB
Text Example
Text Example
White with #AA03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03FB; }
p { color: rgb(170,3,251); }
H1.HeaderClassName
{
color: #AA03FB;
}
.AnyTagClassName
{
color: #AA03FB;
}
</style>
background-color css
<style>
a { background-color: #AA03FB; }
a { background-color: rgb(170,3,251); }
div.DivClassName
{
background-color: #AA03FB;
}
.BgClassName
{
background-color: #AA03FB;
}
</style>
border-color css
<style>
span { border-color: #AA03FB; }
span { border-color: rgb(170,3,251); }
td.TdClassName
{
border-color: #AA03FB;
}
.TagClassName
{
border-color: #AA03FB;
}
</style>