Shades of Medium Purple #AA59FD
Tints of Medium Purple #AA59FD
RGB
CMYK
RGB Variations
Color information
#AA59FD (or 0xAA59FD) is known color: Medium Purple. HEX triplet: AA, 59 and FD. RGB value is (170,89,253). Sum of RGB (Red+Green+Blue) = 170+89+253=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA59FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59FD is #55A602. Grayscale: #838383. Windows color (decimal): -5613059 or 16603562. OLE color: 16603562.
HSL color Cylindrical-coordinate representation of color #AA59FD: hue angle of 269.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA59FD is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 89 | 253 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.01 |
| HSL | 269.63º | 0.98% | 0.67% | - |
| HSV(B) | 269.63º | 0.65% | 0.99% | - |
| XYZ | 37.88 | 22.78 | 95.33 | - |
| YUV | 131.92 | 196.34 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 253 | 0.33 | 0.65 | 0 | 0.01 | 269.63 | 0.98 | 0.67 |
| Hex | AA | 59 | FD | 21 | 41 | 0 | 1 | 10E | 62 | 43 |
| Octal | 252 | 131 | 375 | 41 | 101 | 0 | 1 | 416 | 142 | 103 |
| Binary | 10101010 | 1011001 | 11111101 | 100001 | 1000001 | 0 | 1 | 100001110 | 1100010 | 1000011 |
Color Harmonies of #AA59FD
Complementary color
Monochromatic Colors of #AA59FD
Black with #AA59FD
Text Example
Text Example
White with #AA59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59FD; }
p { color: rgb(170,89,253); }
H1.HeaderClassName
{
color: #AA59FD;
}
.AnyTagClassName
{
color: #AA59FD;
}
</style>
background-color css
<style>
a { background-color: #AA59FD; }
a { background-color: rgb(170,89,253); }
div.DivClassName
{
background-color: #AA59FD;
}
.BgClassName
{
background-color: #AA59FD;
}
</style>
border-color css
<style>
span { border-color: #AA59FD; }
span { border-color: rgb(170,89,253); }
td.TdClassName
{
border-color: #AA59FD;
}
.TagClassName
{
border-color: #AA59FD;
}
</style>