Shades of Medium Orchid #A850D3
Tints of Medium Orchid #A850D3
RGB
CMYK
RGB Variations
Color information
#A850D3 (or 0xA850D3) is known color: Medium Orchid. HEX triplet: A8, 50 and D3. RGB value is (168,80,211). Sum of RGB (Red+Green+Blue) = 168+80+211=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #A850D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850D3 is #57AF2C. Grayscale: #787878. Windows color (decimal): -5746477 or 13848744. OLE color: 13848744.
HSL color Cylindrical-coordinate representation of color #A850D3: hue angle of 280.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A850D3 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 80 | 211 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.17 |
| HSL | 280.31º | 0.6% | 0.57% | - |
| HSV(B) | 280.31º | 0.62% | 0.83% | - |
| XYZ | 30.77 | 18.77 | 63.63 | - |
| YUV | 121.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 211 | 0.20 | 0.62 | 0 | 0.17 | 280.31 | 0.6 | 0.57 |
| Hex | A8 | 50 | D3 | 14 | 3E | 0 | 11 | 118 | 3C | 39 |
| Octal | 250 | 120 | 323 | 24 | 76 | 0 | 21 | 430 | 74 | 71 |
| Binary | 10101000 | 1010000 | 11010011 | 10100 | 111110 | 0 | 10001 | 100011000 | 111100 | 111001 |
Color Harmonies of #A850D3
Complementary color
Monochromatic Colors of #A850D3
Black with #A850D3
Text Example
Text Example
White with #A850D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850D3; }
p { color: rgb(168,80,211); }
H1.HeaderClassName
{
color: #A850D3;
}
.AnyTagClassName
{
color: #A850D3;
}
</style>
background-color css
<style>
a { background-color: #A850D3; }
a { background-color: rgb(168,80,211); }
div.DivClassName
{
background-color: #A850D3;
}
.BgClassName
{
background-color: #A850D3;
}
</style>
border-color css
<style>
span { border-color: #A850D3; }
span { border-color: rgb(168,80,211); }
td.TdClassName
{
border-color: #A850D3;
}
.TagClassName
{
border-color: #A850D3;
}
</style>