Shades of Medium Orchid #A949CB
Tints of Medium Orchid #A949CB
RGB
CMYK
RGB Variations
Color information
#A949CB (or 0xA949CB) is known color: Medium Orchid. HEX triplet: A9, 49 and CB. RGB value is (169,73,203). Sum of RGB (Red+Green+Blue) = 169+73+203=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A949CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949CB is #56B634. Grayscale: #747474. Windows color (decimal): -5682741 or 13322665. OLE color: 13322665.
HSL color Cylindrical-coordinate representation of color #A949CB: hue angle of 284.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A949CB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 73 | 203 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.20 |
| HSL | 284.31º | 0.56% | 0.54% | - |
| HSV(B) | 284.31º | 0.64% | 0.8% | - |
| XYZ | 29.52 | 17.51 | 58.32 | - |
| YUV | 116.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 73 | 203 | 0.17 | 0.64 | 0 | 0.20 | 284.31 | 0.56 | 0.54 |
| Hex | A9 | 49 | CB | 11 | 40 | 0 | 14 | 11C | 38 | 36 |
| Octal | 251 | 111 | 313 | 21 | 100 | 0 | 24 | 434 | 70 | 66 |
| Binary | 10101001 | 1001001 | 11001011 | 10001 | 1000000 | 0 | 10100 | 100011100 | 111000 | 110110 |
Color Harmonies of #A949CB
Complementary color
Monochromatic Colors of #A949CB
Black with #A949CB
Text Example
Text Example
White with #A949CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A949CB; }
p { color: rgb(169,73,203); }
H1.HeaderClassName
{
color: #A949CB;
}
.AnyTagClassName
{
color: #A949CB;
}
</style>
background-color css
<style>
a { background-color: #A949CB; }
a { background-color: rgb(169,73,203); }
div.DivClassName
{
background-color: #A949CB;
}
.BgClassName
{
background-color: #A949CB;
}
</style>
border-color css
<style>
span { border-color: #A949CB; }
span { border-color: rgb(169,73,203); }
td.TdClassName
{
border-color: #A949CB;
}
.TagClassName
{
border-color: #A949CB;
}
</style>