Shades of Medium Orchid #A94DCF
Tints of Medium Orchid #A94DCF
RGB
CMYK
RGB Variations
Color information
#A94DCF (or 0xA94DCF) is known color: Medium Orchid. HEX triplet: A9, 4D and CF. RGB value is (169,77,207). Sum of RGB (Red+Green+Blue) = 169+77+207=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #A94DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DCF is #56B230. Grayscale: #767676. Windows color (decimal): -5681713 or 13585833. OLE color: 13585833.
HSL color Cylindrical-coordinate representation of color #A94DCF: hue angle of 282.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94DCF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 77 | 207 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.19 |
| HSL | 282.46º | 0.58% | 0.56% | - |
| HSV(B) | 282.46º | 0.63% | 0.81% | - |
| XYZ | 30.28 | 18.25 | 60.96 | - |
| YUV | 119.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 207 | 0.18 | 0.63 | 0 | 0.19 | 282.46 | 0.58 | 0.56 |
| Hex | A9 | 4D | CF | 12 | 3F | 0 | 13 | 11A | 3A | 38 |
| Octal | 251 | 115 | 317 | 22 | 77 | 0 | 23 | 432 | 72 | 70 |
| Binary | 10101001 | 1001101 | 11001111 | 10010 | 111111 | 0 | 10011 | 100011010 | 111010 | 111000 |
Color Harmonies of #A94DCF
Complementary color
Monochromatic Colors of #A94DCF
Black with #A94DCF
Text Example
Text Example
White with #A94DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DCF; }
p { color: rgb(169,77,207); }
H1.HeaderClassName
{
color: #A94DCF;
}
.AnyTagClassName
{
color: #A94DCF;
}
</style>
background-color css
<style>
a { background-color: #A94DCF; }
a { background-color: rgb(169,77,207); }
div.DivClassName
{
background-color: #A94DCF;
}
.BgClassName
{
background-color: #A94DCF;
}
</style>
border-color css
<style>
span { border-color: #A94DCF; }
span { border-color: rgb(169,77,207); }
td.TdClassName
{
border-color: #A94DCF;
}
.TagClassName
{
border-color: #A94DCF;
}
</style>