Shades of Medium Orchid #A859CC
Tints of Medium Orchid #A859CC
RGB
CMYK
RGB Variations
Color information
#A859CC (or 0xA859CC) is known color: Medium Orchid. HEX triplet: A8, 59 and CC. RGB value is (168,89,204). Sum of RGB (Red+Green+Blue) = 168+89+204=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A859CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859CC is #57A633. Grayscale: #7D7D7D. Windows color (decimal): -5744180 or 13392296. OLE color: 13392296.
HSL color Cylindrical-coordinate representation of color #A859CC: hue angle of 281.22º degrees, saturation: 0.53, 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 #A859CC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 89 | 204 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.2 |
| HSL | 281.22º | 0.53% | 0.57% | - |
| HSV(B) | 281.22º | 0.56% | 0.8% | - |
| XYZ | 30.62 | 19.83 | 59.34 | - |
| YUV | 125.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 204 | 0.18 | 0.56 | 0 | 0.2 | 281.22 | 0.53 | 0.57 |
| Hex | A8 | 59 | CC | 12 | 38 | 0 | 14 | 119 | 35 | 39 |
| Octal | 250 | 131 | 314 | 22 | 70 | 0 | 24 | 431 | 65 | 71 |
| Binary | 10101000 | 1011001 | 11001100 | 10010 | 111000 | 0 | 10100 | 100011001 | 110101 | 111001 |
Color Harmonies of #A859CC
Complementary color
Monochromatic Colors of #A859CC
Black with #A859CC
Text Example
Text Example
White with #A859CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859CC; }
p { color: rgb(168,89,204); }
H1.HeaderClassName
{
color: #A859CC;
}
.AnyTagClassName
{
color: #A859CC;
}
</style>
background-color css
<style>
a { background-color: #A859CC; }
a { background-color: rgb(168,89,204); }
div.DivClassName
{
background-color: #A859CC;
}
.BgClassName
{
background-color: #A859CC;
}
</style>
border-color css
<style>
span { border-color: #A859CC; }
span { border-color: rgb(168,89,204); }
td.TdClassName
{
border-color: #A859CC;
}
.TagClassName
{
border-color: #A859CC;
}
</style>