Shades of Medium Orchid #A85AD7
Tints of Medium Orchid #A85AD7
RGB
CMYK
RGB Variations
Color information
#A85AD7 (or 0xA85AD7) is known color: Medium Orchid. HEX triplet: A8, 5A and D7. RGB value is (168,90,215). Sum of RGB (Red+Green+Blue) = 168+90+215=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #A85AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AD7 is #57A528. Grayscale: #7F7F7F. Windows color (decimal): -5743913 or 14113448. OLE color: 14113448.
HSL color Cylindrical-coordinate representation of color #A85AD7: hue angle of 277.44º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85AD7 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 90 | 215 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.16 |
| HSL | 277.44º | 0.61% | 0.6% | - |
| HSV(B) | 277.44º | 0.58% | 0.84% | - |
| XYZ | 32.07 | 20.54 | 66.56 | - |
| YUV | 127.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 215 | 0.22 | 0.58 | 0 | 0.16 | 277.44 | 0.61 | 0.6 |
| Hex | A8 | 5A | D7 | 16 | 3A | 0 | 10 | 115 | 3D | 3C |
| Octal | 250 | 132 | 327 | 26 | 72 | 0 | 20 | 425 | 75 | 74 |
| Binary | 10101000 | 1011010 | 11010111 | 10110 | 111010 | 0 | 10000 | 100010101 | 111101 | 111100 |
Color Harmonies of #A85AD7
Complementary color
Monochromatic Colors of #A85AD7
Black with #A85AD7
Text Example
Text Example
White with #A85AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AD7; }
p { color: rgb(168,90,215); }
H1.HeaderClassName
{
color: #A85AD7;
}
.AnyTagClassName
{
color: #A85AD7;
}
</style>
background-color css
<style>
a { background-color: #A85AD7; }
a { background-color: rgb(168,90,215); }
div.DivClassName
{
background-color: #A85AD7;
}
.BgClassName
{
background-color: #A85AD7;
}
</style>
border-color css
<style>
span { border-color: #A85AD7; }
span { border-color: rgb(168,90,215); }
td.TdClassName
{
border-color: #A85AD7;
}
.TagClassName
{
border-color: #A85AD7;
}
</style>