Shades of Medium Orchid #AA51DD
Tints of Medium Orchid #AA51DD
RGB
CMYK
RGB Variations
Color information
#AA51DD (or 0xAA51DD) is known color: Medium Orchid. HEX triplet: AA, 51 and DD. RGB value is (170,81,221). Sum of RGB (Red+Green+Blue) = 170+81+221=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA51DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51DD is #55AE22. Grayscale: #7B7B7B. Windows color (decimal): -5615139 or 14504362. OLE color: 14504362.
HSL color Cylindrical-coordinate representation of color #AA51DD: hue angle of 278.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA51DD is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 81 | 221 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.13 |
| HSL | 278.14º | 0.67% | 0.59% | - |
| HSV(B) | 278.14º | 0.63% | 0.87% | - |
| XYZ | 32.57 | 19.65 | 70.48 | - |
| YUV | 123.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 221 | 0.23 | 0.63 | 0 | 0.13 | 278.14 | 0.67 | 0.59 |
| Hex | AA | 51 | DD | 17 | 3F | 0 | D | 116 | 43 | 3B |
| Octal | 252 | 121 | 335 | 27 | 77 | 0 | 15 | 426 | 103 | 73 |
| Binary | 10101010 | 1010001 | 11011101 | 10111 | 111111 | 0 | 1101 | 100010110 | 1000011 | 111011 |
Color Harmonies of #AA51DD
Complementary color
Monochromatic Colors of #AA51DD
Black with #AA51DD
Text Example
Text Example
White with #AA51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51DD; }
p { color: rgb(170,81,221); }
H1.HeaderClassName
{
color: #AA51DD;
}
.AnyTagClassName
{
color: #AA51DD;
}
</style>
background-color css
<style>
a { background-color: #AA51DD; }
a { background-color: rgb(170,81,221); }
div.DivClassName
{
background-color: #AA51DD;
}
.BgClassName
{
background-color: #AA51DD;
}
</style>
border-color css
<style>
span { border-color: #AA51DD; }
span { border-color: rgb(170,81,221); }
td.TdClassName
{
border-color: #AA51DD;
}
.TagClassName
{
border-color: #AA51DD;
}
</style>