Shades of Medium Orchid #A857DF
Tints of Medium Orchid #A857DF
RGB
CMYK
RGB Variations
Color information
#A857DF (or 0xA857DF) is known color: Medium Orchid. HEX triplet: A8, 57 and DF. RGB value is (168,87,223). Sum of RGB (Red+Green+Blue) = 168+87+223=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #A857DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857DF is #57A820. Grayscale: #7E7E7E. Windows color (decimal): -5744673 or 14636968. OLE color: 14636968.
HSL color Cylindrical-coordinate representation of color #A857DF: hue angle of 275.74º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A857DF is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 87 | 223 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.13 |
| HSL | 275.74º | 0.68% | 0.61% | - |
| HSV(B) | 275.74º | 0.61% | 0.87% | - |
| XYZ | 32.88 | 20.47 | 72.03 | - |
| YUV | 126.72 | 182.34 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 223 | 0.25 | 0.61 | 0 | 0.13 | 275.74 | 0.68 | 0.61 |
| Hex | A8 | 57 | DF | 19 | 3D | 0 | D | 114 | 44 | 3D |
| Octal | 250 | 127 | 337 | 31 | 75 | 0 | 15 | 424 | 104 | 75 |
| Binary | 10101000 | 1010111 | 11011111 | 11001 | 111101 | 0 | 1101 | 100010100 | 1000100 | 111101 |
Color Harmonies of #A857DF
Complementary color
Monochromatic Colors of #A857DF
Black with #A857DF
Text Example
Text Example
White with #A857DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857DF; }
p { color: rgb(168,87,223); }
H1.HeaderClassName
{
color: #A857DF;
}
.AnyTagClassName
{
color: #A857DF;
}
</style>
background-color css
<style>
a { background-color: #A857DF; }
a { background-color: rgb(168,87,223); }
div.DivClassName
{
background-color: #A857DF;
}
.BgClassName
{
background-color: #A857DF;
}
</style>
border-color css
<style>
span { border-color: #A857DF; }
span { border-color: rgb(168,87,223); }
td.TdClassName
{
border-color: #A857DF;
}
.TagClassName
{
border-color: #A857DF;
}
</style>