Shades of Medium Orchid #A859CD
Tints of Medium Orchid #A859CD
RGB
CMYK
RGB Variations
Color information
#A859CD (or 0xA859CD) is known color: Medium Orchid. HEX triplet: A8, 59 and CD. RGB value is (168,89,205). Sum of RGB (Red+Green+Blue) = 168+89+205=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A859CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859CD is #57A632. Grayscale: #7D7D7D. Windows color (decimal): -5744179 or 13457832. OLE color: 13457832.
HSL color Cylindrical-coordinate representation of color #A859CD: hue angle of 280.86º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A859CD is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 89 | 205 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.20 |
| HSL | 280.86º | 0.54% | 0.58% | - |
| HSV(B) | 280.86º | 0.57% | 0.8% | - |
| XYZ | 30.74 | 19.88 | 59.97 | - |
| YUV | 125.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 205 | 0.18 | 0.57 | 0 | 0.20 | 280.86 | 0.54 | 0.58 |
| Hex | A8 | 59 | CD | 12 | 39 | 0 | 14 | 119 | 36 | 3A |
| Octal | 250 | 131 | 315 | 22 | 71 | 0 | 24 | 431 | 66 | 72 |
| Binary | 10101000 | 1011001 | 11001101 | 10010 | 111001 | 0 | 10100 | 100011001 | 110110 | 111010 |
Color Harmonies of #A859CD
Complementary color
Monochromatic Colors of #A859CD
Black with #A859CD
Text Example
Text Example
White with #A859CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859CD; }
p { color: rgb(168,89,205); }
H1.HeaderClassName
{
color: #A859CD;
}
.AnyTagClassName
{
color: #A859CD;
}
</style>
background-color css
<style>
a { background-color: #A859CD; }
a { background-color: rgb(168,89,205); }
div.DivClassName
{
background-color: #A859CD;
}
.BgClassName
{
background-color: #A859CD;
}
</style>
border-color css
<style>
span { border-color: #A859CD; }
span { border-color: rgb(168,89,205); }
td.TdClassName
{
border-color: #A859CD;
}
.TagClassName
{
border-color: #A859CD;
}
</style>