Shades of Medium Orchid #A94DCD
Tints of Medium Orchid #A94DCD
RGB
CMYK
RGB Variations
Color information
#A94DCD (or 0xA94DCD) is known color: Medium Orchid. HEX triplet: A9, 4D and CD. RGB value is (169,77,205). Sum of RGB (Red+Green+Blue) = 169+77+205=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #A94DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DCD is #56B232. Grayscale: #767676. Windows color (decimal): -5681715 or 13454761. OLE color: 13454761.
HSL color Cylindrical-coordinate representation of color #A94DCD: hue angle of 283.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94DCD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 77 | 205 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.20 |
| HSL | 283.13º | 0.56% | 0.55% | - |
| HSV(B) | 283.13º | 0.62% | 0.8% | - |
| XYZ | 30.04 | 18.15 | 59.68 | - |
| YUV | 119.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 205 | 0.18 | 0.62 | 0 | 0.20 | 283.13 | 0.56 | 0.55 |
| Hex | A9 | 4D | CD | 12 | 3E | 0 | 14 | 11B | 38 | 37 |
| Octal | 251 | 115 | 315 | 22 | 76 | 0 | 24 | 433 | 70 | 67 |
| Binary | 10101001 | 1001101 | 11001101 | 10010 | 111110 | 0 | 10100 | 100011011 | 111000 | 110111 |
Color Harmonies of #A94DCD
Complementary color
Monochromatic Colors of #A94DCD
Black with #A94DCD
Text Example
Text Example
White with #A94DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DCD; }
p { color: rgb(169,77,205); }
H1.HeaderClassName
{
color: #A94DCD;
}
.AnyTagClassName
{
color: #A94DCD;
}
</style>
background-color css
<style>
a { background-color: #A94DCD; }
a { background-color: rgb(169,77,205); }
div.DivClassName
{
background-color: #A94DCD;
}
.BgClassName
{
background-color: #A94DCD;
}
</style>
border-color css
<style>
span { border-color: #A94DCD; }
span { border-color: rgb(169,77,205); }
td.TdClassName
{
border-color: #A94DCD;
}
.TagClassName
{
border-color: #A94DCD;
}
</style>