Shades of Medium Orchid #AA51DF
Tints of Medium Orchid #AA51DF
RGB
CMYK
RGB Variations
Color information
#AA51DF (or 0xAA51DF) is known color: Medium Orchid. HEX triplet: AA, 51 and DF. RGB value is (170,81,223). Sum of RGB (Red+Green+Blue) = 170+81+223=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA51DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51DF is #55AE20. Grayscale: #7B7B7B. Windows color (decimal): -5615137 or 14635434. OLE color: 14635434.
HSL color Cylindrical-coordinate representation of color #AA51DF: hue angle of 277.61º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA51DF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 81 | 223 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.13 |
| HSL | 277.61º | 0.69% | 0.6% | - |
| HSV(B) | 277.61º | 0.64% | 0.87% | - |
| XYZ | 32.84 | 19.76 | 71.9 | - |
| YUV | 123.8 | 183.99 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 223 | 0.24 | 0.64 | 0 | 0.13 | 277.61 | 0.69 | 0.6 |
| Hex | AA | 51 | DF | 18 | 40 | 0 | D | 116 | 45 | 3C |
| Octal | 252 | 121 | 337 | 30 | 100 | 0 | 15 | 426 | 105 | 74 |
| Binary | 10101010 | 1010001 | 11011111 | 11000 | 1000000 | 0 | 1101 | 100010110 | 1000101 | 111100 |
Color Harmonies of #AA51DF
Complementary color
Monochromatic Colors of #AA51DF
Black with #AA51DF
Text Example
Text Example
White with #AA51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51DF; }
p { color: rgb(170,81,223); }
H1.HeaderClassName
{
color: #AA51DF;
}
.AnyTagClassName
{
color: #AA51DF;
}
</style>
background-color css
<style>
a { background-color: #AA51DF; }
a { background-color: rgb(170,81,223); }
div.DivClassName
{
background-color: #AA51DF;
}
.BgClassName
{
background-color: #AA51DF;
}
</style>
border-color css
<style>
span { border-color: #AA51DF; }
span { border-color: rgb(170,81,223); }
td.TdClassName
{
border-color: #AA51DF;
}
.TagClassName
{
border-color: #AA51DF;
}
</style>