Shades of Medium Orchid #A949C7
Tints of Medium Orchid #A949C7
RGB
CMYK
RGB Variations
Color information
#A949C7 (or 0xA949C7) is known color: Medium Orchid. HEX triplet: A9, 49 and C7. RGB value is (169,73,199). Sum of RGB (Red+Green+Blue) = 169+73+199=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #A949C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949C7 is #56B638. Grayscale: #737373. Windows color (decimal): -5682745 or 13060521. OLE color: 13060521.
HSL color Cylindrical-coordinate representation of color #A949C7: hue angle of 285.71º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A949C7 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 73 | 199 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.22 |
| HSL | 285.71º | 0.53% | 0.53% | - |
| HSV(B) | 285.71º | 0.63% | 0.78% | - |
| XYZ | 29.05 | 17.32 | 55.85 | - |
| YUV | 116.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 199 | 0.15 | 0.63 | 0 | 0.22 | 285.71 | 0.53 | 0.53 |
| Hex | A9 | 49 | C7 | F | 3F | 0 | 16 | 11E | 35 | 35 |
| Octal | 251 | 111 | 307 | 17 | 77 | 0 | 26 | 436 | 65 | 65 |
| Binary | 10101001 | 1001001 | 11000111 | 1111 | 111111 | 0 | 10110 | 100011110 | 110101 | 110101 |
Color Harmonies of #A949C7
Complementary color
Monochromatic Colors of #A949C7
Black with #A949C7
Text Example
Text Example
White with #A949C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949C7; }
p { color: rgb(169,73,199); }
H1.HeaderClassName
{
color: #A949C7;
}
.AnyTagClassName
{
color: #A949C7;
}
</style>
background-color css
<style>
a { background-color: #A949C7; }
a { background-color: rgb(169,73,199); }
div.DivClassName
{
background-color: #A949C7;
}
.BgClassName
{
background-color: #A949C7;
}
</style>
border-color css
<style>
span { border-color: #A949C7; }
span { border-color: rgb(169,73,199); }
td.TdClassName
{
border-color: #A949C7;
}
.TagClassName
{
border-color: #A949C7;
}
</style>