Shades of Medium Orchid #A94BDB
Tints of Medium Orchid #A94BDB
RGB
CMYK
RGB Variations
Color information
#A94BDB (or 0xA94BDB) is known color: Medium Orchid. HEX triplet: A9, 4B and DB. RGB value is (169,75,219). Sum of RGB (Red+Green+Blue) = 169+75+219=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BDB is #56B424. Grayscale: #777777. Windows color (decimal): -5682213 or 14371753. OLE color: 14371753.
HSL color Cylindrical-coordinate representation of color #A94BDB: hue angle of 279.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A94BDB is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 75 | 219 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.14 |
| HSL | 279.17º | 0.67% | 0.58% | - |
| HSV(B) | 279.17º | 0.66% | 0.86% | - |
| XYZ | 31.66 | 18.58 | 68.94 | - |
| YUV | 119.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 219 | 0.23 | 0.66 | 0 | 0.14 | 279.17 | 0.67 | 0.58 |
| Hex | A9 | 4B | DB | 17 | 42 | 0 | E | 117 | 43 | 3A |
| Octal | 251 | 113 | 333 | 27 | 102 | 0 | 16 | 427 | 103 | 72 |
| Binary | 10101001 | 1001011 | 11011011 | 10111 | 1000010 | 0 | 1110 | 100010111 | 1000011 | 111010 |
Color Harmonies of #A94BDB
Complementary color
Monochromatic Colors of #A94BDB
Black with #A94BDB
Text Example
Text Example
White with #A94BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94BDB; }
p { color: rgb(169,75,219); }
H1.HeaderClassName
{
color: #A94BDB;
}
.AnyTagClassName
{
color: #A94BDB;
}
</style>
background-color css
<style>
a { background-color: #A94BDB; }
a { background-color: rgb(169,75,219); }
div.DivClassName
{
background-color: #A94BDB;
}
.BgClassName
{
background-color: #A94BDB;
}
</style>
border-color css
<style>
span { border-color: #A94BDB; }
span { border-color: rgb(169,75,219); }
td.TdClassName
{
border-color: #A94BDB;
}
.TagClassName
{
border-color: #A94BDB;
}
</style>