Shades of Medium Orchid #A757D1
Tints of Medium Orchid #A757D1
RGB
CMYK
RGB Variations
Color information
#A757D1 (or 0xA757D1) is known color: Medium Orchid. HEX triplet: A7, 57 and D1. RGB value is (167,87,209). Sum of RGB (Red+Green+Blue) = 167+87+209=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #A757D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757D1 is #58A82E. Grayscale: #7C7C7C. Windows color (decimal): -5810223 or 13719463. OLE color: 13719463.
HSL color Cylindrical-coordinate representation of color #A757D1: hue angle of 279.34º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A757D1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 87 | 209 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.18 |
| HSL | 279.34º | 0.57% | 0.58% | - |
| HSV(B) | 279.34º | 0.58% | 0.82% | - |
| XYZ | 30.85 | 19.64 | 62.49 | - |
| YUV | 124.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 87 | 209 | 0.20 | 0.58 | 0 | 0.18 | 279.34 | 0.57 | 0.58 |
| Hex | A7 | 57 | D1 | 14 | 3A | 0 | 12 | 117 | 39 | 3A |
| Octal | 247 | 127 | 321 | 24 | 72 | 0 | 22 | 427 | 71 | 72 |
| Binary | 10100111 | 1010111 | 11010001 | 10100 | 111010 | 0 | 10010 | 100010111 | 111001 | 111010 |
Color Harmonies of #A757D1
Complementary color
Monochromatic Colors of #A757D1
Black with #A757D1
Text Example
Text Example
White with #A757D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A757D1; }
p { color: rgb(167,87,209); }
H1.HeaderClassName
{
color: #A757D1;
}
.AnyTagClassName
{
color: #A757D1;
}
</style>
background-color css
<style>
a { background-color: #A757D1; }
a { background-color: rgb(167,87,209); }
div.DivClassName
{
background-color: #A757D1;
}
.BgClassName
{
background-color: #A757D1;
}
</style>
border-color css
<style>
span { border-color: #A757D1; }
span { border-color: rgb(167,87,209); }
td.TdClassName
{
border-color: #A757D1;
}
.TagClassName
{
border-color: #A757D1;
}
</style>