Shades of Medium Orchid #A859CB
Tints of Medium Orchid #A859CB
RGB
CMYK
RGB Variations
Color information
#A859CB (or 0xA859CB) is known color: Medium Orchid. HEX triplet: A8, 59 and CB. RGB value is (168,89,203). Sum of RGB (Red+Green+Blue) = 168+89+203=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A859CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859CB is #57A634. Grayscale: #7D7D7D. Windows color (decimal): -5744181 or 13326760. OLE color: 13326760.
HSL color Cylindrical-coordinate representation of color #A859CB: hue angle of 281.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A859CB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 89 | 203 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.20 |
| HSL | 281.58º | 0.52% | 0.57% | - |
| HSV(B) | 281.58º | 0.56% | 0.8% | - |
| XYZ | 30.5 | 19.78 | 58.71 | - |
| YUV | 125.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 203 | 0.17 | 0.56 | 0 | 0.20 | 281.58 | 0.52 | 0.57 |
| Hex | A8 | 59 | CB | 11 | 38 | 0 | 14 | 11A | 34 | 39 |
| Octal | 250 | 131 | 313 | 21 | 70 | 0 | 24 | 432 | 64 | 71 |
| Binary | 10101000 | 1011001 | 11001011 | 10001 | 111000 | 0 | 10100 | 100011010 | 110100 | 111001 |
Color Harmonies of #A859CB
Complementary color
Monochromatic Colors of #A859CB
Black with #A859CB
Text Example
Text Example
White with #A859CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859CB; }
p { color: rgb(168,89,203); }
H1.HeaderClassName
{
color: #A859CB;
}
.AnyTagClassName
{
color: #A859CB;
}
</style>
background-color css
<style>
a { background-color: #A859CB; }
a { background-color: rgb(168,89,203); }
div.DivClassName
{
background-color: #A859CB;
}
.BgClassName
{
background-color: #A859CB;
}
</style>
border-color css
<style>
span { border-color: #A859CB; }
span { border-color: rgb(168,89,203); }
td.TdClassName
{
border-color: #A859CB;
}
.TagClassName
{
border-color: #A859CB;
}
</style>