Shades of Medium Orchid #A850DC
Tints of Medium Orchid #A850DC
RGB
CMYK
RGB Variations
Color information
#A850DC (or 0xA850DC) is known color: Medium Orchid. HEX triplet: A8, 50 and DC. RGB value is (168,80,220). Sum of RGB (Red+Green+Blue) = 168+80+220=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A850DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850DC is #57AF23. Grayscale: #797979. Windows color (decimal): -5746468 or 14438568. OLE color: 14438568.
HSL color Cylindrical-coordinate representation of color #A850DC: hue angle of 277.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A850DC is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 80 | 220 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.14 |
| HSL | 277.71º | 0.67% | 0.59% | - |
| HSV(B) | 277.71º | 0.64% | 0.86% | - |
| XYZ | 31.94 | 19.23 | 69.74 | - |
| YUV | 122.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 220 | 0.24 | 0.64 | 0 | 0.14 | 277.71 | 0.67 | 0.59 |
| Hex | A8 | 50 | DC | 18 | 40 | 0 | E | 116 | 43 | 3B |
| Octal | 250 | 120 | 334 | 30 | 100 | 0 | 16 | 426 | 103 | 73 |
| Binary | 10101000 | 1010000 | 11011100 | 11000 | 1000000 | 0 | 1110 | 100010110 | 1000011 | 111011 |
Color Harmonies of #A850DC
Complementary color
Monochromatic Colors of #A850DC
Black with #A850DC
Text Example
Text Example
White with #A850DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850DC; }
p { color: rgb(168,80,220); }
H1.HeaderClassName
{
color: #A850DC;
}
.AnyTagClassName
{
color: #A850DC;
}
</style>
background-color css
<style>
a { background-color: #A850DC; }
a { background-color: rgb(168,80,220); }
div.DivClassName
{
background-color: #A850DC;
}
.BgClassName
{
background-color: #A850DC;
}
</style>
border-color css
<style>
span { border-color: #A850DC; }
span { border-color: rgb(168,80,220); }
td.TdClassName
{
border-color: #A850DC;
}
.TagClassName
{
border-color: #A850DC;
}
</style>