Shades of Medium Orchid #A949CA
Tints of Medium Orchid #A949CA
RGB
CMYK
RGB Variations
Color information
#A949CA (or 0xA949CA) is known color: Medium Orchid. HEX triplet: A9, 49 and CA. RGB value is (169,73,202). Sum of RGB (Red+Green+Blue) = 169+73+202=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A949CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949CA is #56B635. Grayscale: #737373. Windows color (decimal): -5682742 or 13257129. OLE color: 13257129.
HSL color Cylindrical-coordinate representation of color #A949CA: hue angle of 284.65º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A949CA is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 73 | 202 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.21 |
| HSL | 284.65º | 0.55% | 0.54% | - |
| HSV(B) | 284.65º | 0.64% | 0.79% | - |
| XYZ | 29.41 | 17.46 | 57.7 | - |
| YUV | 116.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 202 | 0.16 | 0.64 | 0 | 0.21 | 284.65 | 0.55 | 0.54 |
| Hex | A9 | 49 | CA | 10 | 40 | 0 | 15 | 11D | 37 | 36 |
| Octal | 251 | 111 | 312 | 20 | 100 | 0 | 25 | 435 | 67 | 66 |
| Binary | 10101001 | 1001001 | 11001010 | 10000 | 1000000 | 0 | 10101 | 100011101 | 110111 | 110110 |
Color Harmonies of #A949CA
Complementary color
Monochromatic Colors of #A949CA
Black with #A949CA
Text Example
Text Example
White with #A949CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949CA; }
p { color: rgb(169,73,202); }
H1.HeaderClassName
{
color: #A949CA;
}
.AnyTagClassName
{
color: #A949CA;
}
</style>
background-color css
<style>
a { background-color: #A949CA; }
a { background-color: rgb(169,73,202); }
div.DivClassName
{
background-color: #A949CA;
}
.BgClassName
{
background-color: #A949CA;
}
</style>
border-color css
<style>
span { border-color: #A949CA; }
span { border-color: rgb(169,73,202); }
td.TdClassName
{
border-color: #A949CA;
}
.TagClassName
{
border-color: #A949CA;
}
</style>