Shades of Electric Purple #AA0FFB
Tints of Electric Purple #AA0FFB
RGB
CMYK
RGB Variations
Color information
#AA0FFB (or 0xAA0FFB) is known color: Electric Purple. HEX triplet: AA, 0F and FB. RGB value is (170,15,251). Sum of RGB (Red+Green+Blue) = 170+15+251=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA0FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FFB is #55F004. Grayscale: #575757. Windows color (decimal): -5632005 or 16453546. OLE color: 16453546.
HSL color Cylindrical-coordinate representation of color #AA0FFB: hue angle of 279.41º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0FFB is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 15 | 251 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.02 |
| HSL | 279.41º | 0.97% | 0.52% | - |
| HSV(B) | 279.41º | 0.94% | 0.98% | - |
| XYZ | 34.16 | 15.85 | 92.53 | - |
| YUV | 88.25 | 219.85 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 251 | 0.32 | 0.94 | 0 | 0.02 | 279.41 | 0.97 | 0.52 |
| Hex | AA | F | FB | 20 | 5E | 0 | 2 | 117 | 61 | 34 |
| Octal | 252 | 17 | 373 | 40 | 136 | 0 | 2 | 427 | 141 | 64 |
| Binary | 10101010 | 1111 | 11111011 | 100000 | 1011110 | 0 | 10 | 100010111 | 1100001 | 110100 |
Color Harmonies of #AA0FFB
Complementary color
Monochromatic Colors of #AA0FFB
Black with #AA0FFB
Text Example
Text Example
White with #AA0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FFB; }
p { color: rgb(170,15,251); }
H1.HeaderClassName
{
color: #AA0FFB;
}
.AnyTagClassName
{
color: #AA0FFB;
}
</style>
background-color css
<style>
a { background-color: #AA0FFB; }
a { background-color: rgb(170,15,251); }
div.DivClassName
{
background-color: #AA0FFB;
}
.BgClassName
{
background-color: #AA0FFB;
}
</style>
border-color css
<style>
span { border-color: #AA0FFB; }
span { border-color: rgb(170,15,251); }
td.TdClassName
{
border-color: #AA0FFB;
}
.TagClassName
{
border-color: #AA0FFB;
}
</style>