Shades of Electric Purple #AA0BFF
Tints of Electric Purple #AA0BFF
RGB
CMYK
RGB Variations
Color information
#AA0BFF (or 0xAA0BFF) is known color: Electric Purple. HEX triplet: AA, 0B and FF. RGB value is (170,11,255). Sum of RGB (Red+Green+Blue) = 170+11+255=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0BFF is #55F400. Grayscale: #555555. Windows color (decimal): -5633025 or 16714666. OLE color: 16714666.
HSL color Cylindrical-coordinate representation of color #AA0BFF: hue angle of 279.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0BFF is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 11 | 255 | - |
| CMYK | 0.33 | 0.96 | 0 | 0 |
| HSL | 279.1º | 1% | 0.52% | - |
| HSV(B) | 279.1º | 0.96% | 1% | - |
| XYZ | 34.75 | 16.01 | 95.87 | - |
| YUV | 86.36 | 223.18 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 255 | 0.33 | 0.96 | 0 | 0 | 279.1 | 1 | 0.52 |
| Hex | AA | B | FF | 21 | 60 | 0 | 0 | 117 | 64 | 34 |
| Octal | 252 | 13 | 377 | 41 | 140 | 0 | 0 | 427 | 144 | 64 |
| Binary | 10101010 | 1011 | 11111111 | 100001 | 1100000 | 0 | 0 | 100010111 | 1100100 | 110100 |
Color Harmonies of #AA0BFF
Complementary color
Monochromatic Colors of #AA0BFF
Black with #AA0BFF
Text Example
Text Example
White with #AA0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BFF; }
p { color: rgb(170,11,255); }
H1.HeaderClassName
{
color: #AA0BFF;
}
.AnyTagClassName
{
color: #AA0BFF;
}
</style>
background-color css
<style>
a { background-color: #AA0BFF; }
a { background-color: rgb(170,11,255); }
div.DivClassName
{
background-color: #AA0BFF;
}
.BgClassName
{
background-color: #AA0BFF;
}
</style>
border-color css
<style>
span { border-color: #AA0BFF; }
span { border-color: rgb(170,11,255); }
td.TdClassName
{
border-color: #AA0BFF;
}
.TagClassName
{
border-color: #AA0BFF;
}
</style>