Shades of Medium Orchid #A85BCE
Tints of Medium Orchid #A85BCE
RGB
CMYK
RGB Variations
Color information
#A85BCE (or 0xA85BCE) is known color: Medium Orchid. HEX triplet: A8, 5B and CE. RGB value is (168,91,206). Sum of RGB (Red+Green+Blue) = 168+91+206=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A85BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCE is #57A431. Grayscale: #7E7E7E. Windows color (decimal): -5743666 or 13523880. OLE color: 13523880.
HSL color Cylindrical-coordinate representation of color #A85BCE: hue angle of 280.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85BCE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 91 | 206 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.19 |
| HSL | 280.17º | 0.54% | 0.58% | - |
| HSV(B) | 280.17º | 0.56% | 0.81% | - |
| XYZ | 31.03 | 20.26 | 60.67 | - |
| YUV | 127.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 206 | 0.18 | 0.56 | 0 | 0.19 | 280.17 | 0.54 | 0.58 |
| Hex | A8 | 5B | CE | 12 | 38 | 0 | 13 | 118 | 36 | 3A |
| Octal | 250 | 133 | 316 | 22 | 70 | 0 | 23 | 430 | 66 | 72 |
| Binary | 10101000 | 1011011 | 11001110 | 10010 | 111000 | 0 | 10011 | 100011000 | 110110 | 111010 |
Color Harmonies of #A85BCE
Complementary color
Monochromatic Colors of #A85BCE
Black with #A85BCE
Text Example
Text Example
White with #A85BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BCE; }
p { color: rgb(168,91,206); }
H1.HeaderClassName
{
color: #A85BCE;
}
.AnyTagClassName
{
color: #A85BCE;
}
</style>
background-color css
<style>
a { background-color: #A85BCE; }
a { background-color: rgb(168,91,206); }
div.DivClassName
{
background-color: #A85BCE;
}
.BgClassName
{
background-color: #A85BCE;
}
</style>
border-color css
<style>
span { border-color: #A85BCE; }
span { border-color: rgb(168,91,206); }
td.TdClassName
{
border-color: #A85BCE;
}
.TagClassName
{
border-color: #A85BCE;
}
</style>