Shades of Electric Purple #AA14FB
Tints of Electric Purple #AA14FB
RGB
CMYK
RGB Variations
Color information
#AA14FB (or 0xAA14FB) is known color: Electric Purple. HEX triplet: AA, 14 and FB. RGB value is (170,20,251). Sum of RGB (Red+Green+Blue) = 170+20+251=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA14FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA14FB is #55EB04. Grayscale: #5A5A5A. Windows color (decimal): -5630725 or 16454826. OLE color: 16454826.
HSL color Cylindrical-coordinate representation of color #AA14FB: hue angle of 278.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA14FB is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 20 | 251 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.02 |
| HSL | 278.96º | 0.97% | 0.53% | - |
| HSV(B) | 278.96º | 0.92% | 0.98% | - |
| XYZ | 34.24 | 16.01 | 92.55 | - |
| YUV | 91.18 | 218.2 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 251 | 0.32 | 0.92 | 0 | 0.02 | 278.96 | 0.97 | 0.53 |
| Hex | AA | 14 | FB | 20 | 5C | 0 | 2 | 117 | 61 | 35 |
| Octal | 252 | 24 | 373 | 40 | 134 | 0 | 2 | 427 | 141 | 65 |
| Binary | 10101010 | 10100 | 11111011 | 100000 | 1011100 | 0 | 10 | 100010111 | 1100001 | 110101 |
Color Harmonies of #AA14FB
Complementary color
Monochromatic Colors of #AA14FB
Black with #AA14FB
Text Example
Text Example
White with #AA14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14FB; }
p { color: rgb(170,20,251); }
H1.HeaderClassName
{
color: #AA14FB;
}
.AnyTagClassName
{
color: #AA14FB;
}
</style>
background-color css
<style>
a { background-color: #AA14FB; }
a { background-color: rgb(170,20,251); }
div.DivClassName
{
background-color: #AA14FB;
}
.BgClassName
{
background-color: #AA14FB;
}
</style>
border-color css
<style>
span { border-color: #AA14FB; }
span { border-color: rgb(170,20,251); }
td.TdClassName
{
border-color: #AA14FB;
}
.TagClassName
{
border-color: #AA14FB;
}
</style>