Shades of Medium Orchid #A859DA
Tints of Medium Orchid #A859DA
RGB
CMYK
RGB Variations
Color information
#A859DA (or 0xA859DA) is known color: Medium Orchid. HEX triplet: A8, 59 and DA. RGB value is (168,89,218). Sum of RGB (Red+Green+Blue) = 168+89+218=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #A859DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859DA is #57A625. Grayscale: #7E7E7E. Windows color (decimal): -5744166 or 14309800. OLE color: 14309800.
HSL color Cylindrical-coordinate representation of color #A859DA: hue angle of 276.74º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A859DA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 89 | 218 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.15 |
| HSL | 276.74º | 0.64% | 0.6% | - |
| HSV(B) | 276.74º | 0.59% | 0.85% | - |
| XYZ | 32.38 | 20.53 | 68.59 | - |
| YUV | 127.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 218 | 0.23 | 0.59 | 0 | 0.15 | 276.74 | 0.64 | 0.6 |
| Hex | A8 | 59 | DA | 17 | 3B | 0 | F | 115 | 40 | 3C |
| Octal | 250 | 131 | 332 | 27 | 73 | 0 | 17 | 425 | 100 | 74 |
| Binary | 10101000 | 1011001 | 11011010 | 10111 | 111011 | 0 | 1111 | 100010101 | 1000000 | 111100 |
Color Harmonies of #A859DA
Complementary color
Monochromatic Colors of #A859DA
Black with #A859DA
Text Example
Text Example
White with #A859DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A859DA; }
p { color: rgb(168,89,218); }
H1.HeaderClassName
{
color: #A859DA;
}
.AnyTagClassName
{
color: #A859DA;
}
</style>
background-color css
<style>
a { background-color: #A859DA; }
a { background-color: rgb(168,89,218); }
div.DivClassName
{
background-color: #A859DA;
}
.BgClassName
{
background-color: #A859DA;
}
</style>
border-color css
<style>
span { border-color: #A859DA; }
span { border-color: rgb(168,89,218); }
td.TdClassName
{
border-color: #A859DA;
}
.TagClassName
{
border-color: #A859DA;
}
</style>