Shades of Medium Orchid #A849CF
Tints of Medium Orchid #A849CF
RGB
CMYK
RGB Variations
Color information
#A849CF (or 0xA849CF) is known color: Medium Orchid. HEX triplet: A8, 49 and CF. RGB value is (168,73,207). Sum of RGB (Red+Green+Blue) = 168+73+207=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #A849CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849CF is #57B630. Grayscale: #747474. Windows color (decimal): -5748273 or 13584808. OLE color: 13584808.
HSL color Cylindrical-coordinate representation of color #A849CF: hue angle of 282.54º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A849CF is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 73 | 207 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.19 |
| HSL | 282.54º | 0.58% | 0.55% | - |
| HSV(B) | 282.54º | 0.65% | 0.81% | - |
| XYZ | 29.79 | 17.59 | 60.86 | - |
| YUV | 116.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 207 | 0.19 | 0.65 | 0 | 0.19 | 282.54 | 0.58 | 0.55 |
| Hex | A8 | 49 | CF | 13 | 41 | 0 | 13 | 11B | 3A | 37 |
| Octal | 250 | 111 | 317 | 23 | 101 | 0 | 23 | 433 | 72 | 67 |
| Binary | 10101000 | 1001001 | 11001111 | 10011 | 1000001 | 0 | 10011 | 100011011 | 111010 | 110111 |
Color Harmonies of #A849CF
Complementary color
Monochromatic Colors of #A849CF
Black with #A849CF
Text Example
Text Example
White with #A849CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849CF; }
p { color: rgb(168,73,207); }
H1.HeaderClassName
{
color: #A849CF;
}
.AnyTagClassName
{
color: #A849CF;
}
</style>
background-color css
<style>
a { background-color: #A849CF; }
a { background-color: rgb(168,73,207); }
div.DivClassName
{
background-color: #A849CF;
}
.BgClassName
{
background-color: #A849CF;
}
</style>
border-color css
<style>
span { border-color: #A849CF; }
span { border-color: rgb(168,73,207); }
td.TdClassName
{
border-color: #A849CF;
}
.TagClassName
{
border-color: #A849CF;
}
</style>