Shades of Medium Orchid #A85AD6
Tints of Medium Orchid #A85AD6
RGB
CMYK
RGB Variations
Color information
#A85AD6 (or 0xA85AD6) is known color: Medium Orchid. HEX triplet: A8, 5A and D6. RGB value is (168,90,214). Sum of RGB (Red+Green+Blue) = 168+90+214=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #A85AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AD6 is #57A529. Grayscale: #7F7F7F. Windows color (decimal): -5743914 or 14047912. OLE color: 14047912.
HSL color Cylindrical-coordinate representation of color #A85AD6: hue angle of 277.74º degrees, saturation: 0.6, 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 #A85AD6 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 90 | 214 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.16 |
| HSL | 277.74º | 0.6% | 0.6% | - |
| HSV(B) | 277.74º | 0.58% | 0.84% | - |
| XYZ | 31.94 | 20.49 | 65.89 | - |
| YUV | 127.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 214 | 0.21 | 0.58 | 0 | 0.16 | 277.74 | 0.6 | 0.6 |
| Hex | A8 | 5A | D6 | 15 | 3A | 0 | 10 | 116 | 3C | 3C |
| Octal | 250 | 132 | 326 | 25 | 72 | 0 | 20 | 426 | 74 | 74 |
| Binary | 10101000 | 1011010 | 11010110 | 10101 | 111010 | 0 | 10000 | 100010110 | 111100 | 111100 |
Color Harmonies of #A85AD6
Complementary color
Monochromatic Colors of #A85AD6
Black with #A85AD6
Text Example
Text Example
White with #A85AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AD6; }
p { color: rgb(168,90,214); }
H1.HeaderClassName
{
color: #A85AD6;
}
.AnyTagClassName
{
color: #A85AD6;
}
</style>
background-color css
<style>
a { background-color: #A85AD6; }
a { background-color: rgb(168,90,214); }
div.DivClassName
{
background-color: #A85AD6;
}
.BgClassName
{
background-color: #A85AD6;
}
</style>
border-color css
<style>
span { border-color: #A85AD6; }
span { border-color: rgb(168,90,214); }
td.TdClassName
{
border-color: #A85AD6;
}
.TagClassName
{
border-color: #A85AD6;
}
</style>