Shades of Medium Orchid #A949DB
Tints of Medium Orchid #A949DB
RGB
CMYK
RGB Variations
Color information
#A949DB (or 0xA949DB) is known color: Medium Orchid. HEX triplet: A9, 49 and DB. RGB value is (169,73,219). Sum of RGB (Red+Green+Blue) = 169+73+219=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A949DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949DB is #56B624. Grayscale: #757575. Windows color (decimal): -5682725 or 14371241. OLE color: 14371241.
HSL color Cylindrical-coordinate representation of color #A949DB: hue angle of 279.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A949DB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 73 | 219 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.14 |
| HSL | 279.45º | 0.67% | 0.57% | - |
| HSV(B) | 279.45º | 0.67% | 0.86% | - |
| XYZ | 31.53 | 18.31 | 68.89 | - |
| YUV | 118.35 | 184.8 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 219 | 0.23 | 0.67 | 0 | 0.14 | 279.45 | 0.67 | 0.57 |
| Hex | A9 | 49 | DB | 17 | 43 | 0 | E | 117 | 43 | 39 |
| Octal | 251 | 111 | 333 | 27 | 103 | 0 | 16 | 427 | 103 | 71 |
| Binary | 10101001 | 1001001 | 11011011 | 10111 | 1000011 | 0 | 1110 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A949DB
Complementary color
Monochromatic Colors of #A949DB
Black with #A949DB
Text Example
Text Example
White with #A949DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949DB; }
p { color: rgb(169,73,219); }
H1.HeaderClassName
{
color: #A949DB;
}
.AnyTagClassName
{
color: #A949DB;
}
</style>
background-color css
<style>
a { background-color: #A949DB; }
a { background-color: rgb(169,73,219); }
div.DivClassName
{
background-color: #A949DB;
}
.BgClassName
{
background-color: #A949DB;
}
</style>
border-color css
<style>
span { border-color: #A949DB; }
span { border-color: rgb(169,73,219); }
td.TdClassName
{
border-color: #A949DB;
}
.TagClassName
{
border-color: #A949DB;
}
</style>