Shades of Medium Orchid #A850DB
Tints of Medium Orchid #A850DB
RGB
CMYK
RGB Variations
Color information
#A850DB (or 0xA850DB) is known color: Medium Orchid. HEX triplet: A8, 50 and DB. RGB value is (168,80,219). Sum of RGB (Red+Green+Blue) = 168+80+219=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A850DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850DB is #57AF24. Grayscale: #797979. Windows color (decimal): -5746469 or 14373032. OLE color: 14373032.
HSL color Cylindrical-coordinate representation of color #A850DB: hue angle of 277.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A850DB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 80 | 219 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.14 |
| HSL | 277.99º | 0.66% | 0.59% | - |
| HSV(B) | 277.99º | 0.63% | 0.86% | - |
| XYZ | 31.8 | 19.18 | 69.04 | - |
| YUV | 122.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 219 | 0.23 | 0.63 | 0 | 0.14 | 277.99 | 0.66 | 0.59 |
| Hex | A8 | 50 | DB | 17 | 3F | 0 | E | 116 | 42 | 3B |
| Octal | 250 | 120 | 333 | 27 | 77 | 0 | 16 | 426 | 102 | 73 |
| Binary | 10101000 | 1010000 | 11011011 | 10111 | 111111 | 0 | 1110 | 100010110 | 1000010 | 111011 |
Color Harmonies of #A850DB
Complementary color
Monochromatic Colors of #A850DB
Black with #A850DB
Text Example
Text Example
White with #A850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A850DB; }
p { color: rgb(168,80,219); }
H1.HeaderClassName
{
color: #A850DB;
}
.AnyTagClassName
{
color: #A850DB;
}
</style>
background-color css
<style>
a { background-color: #A850DB; }
a { background-color: rgb(168,80,219); }
div.DivClassName
{
background-color: #A850DB;
}
.BgClassName
{
background-color: #A850DB;
}
</style>
border-color css
<style>
span { border-color: #A850DB; }
span { border-color: rgb(168,80,219); }
td.TdClassName
{
border-color: #A850DB;
}
.TagClassName
{
border-color: #A850DB;
}
</style>