Shades of Dark Orchid #A049D3
Tints of Dark Orchid #A049D3
RGB
CMYK
RGB Variations
Color information
#A049D3 (or 0xA049D3) is known color: Dark Orchid. HEX triplet: A0, 49 and D3. RGB value is (160,73,211). Sum of RGB (Red+Green+Blue) = 160+73+211=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 211 - color contains mainly: blue. Hex color #A049D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049D3 is #5FB62C. Grayscale: #727272. Windows color (decimal): -6272557 or 13846944. OLE color: 13846944.
HSL color Cylindrical-coordinate representation of color #A049D3: hue angle of 277.83º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A049D3 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 73 | 211 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.17 |
| HSL | 277.83º | 0.61% | 0.56% | - |
| HSV(B) | 277.83º | 0.65% | 0.83% | - |
| XYZ | 28.64 | 16.94 | 63.39 | - |
| YUV | 114.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 211 | 0.24 | 0.65 | 0 | 0.17 | 277.83 | 0.61 | 0.56 |
| Hex | A0 | 49 | D3 | 18 | 41 | 0 | 11 | 116 | 3D | 38 |
| Octal | 240 | 111 | 323 | 30 | 101 | 0 | 21 | 426 | 75 | 70 |
| Binary | 10100000 | 1001001 | 11010011 | 11000 | 1000001 | 0 | 10001 | 100010110 | 111101 | 111000 |
Color Harmonies of #A049D3
Complementary color
Monochromatic Colors of #A049D3
Black with #A049D3
Text Example
Text Example
White with #A049D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049D3; }
p { color: rgb(160,73,211); }
H1.HeaderClassName
{
color: #A049D3;
}
.AnyTagClassName
{
color: #A049D3;
}
</style>
background-color css
<style>
a { background-color: #A049D3; }
a { background-color: rgb(160,73,211); }
div.DivClassName
{
background-color: #A049D3;
}
.BgClassName
{
background-color: #A049D3;
}
</style>
border-color css
<style>
span { border-color: #A049D3; }
span { border-color: rgb(160,73,211); }
td.TdClassName
{
border-color: #A049D3;
}
.TagClassName
{
border-color: #A049D3;
}
</style>