Shades of Medium Orchid #AA56DF
Tints of Medium Orchid #AA56DF
RGB
CMYK
RGB Variations
Color information
#AA56DF (or 0xAA56DF) is known color: Medium Orchid. HEX triplet: AA, 56 and DF. RGB value is (170,86,223). Sum of RGB (Red+Green+Blue) = 170+86+223=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA56DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56DF is #55A920. Grayscale: #7E7E7E. Windows color (decimal): -5613857 or 14636714. OLE color: 14636714.
HSL color Cylindrical-coordinate representation of color #AA56DF: hue angle of 276.79º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA56DF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 86 | 223 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.13 |
| HSL | 276.79º | 0.68% | 0.61% | - |
| HSV(B) | 276.79º | 0.61% | 0.87% | - |
| XYZ | 33.22 | 20.53 | 72.02 | - |
| YUV | 126.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 223 | 0.24 | 0.61 | 0 | 0.13 | 276.79 | 0.68 | 0.61 |
| Hex | AA | 56 | DF | 18 | 3D | 0 | D | 115 | 44 | 3D |
| Octal | 252 | 126 | 337 | 30 | 75 | 0 | 15 | 425 | 104 | 75 |
| Binary | 10101010 | 1010110 | 11011111 | 11000 | 111101 | 0 | 1101 | 100010101 | 1000100 | 111101 |
Color Harmonies of #AA56DF
Complementary color
Monochromatic Colors of #AA56DF
Black with #AA56DF
Text Example
Text Example
White with #AA56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56DF; }
p { color: rgb(170,86,223); }
H1.HeaderClassName
{
color: #AA56DF;
}
.AnyTagClassName
{
color: #AA56DF;
}
</style>
background-color css
<style>
a { background-color: #AA56DF; }
a { background-color: rgb(170,86,223); }
div.DivClassName
{
background-color: #AA56DF;
}
.BgClassName
{
background-color: #AA56DF;
}
</style>
border-color css
<style>
span { border-color: #AA56DF; }
span { border-color: rgb(170,86,223); }
td.TdClassName
{
border-color: #AA56DF;
}
.TagClassName
{
border-color: #AA56DF;
}
</style>