Shades of Medium Orchid #A859DB
Tints of Medium Orchid #A859DB
RGB
CMYK
RGB Variations
Color information
#A859DB (or 0xA859DB) is known color: Medium Orchid. HEX triplet: A8, 59 and DB. RGB value is (168,89,219). Sum of RGB (Red+Green+Blue) = 168+89+219=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A859DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859DB is #57A624. Grayscale: #7F7F7F. Windows color (decimal): -5744165 or 14375336. OLE color: 14375336.
HSL color Cylindrical-coordinate representation of color #A859DB: hue angle of 276.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A859DB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 89 | 219 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.14 |
| HSL | 276.46º | 0.64% | 0.6% | - |
| HSV(B) | 276.46º | 0.59% | 0.86% | - |
| XYZ | 32.51 | 20.58 | 69.28 | - |
| YUV | 127.44 | 179.67 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 219 | 0.23 | 0.59 | 0 | 0.14 | 276.46 | 0.64 | 0.6 |
| Hex | A8 | 59 | DB | 17 | 3B | 0 | E | 114 | 40 | 3C |
| Octal | 250 | 131 | 333 | 27 | 73 | 0 | 16 | 424 | 100 | 74 |
| Binary | 10101000 | 1011001 | 11011011 | 10111 | 111011 | 0 | 1110 | 100010100 | 1000000 | 111100 |
Color Harmonies of #A859DB
Complementary color
Monochromatic Colors of #A859DB
Black with #A859DB
Text Example
Text Example
White with #A859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859DB; }
p { color: rgb(168,89,219); }
H1.HeaderClassName
{
color: #A859DB;
}
.AnyTagClassName
{
color: #A859DB;
}
</style>
background-color css
<style>
a { background-color: #A859DB; }
a { background-color: rgb(168,89,219); }
div.DivClassName
{
background-color: #A859DB;
}
.BgClassName
{
background-color: #A859DB;
}
</style>
border-color css
<style>
span { border-color: #A859DB; }
span { border-color: rgb(168,89,219); }
td.TdClassName
{
border-color: #A859DB;
}
.TagClassName
{
border-color: #A859DB;
}
</style>