Shades of Medium Orchid #A94DDD
Tints of Medium Orchid #A94DDD
RGB
CMYK
RGB Variations
Color information
#A94DDD (or 0xA94DDD) is known color: Medium Orchid. HEX triplet: A9, 4D and DD. RGB value is (169,77,221). Sum of RGB (Red+Green+Blue) = 169+77+221=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A94DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DDD is #56B222. Grayscale: #787878. Windows color (decimal): -5681699 or 14503337. OLE color: 14503337.
HSL color Cylindrical-coordinate representation of color #A94DDD: hue angle of 278.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94DDD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 77 | 221 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.13 |
| HSL | 278.33º | 0.68% | 0.58% | - |
| HSV(B) | 278.33º | 0.65% | 0.87% | - |
| XYZ | 32.07 | 18.96 | 70.38 | - |
| YUV | 120.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 221 | 0.24 | 0.65 | 0 | 0.13 | 278.33 | 0.68 | 0.58 |
| Hex | A9 | 4D | DD | 18 | 41 | 0 | D | 116 | 44 | 3A |
| Octal | 251 | 115 | 335 | 30 | 101 | 0 | 15 | 426 | 104 | 72 |
| Binary | 10101001 | 1001101 | 11011101 | 11000 | 1000001 | 0 | 1101 | 100010110 | 1000100 | 111010 |
Color Harmonies of #A94DDD
Complementary color
Monochromatic Colors of #A94DDD
Black with #A94DDD
Text Example
Text Example
White with #A94DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DDD; }
p { color: rgb(169,77,221); }
H1.HeaderClassName
{
color: #A94DDD;
}
.AnyTagClassName
{
color: #A94DDD;
}
</style>
background-color css
<style>
a { background-color: #A94DDD; }
a { background-color: rgb(169,77,221); }
div.DivClassName
{
background-color: #A94DDD;
}
.BgClassName
{
background-color: #A94DDD;
}
</style>
border-color css
<style>
span { border-color: #A94DDD; }
span { border-color: rgb(169,77,221); }
td.TdClassName
{
border-color: #A94DDD;
}
.TagClassName
{
border-color: #A94DDD;
}
</style>