Shades of Medium Orchid #A850D0
Tints of Medium Orchid #A850D0
RGB
CMYK
RGB Variations
Color information
#A850D0 (or 0xA850D0) is known color: Medium Orchid. HEX triplet: A8, 50 and D0. RGB value is (168,80,208). Sum of RGB (Red+Green+Blue) = 168+80+208=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #A850D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850D0 is #57AF2F. Grayscale: #787878. Windows color (decimal): -5746480 or 13652136. OLE color: 13652136.
HSL color Cylindrical-coordinate representation of color #A850D0: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A850D0 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 80 | 208 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.18 |
| HSL | 281.25º | 0.58% | 0.56% | - |
| HSV(B) | 281.25º | 0.62% | 0.82% | - |
| XYZ | 30.4 | 18.62 | 61.67 | - |
| YUV | 120.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 208 | 0.19 | 0.62 | 0 | 0.18 | 281.25 | 0.58 | 0.56 |
| Hex | A8 | 50 | D0 | 13 | 3E | 0 | 12 | 119 | 3A | 38 |
| Octal | 250 | 120 | 320 | 23 | 76 | 0 | 22 | 431 | 72 | 70 |
| Binary | 10101000 | 1010000 | 11010000 | 10011 | 111110 | 0 | 10010 | 100011001 | 111010 | 111000 |
Color Harmonies of #A850D0
Complementary color
Monochromatic Colors of #A850D0
Black with #A850D0
Text Example
Text Example
White with #A850D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850D0; }
p { color: rgb(168,80,208); }
H1.HeaderClassName
{
color: #A850D0;
}
.AnyTagClassName
{
color: #A850D0;
}
</style>
background-color css
<style>
a { background-color: #A850D0; }
a { background-color: rgb(168,80,208); }
div.DivClassName
{
background-color: #A850D0;
}
.BgClassName
{
background-color: #A850D0;
}
</style>
border-color css
<style>
span { border-color: #A850D0; }
span { border-color: rgb(168,80,208); }
td.TdClassName
{
border-color: #A850D0;
}
.TagClassName
{
border-color: #A850D0;
}
</style>