Shades of Medium Orchid #A850D5
Tints of Medium Orchid #A850D5
RGB
CMYK
RGB Variations
Color information
#A850D5 (or 0xA850D5) is known color: Medium Orchid. HEX triplet: A8, 50 and D5. RGB value is (168,80,213). Sum of RGB (Red+Green+Blue) = 168+80+213=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #A850D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850D5 is #57AF2A. Grayscale: #797979. Windows color (decimal): -5746475 or 13979816. OLE color: 13979816.
HSL color Cylindrical-coordinate representation of color #A850D5: hue angle of 279.7º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A850D5 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 80 | 213 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.16 |
| HSL | 279.7º | 0.61% | 0.57% | - |
| HSV(B) | 279.7º | 0.62% | 0.84% | - |
| XYZ | 31.03 | 18.87 | 64.96 | - |
| YUV | 121.47 | 179.65 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 213 | 0.21 | 0.62 | 0 | 0.16 | 279.7 | 0.61 | 0.57 |
| Hex | A8 | 50 | D5 | 15 | 3E | 0 | 10 | 118 | 3D | 39 |
| Octal | 250 | 120 | 325 | 25 | 76 | 0 | 20 | 430 | 75 | 71 |
| Binary | 10101000 | 1010000 | 11010101 | 10101 | 111110 | 0 | 10000 | 100011000 | 111101 | 111001 |
Color Harmonies of #A850D5
Complementary color
Monochromatic Colors of #A850D5
Black with #A850D5
Text Example
Text Example
White with #A850D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850D5; }
p { color: rgb(168,80,213); }
H1.HeaderClassName
{
color: #A850D5;
}
.AnyTagClassName
{
color: #A850D5;
}
</style>
background-color css
<style>
a { background-color: #A850D5; }
a { background-color: rgb(168,80,213); }
div.DivClassName
{
background-color: #A850D5;
}
.BgClassName
{
background-color: #A850D5;
}
</style>
border-color css
<style>
span { border-color: #A850D5; }
span { border-color: rgb(168,80,213); }
td.TdClassName
{
border-color: #A850D5;
}
.TagClassName
{
border-color: #A850D5;
}
</style>