Shades of Medium Orchid #A94DDB
Tints of Medium Orchid #A94DDB
RGB
CMYK
RGB Variations
Color information
#A94DDB (or 0xA94DDB) is known color: Medium Orchid. HEX triplet: A9, 4D and DB. RGB value is (169,77,219). Sum of RGB (Red+Green+Blue) = 169+77+219=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DDB is #56B224. Grayscale: #787878. Windows color (decimal): -5681701 or 14372265. OLE color: 14372265.
HSL color Cylindrical-coordinate representation of color #A94DDB: hue angle of 278.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94DDB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 77 | 219 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.14 |
| HSL | 278.87º | 0.66% | 0.58% | - |
| HSV(B) | 278.87º | 0.65% | 0.86% | - |
| XYZ | 31.8 | 18.86 | 68.98 | - |
| YUV | 120.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 77 | 219 | 0.23 | 0.65 | 0 | 0.14 | 278.87 | 0.66 | 0.58 |
| Hex | A9 | 4D | DB | 17 | 41 | 0 | E | 117 | 42 | 3A |
| Octal | 251 | 115 | 333 | 27 | 101 | 0 | 16 | 427 | 102 | 72 |
| Binary | 10101001 | 1001101 | 11011011 | 10111 | 1000001 | 0 | 1110 | 100010111 | 1000010 | 111010 |
Color Harmonies of #A94DDB
Complementary color
Monochromatic Colors of #A94DDB
Black with #A94DDB
Text Example
Text Example
White with #A94DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94DDB; }
p { color: rgb(169,77,219); }
H1.HeaderClassName
{
color: #A94DDB;
}
.AnyTagClassName
{
color: #A94DDB;
}
</style>
background-color css
<style>
a { background-color: #A94DDB; }
a { background-color: rgb(169,77,219); }
div.DivClassName
{
background-color: #A94DDB;
}
.BgClassName
{
background-color: #A94DDB;
}
</style>
border-color css
<style>
span { border-color: #A94DDB; }
span { border-color: rgb(169,77,219); }
td.TdClassName
{
border-color: #A94DDB;
}
.TagClassName
{
border-color: #A94DDB;
}
</style>