Shades of Medium Orchid #A949CD
Tints of Medium Orchid #A949CD
RGB
CMYK
RGB Variations
Color information
#A949CD (or 0xA949CD) is known color: Medium Orchid. HEX triplet: A9, 49 and CD. RGB value is (169,73,205). Sum of RGB (Red+Green+Blue) = 169+73+205=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #A949CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949CD is #56B632. Grayscale: #747474. Windows color (decimal): -5682739 or 13453737. OLE color: 13453737.
HSL color Cylindrical-coordinate representation of color #A949CD: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A949CD is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 73 | 205 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.20 |
| HSL | 283.64º | 0.57% | 0.55% | - |
| HSV(B) | 283.64º | 0.64% | 0.8% | - |
| XYZ | 29.76 | 17.61 | 59.59 | - |
| YUV | 116.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 205 | 0.18 | 0.64 | 0 | 0.20 | 283.64 | 0.57 | 0.55 |
| Hex | A9 | 49 | CD | 12 | 40 | 0 | 14 | 11C | 39 | 37 |
| Octal | 251 | 111 | 315 | 22 | 100 | 0 | 24 | 434 | 71 | 67 |
| Binary | 10101001 | 1001001 | 11001101 | 10010 | 1000000 | 0 | 10100 | 100011100 | 111001 | 110111 |
Color Harmonies of #A949CD
Complementary color
Monochromatic Colors of #A949CD
Black with #A949CD
Text Example
Text Example
White with #A949CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949CD; }
p { color: rgb(169,73,205); }
H1.HeaderClassName
{
color: #A949CD;
}
.AnyTagClassName
{
color: #A949CD;
}
</style>
background-color css
<style>
a { background-color: #A949CD; }
a { background-color: rgb(169,73,205); }
div.DivClassName
{
background-color: #A949CD;
}
.BgClassName
{
background-color: #A949CD;
}
</style>
border-color css
<style>
span { border-color: #A949CD; }
span { border-color: rgb(169,73,205); }
td.TdClassName
{
border-color: #A949CD;
}
.TagClassName
{
border-color: #A949CD;
}
</style>