Shades of Medium Orchid #A859D6
Tints of Medium Orchid #A859D6
RGB
CMYK
RGB Variations
Color information
#A859D6 (or 0xA859D6) is known color: Medium Orchid. HEX triplet: A8, 59 and D6. RGB value is (168,89,214). Sum of RGB (Red+Green+Blue) = 168+89+214=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #A859D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859D6 is #57A629. Grayscale: #7E7E7E. Windows color (decimal): -5744170 or 14047656. OLE color: 14047656.
HSL color Cylindrical-coordinate representation of color #A859D6: hue angle of 277.92º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A859D6 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 89 | 214 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.16 |
| HSL | 277.92º | 0.6% | 0.59% | - |
| HSV(B) | 277.92º | 0.58% | 0.84% | - |
| XYZ | 31.86 | 20.32 | 65.86 | - |
| YUV | 126.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 214 | 0.21 | 0.58 | 0 | 0.16 | 277.92 | 0.6 | 0.59 |
| Hex | A8 | 59 | D6 | 15 | 3A | 0 | 10 | 116 | 3C | 3B |
| Octal | 250 | 131 | 326 | 25 | 72 | 0 | 20 | 426 | 74 | 73 |
| Binary | 10101000 | 1011001 | 11010110 | 10101 | 111010 | 0 | 10000 | 100010110 | 111100 | 111011 |
Color Harmonies of #A859D6
Complementary color
Monochromatic Colors of #A859D6
Black with #A859D6
Text Example
Text Example
White with #A859D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859D6; }
p { color: rgb(168,89,214); }
H1.HeaderClassName
{
color: #A859D6;
}
.AnyTagClassName
{
color: #A859D6;
}
</style>
background-color css
<style>
a { background-color: #A859D6; }
a { background-color: rgb(168,89,214); }
div.DivClassName
{
background-color: #A859D6;
}
.BgClassName
{
background-color: #A859D6;
}
</style>
border-color css
<style>
span { border-color: #A859D6; }
span { border-color: rgb(168,89,214); }
td.TdClassName
{
border-color: #A859D6;
}
.TagClassName
{
border-color: #A859D6;
}
</style>