Shades of Medium Purple #AA59FB
Tints of Medium Purple #AA59FB
RGB
CMYK
RGB Variations
Color information
#AA59FB (or 0xAA59FB) is known color: Medium Purple. HEX triplet: AA, 59 and FB. RGB value is (170,89,251). Sum of RGB (Red+Green+Blue) = 170+89+251=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA59FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA59FB is #55A604. Grayscale: #838383. Windows color (decimal): -5613061 or 16472490. OLE color: 16472490.
HSL color Cylindrical-coordinate representation of color #AA59FB: hue angle of 270º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA59FB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 89 | 251 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.67% | - |
| HSV(B) | 270º | 0.65% | 0.98% | - |
| XYZ | 37.56 | 22.66 | 93.66 | - |
| YUV | 131.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 251 | 0.32 | 0.65 | 0 | 0.02 | 270 | 0.95 | 0.67 |
| Hex | AA | 59 | FB | 20 | 41 | 0 | 2 | 10E | 5F | 43 |
| Octal | 252 | 131 | 373 | 40 | 101 | 0 | 2 | 416 | 137 | 103 |
| Binary | 10101010 | 1011001 | 11111011 | 100000 | 1000001 | 0 | 10 | 100001110 | 1011111 | 1000011 |
Color Harmonies of #AA59FB
Complementary color
Monochromatic Colors of #AA59FB
Black with #AA59FB
Text Example
Text Example
White with #AA59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59FB; }
p { color: rgb(170,89,251); }
H1.HeaderClassName
{
color: #AA59FB;
}
.AnyTagClassName
{
color: #AA59FB;
}
</style>
background-color css
<style>
a { background-color: #AA59FB; }
a { background-color: rgb(170,89,251); }
div.DivClassName
{
background-color: #AA59FB;
}
.BgClassName
{
background-color: #AA59FB;
}
</style>
border-color css
<style>
span { border-color: #AA59FB; }
span { border-color: rgb(170,89,251); }
td.TdClassName
{
border-color: #AA59FB;
}
.TagClassName
{
border-color: #AA59FB;
}
</style>