Shades of Dark Orchid #A049D2
Tints of Dark Orchid #A049D2
RGB
CMYK
RGB Variations
Color information
#A049D2 (or 0xA049D2) is known color: Dark Orchid. HEX triplet: A0, 49 and D2. RGB value is (160,73,210). Sum of RGB (Red+Green+Blue) = 160+73+210=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 210 - color contains mainly: blue. Hex color #A049D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049D2 is #5FB62D. Grayscale: #727272. Windows color (decimal): -6272558 or 13781408. OLE color: 13781408.
HSL color Cylindrical-coordinate representation of color #A049D2: hue angle of 278.1º 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 #A049D2 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 73 | 210 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.18 |
| HSL | 278.1º | 0.6% | 0.55% | - |
| HSV(B) | 278.1º | 0.65% | 0.82% | - |
| XYZ | 28.51 | 16.89 | 62.73 | - |
| YUV | 114.63 | 181.82 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 210 | 0.24 | 0.65 | 0 | 0.18 | 278.1 | 0.6 | 0.55 |
| Hex | A0 | 49 | D2 | 18 | 41 | 0 | 12 | 116 | 3C | 37 |
| Octal | 240 | 111 | 322 | 30 | 101 | 0 | 22 | 426 | 74 | 67 |
| Binary | 10100000 | 1001001 | 11010010 | 11000 | 1000001 | 0 | 10010 | 100010110 | 111100 | 110111 |
Color Harmonies of #A049D2
Complementary color
Monochromatic Colors of #A049D2
Black with #A049D2
Text Example
Text Example
White with #A049D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049D2; }
p { color: rgb(160,73,210); }
H1.HeaderClassName
{
color: #A049D2;
}
.AnyTagClassName
{
color: #A049D2;
}
</style>
background-color css
<style>
a { background-color: #A049D2; }
a { background-color: rgb(160,73,210); }
div.DivClassName
{
background-color: #A049D2;
}
.BgClassName
{
background-color: #A049D2;
}
</style>
border-color css
<style>
span { border-color: #A049D2; }
span { border-color: rgb(160,73,210); }
td.TdClassName
{
border-color: #A049D2;
}
.TagClassName
{
border-color: #A049D2;
}
</style>