Shades of Medium Orchid #A94ADB
Tints of Medium Orchid #A94ADB
RGB
CMYK
RGB Variations
Color information
#A94ADB (or 0xA94ADB) is known color: Medium Orchid. HEX triplet: A9, 4A and DB. RGB value is (169,74,219). Sum of RGB (Red+Green+Blue) = 169+74+219=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ADB is #56B524. Grayscale: #767676. Windows color (decimal): -5682469 or 14371497. OLE color: 14371497.
HSL color Cylindrical-coordinate representation of color #A94ADB: hue angle of 279.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A94ADB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 74 | 219 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.14 |
| HSL | 279.31º | 0.67% | 0.57% | - |
| HSV(B) | 279.31º | 0.66% | 0.86% | - |
| XYZ | 31.6 | 18.45 | 68.91 | - |
| YUV | 118.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 219 | 0.23 | 0.66 | 0 | 0.14 | 279.31 | 0.67 | 0.57 |
| Hex | A9 | 4A | DB | 17 | 42 | 0 | E | 117 | 43 | 39 |
| Octal | 251 | 112 | 333 | 27 | 102 | 0 | 16 | 427 | 103 | 71 |
| Binary | 10101001 | 1001010 | 11011011 | 10111 | 1000010 | 0 | 1110 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A94ADB
Complementary color
Monochromatic Colors of #A94ADB
Black with #A94ADB
Text Example
Text Example
White with #A94ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94ADB; }
p { color: rgb(169,74,219); }
H1.HeaderClassName
{
color: #A94ADB;
}
.AnyTagClassName
{
color: #A94ADB;
}
</style>
background-color css
<style>
a { background-color: #A94ADB; }
a { background-color: rgb(169,74,219); }
div.DivClassName
{
background-color: #A94ADB;
}
.BgClassName
{
background-color: #A94ADB;
}
</style>
border-color css
<style>
span { border-color: #A94ADB; }
span { border-color: rgb(169,74,219); }
td.TdClassName
{
border-color: #A94ADB;
}
.TagClassName
{
border-color: #A94ADB;
}
</style>