Shades of Medium Orchid #AA51D5
Tints of Medium Orchid #AA51D5
RGB
CMYK
RGB Variations
Color information
#AA51D5 (or 0xAA51D5) is known color: Medium Orchid. HEX triplet: AA, 51 and D5. RGB value is (170,81,213). Sum of RGB (Red+Green+Blue) = 170+81+213=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA51D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51D5 is #55AE2A. Grayscale: #7A7A7A. Windows color (decimal): -5615147 or 13980074. OLE color: 13980074.
HSL color Cylindrical-coordinate representation of color #AA51D5: hue angle of 280.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA51D5 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 81 | 213 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.16 |
| HSL | 280.45º | 0.61% | 0.58% | - |
| HSV(B) | 280.45º | 0.62% | 0.84% | - |
| XYZ | 31.53 | 19.24 | 65 | - |
| YUV | 122.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 213 | 0.20 | 0.62 | 0 | 0.16 | 280.45 | 0.61 | 0.58 |
| Hex | AA | 51 | D5 | 14 | 3E | 0 | 10 | 118 | 3D | 3A |
| Octal | 252 | 121 | 325 | 24 | 76 | 0 | 20 | 430 | 75 | 72 |
| Binary | 10101010 | 1010001 | 11010101 | 10100 | 111110 | 0 | 10000 | 100011000 | 111101 | 111010 |
Color Harmonies of #AA51D5
Complementary color
Monochromatic Colors of #AA51D5
Black with #AA51D5
Text Example
Text Example
White with #AA51D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51D5; }
p { color: rgb(170,81,213); }
H1.HeaderClassName
{
color: #AA51D5;
}
.AnyTagClassName
{
color: #AA51D5;
}
</style>
background-color css
<style>
a { background-color: #AA51D5; }
a { background-color: rgb(170,81,213); }
div.DivClassName
{
background-color: #AA51D5;
}
.BgClassName
{
background-color: #AA51D5;
}
</style>
border-color css
<style>
span { border-color: #AA51D5; }
span { border-color: rgb(170,81,213); }
td.TdClassName
{
border-color: #AA51D5;
}
.TagClassName
{
border-color: #AA51D5;
}
</style>