Shades of Medium Orchid #A94DCC
Tints of Medium Orchid #A94DCC
RGB
CMYK
RGB Variations
Color information
#A94DCC (or 0xA94DCC) is known color: Medium Orchid. HEX triplet: A9, 4D and CC. RGB value is (169,77,204). Sum of RGB (Red+Green+Blue) = 169+77+204=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A94DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DCC is #56B233. Grayscale: #767676. Windows color (decimal): -5681716 or 13389225. OLE color: 13389225.
HSL color Cylindrical-coordinate representation of color #A94DCC: hue angle of 283.46º degrees, saturation: 0.55, 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 #A94DCC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 77 | 204 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.2 |
| HSL | 283.46º | 0.55% | 0.55% | - |
| HSV(B) | 283.46º | 0.62% | 0.8% | - |
| XYZ | 29.92 | 18.1 | 59.04 | - |
| YUV | 118.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 204 | 0.17 | 0.62 | 0 | 0.2 | 283.46 | 0.55 | 0.55 |
| Hex | A9 | 4D | CC | 11 | 3E | 0 | 14 | 11B | 37 | 37 |
| Octal | 251 | 115 | 314 | 21 | 76 | 0 | 24 | 433 | 67 | 67 |
| Binary | 10101001 | 1001101 | 11001100 | 10001 | 111110 | 0 | 10100 | 100011011 | 110111 | 110111 |
Color Harmonies of #A94DCC
Complementary color
Monochromatic Colors of #A94DCC
Black with #A94DCC
Text Example
Text Example
White with #A94DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DCC; }
p { color: rgb(169,77,204); }
H1.HeaderClassName
{
color: #A94DCC;
}
.AnyTagClassName
{
color: #A94DCC;
}
</style>
background-color css
<style>
a { background-color: #A94DCC; }
a { background-color: rgb(169,77,204); }
div.DivClassName
{
background-color: #A94DCC;
}
.BgClassName
{
background-color: #A94DCC;
}
</style>
border-color css
<style>
span { border-color: #A94DCC; }
span { border-color: rgb(169,77,204); }
td.TdClassName
{
border-color: #A94DCC;
}
.TagClassName
{
border-color: #A94DCC;
}
</style>