Shades of Medium Orchid #A94FDB
Tints of Medium Orchid #A94FDB
RGB
CMYK
RGB Variations
Color information
#A94FDB (or 0xA94FDB) is known color: Medium Orchid. HEX triplet: A9, 4F and DB. RGB value is (169,79,219). Sum of RGB (Red+Green+Blue) = 169+79+219=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FDB is #56B024. Grayscale: #797979. Windows color (decimal): -5681189 or 14372777. OLE color: 14372777.
HSL color Cylindrical-coordinate representation of color #A94FDB: hue angle of 278.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94FDB is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 79 | 219 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.14 |
| HSL | 278.57º | 0.66% | 0.58% | - |
| HSV(B) | 278.57º | 0.64% | 0.86% | - |
| XYZ | 31.94 | 19.14 | 69.03 | - |
| YUV | 121.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 219 | 0.23 | 0.64 | 0 | 0.14 | 278.57 | 0.66 | 0.58 |
| Hex | A9 | 4F | DB | 17 | 40 | 0 | E | 117 | 42 | 3A |
| Octal | 251 | 117 | 333 | 27 | 100 | 0 | 16 | 427 | 102 | 72 |
| Binary | 10101001 | 1001111 | 11011011 | 10111 | 1000000 | 0 | 1110 | 100010111 | 1000010 | 111010 |
Color Harmonies of #A94FDB
Complementary color
Monochromatic Colors of #A94FDB
Black with #A94FDB
Text Example
Text Example
White with #A94FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94FDB; }
p { color: rgb(169,79,219); }
H1.HeaderClassName
{
color: #A94FDB;
}
.AnyTagClassName
{
color: #A94FDB;
}
</style>
background-color css
<style>
a { background-color: #A94FDB; }
a { background-color: rgb(169,79,219); }
div.DivClassName
{
background-color: #A94FDB;
}
.BgClassName
{
background-color: #A94FDB;
}
</style>
border-color css
<style>
span { border-color: #A94FDB; }
span { border-color: rgb(169,79,219); }
td.TdClassName
{
border-color: #A94FDB;
}
.TagClassName
{
border-color: #A94FDB;
}
</style>