Shades of Medium Orchid #A95DCD
Tints of Medium Orchid #A95DCD
RGB
CMYK
RGB Variations
Color information
#A95DCD (or 0xA95DCD) is known color: Medium Orchid. HEX triplet: A9, 5D and CD. RGB value is (169,93,205). Sum of RGB (Red+Green+Blue) = 169+93+205=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A95DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95DCD is #56A232. Grayscale: #808080. Windows color (decimal): -5677619 or 13458857. OLE color: 13458857.
HSL color Cylindrical-coordinate representation of color #A95DCD: hue angle of 280.71º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A95DCD is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 93 | 205 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.20 |
| HSL | 280.71º | 0.53% | 0.58% | - |
| HSV(B) | 280.71º | 0.55% | 0.8% | - |
| XYZ | 31.3 | 20.67 | 60.1 | - |
| YUV | 128.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 93 | 205 | 0.18 | 0.55 | 0 | 0.20 | 280.71 | 0.53 | 0.58 |
| Hex | A9 | 5D | CD | 12 | 37 | 0 | 14 | 119 | 35 | 3A |
| Octal | 251 | 135 | 315 | 22 | 67 | 0 | 24 | 431 | 65 | 72 |
| Binary | 10101001 | 1011101 | 11001101 | 10010 | 110111 | 0 | 10100 | 100011001 | 110101 | 111010 |
Color Harmonies of #A95DCD
Complementary color
Monochromatic Colors of #A95DCD
Black with #A95DCD
Text Example
Text Example
White with #A95DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95DCD; }
p { color: rgb(169,93,205); }
H1.HeaderClassName
{
color: #A95DCD;
}
.AnyTagClassName
{
color: #A95DCD;
}
</style>
background-color css
<style>
a { background-color: #A95DCD; }
a { background-color: rgb(169,93,205); }
div.DivClassName
{
background-color: #A95DCD;
}
.BgClassName
{
background-color: #A95DCD;
}
</style>
border-color css
<style>
span { border-color: #A95DCD; }
span { border-color: rgb(169,93,205); }
td.TdClassName
{
border-color: #A95DCD;
}
.TagClassName
{
border-color: #A95DCD;
}
</style>