Shades of Medium Orchid #A857DA
Tints of Medium Orchid #A857DA
RGB
CMYK
RGB Variations
Color information
#A857DA (or 0xA857DA) is known color: Medium Orchid. HEX triplet: A8, 57 and DA. RGB value is (168,87,218). Sum of RGB (Red+Green+Blue) = 168+87+218=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #A857DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857DA is #57A825. Grayscale: #7D7D7D. Windows color (decimal): -5744678 or 14309288. OLE color: 14309288.
HSL color Cylindrical-coordinate representation of color #A857DA: hue angle of 277.1º degrees, saturation: 0.64, 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 #A857DA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 87 | 218 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.15 |
| HSL | 277.1º | 0.64% | 0.6% | - |
| HSV(B) | 277.1º | 0.6% | 0.85% | - |
| XYZ | 32.21 | 20.2 | 68.53 | - |
| YUV | 126.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 218 | 0.23 | 0.60 | 0 | 0.15 | 277.1 | 0.64 | 0.6 |
| Hex | A8 | 57 | DA | 17 | 3C | 0 | F | 115 | 40 | 3C |
| Octal | 250 | 127 | 332 | 27 | 74 | 0 | 17 | 425 | 100 | 74 |
| Binary | 10101000 | 1010111 | 11011010 | 10111 | 111100 | 0 | 1111 | 100010101 | 1000000 | 111100 |
Color Harmonies of #A857DA
Complementary color
Monochromatic Colors of #A857DA
Black with #A857DA
Text Example
Text Example
White with #A857DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857DA; }
p { color: rgb(168,87,218); }
H1.HeaderClassName
{
color: #A857DA;
}
.AnyTagClassName
{
color: #A857DA;
}
</style>
background-color css
<style>
a { background-color: #A857DA; }
a { background-color: rgb(168,87,218); }
div.DivClassName
{
background-color: #A857DA;
}
.BgClassName
{
background-color: #A857DA;
}
</style>
border-color css
<style>
span { border-color: #A857DA; }
span { border-color: rgb(168,87,218); }
td.TdClassName
{
border-color: #A857DA;
}
.TagClassName
{
border-color: #A857DA;
}
</style>