Shades of Medium Orchid #A649CF
Tints of Medium Orchid #A649CF
RGB
CMYK
RGB Variations
Color information
#A649CF (or 0xA649CF) is known color: Medium Orchid. HEX triplet: A6, 49 and CF. RGB value is (166,73,207). Sum of RGB (Red+Green+Blue) = 166+73+207=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A649CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649CF is #59B630. Grayscale: #737373. Windows color (decimal): -5879345 or 13584806. OLE color: 13584806.
HSL color Cylindrical-coordinate representation of color #A649CF: hue angle of 281.64º 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 #A649CF is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 73 | 207 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.19 |
| HSL | 281.64º | 0.58% | 0.55% | - |
| HSV(B) | 281.64º | 0.65% | 0.81% | - |
| XYZ | 29.37 | 17.38 | 60.84 | - |
| YUV | 116.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 207 | 0.20 | 0.65 | 0 | 0.19 | 281.64 | 0.58 | 0.55 |
| Hex | A6 | 49 | CF | 14 | 41 | 0 | 13 | 11A | 3A | 37 |
| Octal | 246 | 111 | 317 | 24 | 101 | 0 | 23 | 432 | 72 | 67 |
| Binary | 10100110 | 1001001 | 11001111 | 10100 | 1000001 | 0 | 10011 | 100011010 | 111010 | 110111 |
Color Harmonies of #A649CF
Complementary color
Monochromatic Colors of #A649CF
Black with #A649CF
Text Example
Text Example
White with #A649CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649CF; }
p { color: rgb(166,73,207); }
H1.HeaderClassName
{
color: #A649CF;
}
.AnyTagClassName
{
color: #A649CF;
}
</style>
background-color css
<style>
a { background-color: #A649CF; }
a { background-color: rgb(166,73,207); }
div.DivClassName
{
background-color: #A649CF;
}
.BgClassName
{
background-color: #A649CF;
}
</style>
border-color css
<style>
span { border-color: #A649CF; }
span { border-color: rgb(166,73,207); }
td.TdClassName
{
border-color: #A649CF;
}
.TagClassName
{
border-color: #A649CF;
}
</style>