Shades of Electric Purple #AA0FFD
Tints of Electric Purple #AA0FFD
RGB
CMYK
RGB Variations
Color information
#AA0FFD (or 0xAA0FFD) is known color: Electric Purple. HEX triplet: AA, 0F and FD. RGB value is (170,15,253). Sum of RGB (Red+Green+Blue) = 170+15+253=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FFD is #55F002. Grayscale: #575757. Windows color (decimal): -5632003 or 16584618. OLE color: 16584618.
HSL color Cylindrical-coordinate representation of color #AA0FFD: hue angle of 279.08º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0FFD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 15 | 253 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.01 |
| HSL | 279.08º | 0.98% | 0.53% | - |
| HSV(B) | 279.08º | 0.94% | 0.99% | - |
| XYZ | 34.48 | 15.98 | 94.2 | - |
| YUV | 88.48 | 220.85 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 253 | 0.33 | 0.94 | 0 | 0.01 | 279.08 | 0.98 | 0.53 |
| Hex | AA | F | FD | 21 | 5E | 0 | 1 | 117 | 62 | 35 |
| Octal | 252 | 17 | 375 | 41 | 136 | 0 | 1 | 427 | 142 | 65 |
| Binary | 10101010 | 1111 | 11111101 | 100001 | 1011110 | 0 | 1 | 100010111 | 1100010 | 110101 |
Color Harmonies of #AA0FFD
Complementary color
Monochromatic Colors of #AA0FFD
Black with #AA0FFD
Text Example
Text Example
White with #AA0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FFD; }
p { color: rgb(170,15,253); }
H1.HeaderClassName
{
color: #AA0FFD;
}
.AnyTagClassName
{
color: #AA0FFD;
}
</style>
background-color css
<style>
a { background-color: #AA0FFD; }
a { background-color: rgb(170,15,253); }
div.DivClassName
{
background-color: #AA0FFD;
}
.BgClassName
{
background-color: #AA0FFD;
}
</style>
border-color css
<style>
span { border-color: #AA0FFD; }
span { border-color: rgb(170,15,253); }
td.TdClassName
{
border-color: #AA0FFD;
}
.TagClassName
{
border-color: #AA0FFD;
}
</style>