Shades of Medium Orchid #AA59DF
Tints of Medium Orchid #AA59DF
RGB
CMYK
RGB Variations
Color information
#AA59DF (or 0xAA59DF) is known color: Medium Orchid. HEX triplet: AA, 59 and DF. RGB value is (170,89,223). Sum of RGB (Red+Green+Blue) = 170+89+223=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA59DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59DF is #55A620. Grayscale: #808080. Windows color (decimal): -5613089 or 14637482. OLE color: 14637482.
HSL color Cylindrical-coordinate representation of color #AA59DF: hue angle of 276.27º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA59DF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 89 | 223 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.13 |
| HSL | 276.27º | 0.68% | 0.61% | - |
| HSV(B) | 276.27º | 0.6% | 0.87% | - |
| XYZ | 33.47 | 21.02 | 72.11 | - |
| YUV | 128.5 | 181.34 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 223 | 0.24 | 0.60 | 0 | 0.13 | 276.27 | 0.68 | 0.61 |
| Hex | AA | 59 | DF | 18 | 3C | 0 | D | 114 | 44 | 3D |
| Octal | 252 | 131 | 337 | 30 | 74 | 0 | 15 | 424 | 104 | 75 |
| Binary | 10101010 | 1011001 | 11011111 | 11000 | 111100 | 0 | 1101 | 100010100 | 1000100 | 111101 |
Color Harmonies of #AA59DF
Complementary color
Monochromatic Colors of #AA59DF
Black with #AA59DF
Text Example
Text Example
White with #AA59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59DF; }
p { color: rgb(170,89,223); }
H1.HeaderClassName
{
color: #AA59DF;
}
.AnyTagClassName
{
color: #AA59DF;
}
</style>
background-color css
<style>
a { background-color: #AA59DF; }
a { background-color: rgb(170,89,223); }
div.DivClassName
{
background-color: #AA59DF;
}
.BgClassName
{
background-color: #AA59DF;
}
</style>
border-color css
<style>
span { border-color: #AA59DF; }
span { border-color: rgb(170,89,223); }
td.TdClassName
{
border-color: #AA59DF;
}
.TagClassName
{
border-color: #AA59DF;
}
</style>