Shades of Medium Orchid #A85BCC
Tints of Medium Orchid #A85BCC
RGB
CMYK
RGB Variations
Color information
#A85BCC (or 0xA85BCC) is known color: Medium Orchid. HEX triplet: A8, 5B and CC. RGB value is (168,91,204). Sum of RGB (Red+Green+Blue) = 168+91+204=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #A85BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCC is #57A433. Grayscale: #7E7E7E. Windows color (decimal): -5743668 or 13392808. OLE color: 13392808.
HSL color Cylindrical-coordinate representation of color #A85BCC: hue angle of 280.88º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85BCC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 91 | 204 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.2 |
| HSL | 280.88º | 0.53% | 0.58% | - |
| HSV(B) | 280.88º | 0.55% | 0.8% | - |
| XYZ | 30.79 | 20.17 | 59.4 | - |
| YUV | 126.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 204 | 0.18 | 0.55 | 0 | 0.2 | 280.88 | 0.53 | 0.58 |
| Hex | A8 | 5B | CC | 12 | 37 | 0 | 14 | 119 | 35 | 3A |
| Octal | 250 | 133 | 314 | 22 | 67 | 0 | 24 | 431 | 65 | 72 |
| Binary | 10101000 | 1011011 | 11001100 | 10010 | 110111 | 0 | 10100 | 100011001 | 110101 | 111010 |
Color Harmonies of #A85BCC
Complementary color
Monochromatic Colors of #A85BCC
Black with #A85BCC
Text Example
Text Example
White with #A85BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BCC; }
p { color: rgb(168,91,204); }
H1.HeaderClassName
{
color: #A85BCC;
}
.AnyTagClassName
{
color: #A85BCC;
}
</style>
background-color css
<style>
a { background-color: #A85BCC; }
a { background-color: rgb(168,91,204); }
div.DivClassName
{
background-color: #A85BCC;
}
.BgClassName
{
background-color: #A85BCC;
}
</style>
border-color css
<style>
span { border-color: #A85BCC; }
span { border-color: rgb(168,91,204); }
td.TdClassName
{
border-color: #A85BCC;
}
.TagClassName
{
border-color: #A85BCC;
}
</style>