Shades of Medium Orchid #A857CD
Tints of Medium Orchid #A857CD
RGB
CMYK
RGB Variations
Color information
#A857CD (or 0xA857CD) is known color: Medium Orchid. HEX triplet: A8, 57 and CD. RGB value is (168,87,205). Sum of RGB (Red+Green+Blue) = 168+87+205=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #A857CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857CD is #57A832. Grayscale: #7C7C7C. Windows color (decimal): -5744691 or 13457320. OLE color: 13457320.
HSL color Cylindrical-coordinate representation of color #A857CD: hue angle of 281.19º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A857CD is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 87 | 205 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.20 |
| HSL | 281.19º | 0.54% | 0.57% | - |
| HSV(B) | 281.19º | 0.58% | 0.8% | - |
| XYZ | 30.58 | 19.55 | 59.92 | - |
| YUV | 124.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 87 | 205 | 0.18 | 0.58 | 0 | 0.20 | 281.19 | 0.54 | 0.57 |
| Hex | A8 | 57 | CD | 12 | 3A | 0 | 14 | 119 | 36 | 39 |
| Octal | 250 | 127 | 315 | 22 | 72 | 0 | 24 | 431 | 66 | 71 |
| Binary | 10101000 | 1010111 | 11001101 | 10010 | 111010 | 0 | 10100 | 100011001 | 110110 | 111001 |
Color Harmonies of #A857CD
Complementary color
Monochromatic Colors of #A857CD
Black with #A857CD
Text Example
Text Example
White with #A857CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A857CD; }
p { color: rgb(168,87,205); }
H1.HeaderClassName
{
color: #A857CD;
}
.AnyTagClassName
{
color: #A857CD;
}
</style>
background-color css
<style>
a { background-color: #A857CD; }
a { background-color: rgb(168,87,205); }
div.DivClassName
{
background-color: #A857CD;
}
.BgClassName
{
background-color: #A857CD;
}
</style>
border-color css
<style>
span { border-color: #A857CD; }
span { border-color: rgb(168,87,205); }
td.TdClassName
{
border-color: #A857CD;
}
.TagClassName
{
border-color: #A857CD;
}
</style>