Shades of Medium Orchid #A649D5
Tints of Medium Orchid #A649D5
RGB
CMYK
RGB Variations
Color information
#A649D5 (or 0xA649D5) is known color: Medium Orchid. HEX triplet: A6, 49 and D5. RGB value is (166,73,213). Sum of RGB (Red+Green+Blue) = 166+73+213=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #A649D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649D5 is #59B62A. Grayscale: #747474. Windows color (decimal): -5879339 or 13978022. OLE color: 13978022.
HSL color Cylindrical-coordinate representation of color #A649D5: hue angle of 279.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A649D5 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 73 | 213 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.16 |
| HSL | 279.86º | 0.63% | 0.56% | - |
| HSV(B) | 279.86º | 0.66% | 0.84% | - |
| XYZ | 30.12 | 17.68 | 64.78 | - |
| YUV | 116.77 | 182.31 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 213 | 0.22 | 0.66 | 0 | 0.16 | 279.86 | 0.63 | 0.56 |
| Hex | A6 | 49 | D5 | 16 | 42 | 0 | 10 | 118 | 3E | 38 |
| Octal | 246 | 111 | 325 | 26 | 102 | 0 | 20 | 430 | 76 | 70 |
| Binary | 10100110 | 1001001 | 11010101 | 10110 | 1000010 | 0 | 10000 | 100011000 | 111110 | 111000 |
Color Harmonies of #A649D5
Complementary color
Monochromatic Colors of #A649D5
Black with #A649D5
Text Example
Text Example
White with #A649D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649D5; }
p { color: rgb(166,73,213); }
H1.HeaderClassName
{
color: #A649D5;
}
.AnyTagClassName
{
color: #A649D5;
}
</style>
background-color css
<style>
a { background-color: #A649D5; }
a { background-color: rgb(166,73,213); }
div.DivClassName
{
background-color: #A649D5;
}
.BgClassName
{
background-color: #A649D5;
}
</style>
border-color css
<style>
span { border-color: #A649D5; }
span { border-color: rgb(166,73,213); }
td.TdClassName
{
border-color: #A649D5;
}
.TagClassName
{
border-color: #A649D5;
}
</style>