Shades of Medium Orchid #A85AD8
Tints of Medium Orchid #A85AD8
RGB
CMYK
RGB Variations
Color information
#A85AD8 (or 0xA85AD8) is known color: Medium Orchid. HEX triplet: A8, 5A and D8. RGB value is (168,90,216). Sum of RGB (Red+Green+Blue) = 168+90+216=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #A85AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85AD8 is #57A527. Grayscale: #7F7F7F. Windows color (decimal): -5743912 or 14178984. OLE color: 14178984.
HSL color Cylindrical-coordinate representation of color #A85AD8: hue angle of 277.14º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85AD8 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 90 | 216 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.15 |
| HSL | 277.14º | 0.62% | 0.6% | - |
| HSV(B) | 277.14º | 0.58% | 0.85% | - |
| XYZ | 32.2 | 20.6 | 67.24 | - |
| YUV | 127.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 216 | 0.22 | 0.58 | 0 | 0.15 | 277.14 | 0.62 | 0.6 |
| Hex | A8 | 5A | D8 | 16 | 3A | 0 | F | 115 | 3E | 3C |
| Octal | 250 | 132 | 330 | 26 | 72 | 0 | 17 | 425 | 76 | 74 |
| Binary | 10101000 | 1011010 | 11011000 | 10110 | 111010 | 0 | 1111 | 100010101 | 111110 | 111100 |
Color Harmonies of #A85AD8
Complementary color
Monochromatic Colors of #A85AD8
Black with #A85AD8
Text Example
Text Example
White with #A85AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AD8; }
p { color: rgb(168,90,216); }
H1.HeaderClassName
{
color: #A85AD8;
}
.AnyTagClassName
{
color: #A85AD8;
}
</style>
background-color css
<style>
a { background-color: #A85AD8; }
a { background-color: rgb(168,90,216); }
div.DivClassName
{
background-color: #A85AD8;
}
.BgClassName
{
background-color: #A85AD8;
}
</style>
border-color css
<style>
span { border-color: #A85AD8; }
span { border-color: rgb(168,90,216); }
td.TdClassName
{
border-color: #A85AD8;
}
.TagClassName
{
border-color: #A85AD8;
}
</style>