Shades of Medium Orchid #A859DC
Tints of Medium Orchid #A859DC
RGB
CMYK
RGB Variations
Color information
#A859DC (or 0xA859DC) is known color: Medium Orchid. HEX triplet: A8, 59 and DC. RGB value is (168,89,220). Sum of RGB (Red+Green+Blue) = 168+89+220=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #A859DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859DC is #57A623. Grayscale: #7F7F7F. Windows color (decimal): -5744164 or 14440872. OLE color: 14440872.
HSL color Cylindrical-coordinate representation of color #A859DC: hue angle of 276.18º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A859DC is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 89 | 220 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.14 |
| HSL | 276.18º | 0.65% | 0.61% | - |
| HSV(B) | 276.18º | 0.6% | 0.86% | - |
| XYZ | 32.64 | 20.64 | 69.97 | - |
| YUV | 127.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 220 | 0.24 | 0.60 | 0 | 0.14 | 276.18 | 0.65 | 0.61 |
| Hex | A8 | 59 | DC | 18 | 3C | 0 | E | 114 | 41 | 3D |
| Octal | 250 | 131 | 334 | 30 | 74 | 0 | 16 | 424 | 101 | 75 |
| Binary | 10101000 | 1011001 | 11011100 | 11000 | 111100 | 0 | 1110 | 100010100 | 1000001 | 111101 |
Color Harmonies of #A859DC
Complementary color
Monochromatic Colors of #A859DC
Black with #A859DC
Text Example
Text Example
White with #A859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859DC; }
p { color: rgb(168,89,220); }
H1.HeaderClassName
{
color: #A859DC;
}
.AnyTagClassName
{
color: #A859DC;
}
</style>
background-color css
<style>
a { background-color: #A859DC; }
a { background-color: rgb(168,89,220); }
div.DivClassName
{
background-color: #A859DC;
}
.BgClassName
{
background-color: #A859DC;
}
</style>
border-color css
<style>
span { border-color: #A859DC; }
span { border-color: rgb(168,89,220); }
td.TdClassName
{
border-color: #A859DC;
}
.TagClassName
{
border-color: #A859DC;
}
</style>