Shades of Medium Orchid #A850D2
Tints of Medium Orchid #A850D2
RGB
CMYK
RGB Variations
Color information
#A850D2 (or 0xA850D2) is known color: Medium Orchid. HEX triplet: A8, 50 and D2. RGB value is (168,80,210). Sum of RGB (Red+Green+Blue) = 168+80+210=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #A850D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850D2 is #57AF2D. Grayscale: #787878. Windows color (decimal): -5746478 or 13783208. OLE color: 13783208.
HSL color Cylindrical-coordinate representation of color #A850D2: hue angle of 280.62º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A850D2 is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 80 | 210 | - |
| CMYK | 0.2 | 0.62 | 0 | 0.18 |
| HSL | 280.62º | 0.59% | 0.57% | - |
| HSV(B) | 280.62º | 0.62% | 0.82% | - |
| XYZ | 30.65 | 18.72 | 62.97 | - |
| YUV | 121.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 210 | 0.2 | 0.62 | 0 | 0.18 | 280.62 | 0.59 | 0.57 |
| Hex | A8 | 50 | D2 | 14 | 3E | 0 | 12 | 119 | 3B | 39 |
| Octal | 250 | 120 | 322 | 24 | 76 | 0 | 22 | 431 | 73 | 71 |
| Binary | 10101000 | 1010000 | 11010010 | 10100 | 111110 | 0 | 10010 | 100011001 | 111011 | 111001 |
Color Harmonies of #A850D2
Complementary color
Monochromatic Colors of #A850D2
Black with #A850D2
Text Example
Text Example
White with #A850D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850D2; }
p { color: rgb(168,80,210); }
H1.HeaderClassName
{
color: #A850D2;
}
.AnyTagClassName
{
color: #A850D2;
}
</style>
background-color css
<style>
a { background-color: #A850D2; }
a { background-color: rgb(168,80,210); }
div.DivClassName
{
background-color: #A850D2;
}
.BgClassName
{
background-color: #A850D2;
}
</style>
border-color css
<style>
span { border-color: #A850D2; }
span { border-color: rgb(168,80,210); }
td.TdClassName
{
border-color: #A850D2;
}
.TagClassName
{
border-color: #A850D2;
}
</style>