Shades of Medium Orchid #A857D6
Tints of Medium Orchid #A857D6
RGB
CMYK
RGB Variations
Color information
#A857D6 (or 0xA857D6) is known color: Medium Orchid. HEX triplet: A8, 57 and D6. RGB value is (168,87,214). Sum of RGB (Red+Green+Blue) = 168+87+214=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #A857D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857D6 is #57A829. Grayscale: #7D7D7D. Windows color (decimal): -5744682 or 14047144. OLE color: 14047144.
HSL color Cylindrical-coordinate representation of color #A857D6: hue angle of 278.27º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A857D6 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 87 | 214 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.16 |
| HSL | 278.27º | 0.61% | 0.59% | - |
| HSV(B) | 278.27º | 0.59% | 0.84% | - |
| XYZ | 31.69 | 20 | 65.81 | - |
| YUV | 125.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 214 | 0.21 | 0.59 | 0 | 0.16 | 278.27 | 0.61 | 0.59 |
| Hex | A8 | 57 | D6 | 15 | 3B | 0 | 10 | 116 | 3D | 3B |
| Octal | 250 | 127 | 326 | 25 | 73 | 0 | 20 | 426 | 75 | 73 |
| Binary | 10101000 | 1010111 | 11010110 | 10101 | 111011 | 0 | 10000 | 100010110 | 111101 | 111011 |
Color Harmonies of #A857D6
Complementary color
Monochromatic Colors of #A857D6
Black with #A857D6
Text Example
Text Example
White with #A857D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857D6; }
p { color: rgb(168,87,214); }
H1.HeaderClassName
{
color: #A857D6;
}
.AnyTagClassName
{
color: #A857D6;
}
</style>
background-color css
<style>
a { background-color: #A857D6; }
a { background-color: rgb(168,87,214); }
div.DivClassName
{
background-color: #A857D6;
}
.BgClassName
{
background-color: #A857D6;
}
</style>
border-color css
<style>
span { border-color: #A857D6; }
span { border-color: rgb(168,87,214); }
td.TdClassName
{
border-color: #A857D6;
}
.TagClassName
{
border-color: #A857D6;
}
</style>