Shades of Medium Orchid #A649D1
Tints of Medium Orchid #A649D1
RGB
CMYK
RGB Variations
Color information
#A649D1 (or 0xA649D1) is known color: Medium Orchid. HEX triplet: A6, 49 and D1. RGB value is (166,73,209). Sum of RGB (Red+Green+Blue) = 166+73+209=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #A649D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649D1 is #59B62E. Grayscale: #737373. Windows color (decimal): -5879343 or 13715878. OLE color: 13715878.
HSL color Cylindrical-coordinate representation of color #A649D1: hue angle of 281.03º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A649D1 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 73 | 209 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.18 |
| HSL | 281.03º | 0.6% | 0.55% | - |
| HSV(B) | 281.03º | 0.65% | 0.82% | - |
| XYZ | 29.62 | 17.48 | 62.13 | - |
| YUV | 116.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 209 | 0.21 | 0.65 | 0 | 0.18 | 281.03 | 0.6 | 0.55 |
| Hex | A6 | 49 | D1 | 15 | 41 | 0 | 12 | 119 | 3C | 37 |
| Octal | 246 | 111 | 321 | 25 | 101 | 0 | 22 | 431 | 74 | 67 |
| Binary | 10100110 | 1001001 | 11010001 | 10101 | 1000001 | 0 | 10010 | 100011001 | 111100 | 110111 |
Color Harmonies of #A649D1
Complementary color
Monochromatic Colors of #A649D1
Black with #A649D1
Text Example
Text Example
White with #A649D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A649D1; }
p { color: rgb(166,73,209); }
H1.HeaderClassName
{
color: #A649D1;
}
.AnyTagClassName
{
color: #A649D1;
}
</style>
background-color css
<style>
a { background-color: #A649D1; }
a { background-color: rgb(166,73,209); }
div.DivClassName
{
background-color: #A649D1;
}
.BgClassName
{
background-color: #A649D1;
}
</style>
border-color css
<style>
span { border-color: #A649D1; }
span { border-color: rgb(166,73,209); }
td.TdClassName
{
border-color: #A649D1;
}
.TagClassName
{
border-color: #A649D1;
}
</style>