Shades of Electric Purple #AA00FD
Tints of Electric Purple #AA00FD
RGB
CMYK
RGB Variations
Color information
#AA00FD (or 0xAA00FD) is known color: Electric Purple. HEX triplet: AA, 00 and FD. RGB value is (170,0,253). Sum of RGB (Red+Green+Blue) = 170+0+253=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00FD is #55FF02. Grayscale: #4E4E4E. Windows color (decimal): -5635843 or 16580778. OLE color: 16580778.
HSL color Cylindrical-coordinate representation of color #AA00FD: hue angle of 280.32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00FD is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 0 | 253 | - |
| CMYK | 0.33 | 1 | 0 | 0.01 |
| HSL | 280.32º | 1% | 0.5% | - |
| HSV(B) | 280.32º | 1% | 0.99% | - |
| XYZ | 34.31 | 15.64 | 94.14 | - |
| YUV | 79.67 | 225.82 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 253 | 0.33 | 1 | 0 | 0.01 | 280.32 | 1 | 0.5 |
| Hex | AA | 0 | FD | 21 | 64 | 0 | 1 | 118 | 64 | 32 |
| Octal | 252 | 0 | 375 | 41 | 144 | 0 | 1 | 430 | 144 | 62 |
| Binary | 10101010 | 0 | 11111101 | 100001 | 1100100 | 0 | 1 | 100011000 | 1100100 | 110010 |
Color Harmonies of #AA00FD
Complementary color
Monochromatic Colors of #AA00FD
Black with #AA00FD
Text Example
Text Example
White with #AA00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00FD; }
p { color: rgb(170,0,253); }
H1.HeaderClassName
{
color: #AA00FD;
}
.AnyTagClassName
{
color: #AA00FD;
}
</style>
background-color css
<style>
a { background-color: #AA00FD; }
a { background-color: rgb(170,0,253); }
div.DivClassName
{
background-color: #AA00FD;
}
.BgClassName
{
background-color: #AA00FD;
}
</style>
border-color css
<style>
span { border-color: #AA00FD; }
span { border-color: rgb(170,0,253); }
td.TdClassName
{
border-color: #AA00FD;
}
.TagClassName
{
border-color: #AA00FD;
}
</style>