Shades of Electric Purple #AA0BFE
Tints of Electric Purple #AA0BFE
RGB
CMYK
RGB Variations
Color information
#AA0BFE (or 0xAA0BFE) is known color: Electric Purple. HEX triplet: AA, 0B and FE. RGB value is (170,11,254). Sum of RGB (Red+Green+Blue) = 170+11+254=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0BFE is #55F401. Grayscale: #555555. Windows color (decimal): -5633026 or 16649130. OLE color: 16649130.
HSL color Cylindrical-coordinate representation of color #AA0BFE: hue angle of 279.26º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0BFE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 11 | 254 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.00 |
| HSL | 279.26º | 0.99% | 0.52% | - |
| HSV(B) | 279.26º | 0.96% | 1% | - |
| XYZ | 34.59 | 15.94 | 95.02 | - |
| YUV | 86.24 | 222.68 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 254 | 0.33 | 0.96 | 0 | 0.00 | 279.26 | 0.99 | 0.52 |
| Hex | AA | B | FE | 21 | 60 | 0 | 0 | 117 | 63 | 34 |
| Octal | 252 | 13 | 376 | 41 | 140 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101010 | 1011 | 11111110 | 100001 | 1100000 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #AA0BFE
Complementary color
Monochromatic Colors of #AA0BFE
Black with #AA0BFE
Text Example
Text Example
White with #AA0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BFE; }
p { color: rgb(170,11,254); }
H1.HeaderClassName
{
color: #AA0BFE;
}
.AnyTagClassName
{
color: #AA0BFE;
}
</style>
background-color css
<style>
a { background-color: #AA0BFE; }
a { background-color: rgb(170,11,254); }
div.DivClassName
{
background-color: #AA0BFE;
}
.BgClassName
{
background-color: #AA0BFE;
}
</style>
border-color css
<style>
span { border-color: #AA0BFE; }
span { border-color: rgb(170,11,254); }
td.TdClassName
{
border-color: #AA0BFE;
}
.TagClassName
{
border-color: #AA0BFE;
}
</style>