Shades of Medium Orchid #A85BCD
Tints of Medium Orchid #A85BCD
RGB
CMYK
RGB Variations
Color information
#A85BCD (or 0xA85BCD) is known color: Medium Orchid. HEX triplet: A8, 5B and CD. RGB value is (168,91,205). Sum of RGB (Red+Green+Blue) = 168+91+205=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A85BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BCD is #57A432. Grayscale: #7E7E7E. Windows color (decimal): -5743667 or 13458344. OLE color: 13458344.
HSL color Cylindrical-coordinate representation of color #A85BCD: hue angle of 280.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85BCD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 91 | 205 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.20 |
| HSL | 280.53º | 0.53% | 0.58% | - |
| HSV(B) | 280.53º | 0.56% | 0.8% | - |
| XYZ | 30.91 | 20.21 | 60.03 | - |
| YUV | 127.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 205 | 0.18 | 0.56 | 0 | 0.20 | 280.53 | 0.53 | 0.58 |
| Hex | A8 | 5B | CD | 12 | 38 | 0 | 14 | 119 | 35 | 3A |
| Octal | 250 | 133 | 315 | 22 | 70 | 0 | 24 | 431 | 65 | 72 |
| Binary | 10101000 | 1011011 | 11001101 | 10010 | 111000 | 0 | 10100 | 100011001 | 110101 | 111010 |
Color Harmonies of #A85BCD
Complementary color
Monochromatic Colors of #A85BCD
Black with #A85BCD
Text Example
Text Example
White with #A85BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BCD; }
p { color: rgb(168,91,205); }
H1.HeaderClassName
{
color: #A85BCD;
}
.AnyTagClassName
{
color: #A85BCD;
}
</style>
background-color css
<style>
a { background-color: #A85BCD; }
a { background-color: rgb(168,91,205); }
div.DivClassName
{
background-color: #A85BCD;
}
.BgClassName
{
background-color: #A85BCD;
}
</style>
border-color css
<style>
span { border-color: #A85BCD; }
span { border-color: rgb(168,91,205); }
td.TdClassName
{
border-color: #A85BCD;
}
.TagClassName
{
border-color: #A85BCD;
}
</style>