Shades of Medium Orchid #A857D9
Tints of Medium Orchid #A857D9
RGB
CMYK
RGB Variations
Color information
#A857D9 (or 0xA857D9) is known color: Medium Orchid. HEX triplet: A8, 57 and D9. RGB value is (168,87,217). Sum of RGB (Red+Green+Blue) = 168+87+217=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #A857D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857D9 is #57A826. Grayscale: #7D7D7D. Windows color (decimal): -5744679 or 14243752. OLE color: 14243752.
HSL color Cylindrical-coordinate representation of color #A857D9: hue angle of 277.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A857D9 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 87 | 217 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.15 |
| HSL | 277.38º | 0.63% | 0.6% | - |
| HSV(B) | 277.38º | 0.6% | 0.85% | - |
| XYZ | 32.08 | 20.15 | 67.84 | - |
| YUV | 126.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 217 | 0.23 | 0.60 | 0 | 0.15 | 277.38 | 0.63 | 0.6 |
| Hex | A8 | 57 | D9 | 17 | 3C | 0 | F | 115 | 3F | 3C |
| Octal | 250 | 127 | 331 | 27 | 74 | 0 | 17 | 425 | 77 | 74 |
| Binary | 10101000 | 1010111 | 11011001 | 10111 | 111100 | 0 | 1111 | 100010101 | 111111 | 111100 |
Color Harmonies of #A857D9
Complementary color
Monochromatic Colors of #A857D9
Black with #A857D9
Text Example
Text Example
White with #A857D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857D9; }
p { color: rgb(168,87,217); }
H1.HeaderClassName
{
color: #A857D9;
}
.AnyTagClassName
{
color: #A857D9;
}
</style>
background-color css
<style>
a { background-color: #A857D9; }
a { background-color: rgb(168,87,217); }
div.DivClassName
{
background-color: #A857D9;
}
.BgClassName
{
background-color: #A857D9;
}
</style>
border-color css
<style>
span { border-color: #A857D9; }
span { border-color: rgb(168,87,217); }
td.TdClassName
{
border-color: #A857D9;
}
.TagClassName
{
border-color: #A857D9;
}
</style>