Shades of Dark Orchid #A049DF
Tints of Dark Orchid #A049DF
RGB
CMYK
RGB Variations
Color information
#A049DF (or 0xA049DF) is known color: Dark Orchid. HEX triplet: A0, 49 and DF. RGB value is (160,73,223). Sum of RGB (Red+Green+Blue) = 160+73+223=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A049DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049DF is #5FB620. Grayscale: #737373. Windows color (decimal): -6272545 or 14633376. OLE color: 14633376.
HSL color Cylindrical-coordinate representation of color #A049DF: hue angle of 274.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A049DF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 73 | 223 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.13 |
| HSL | 274.8º | 0.7% | 0.58% | - |
| HSV(B) | 274.8º | 0.67% | 0.87% | - |
| XYZ | 30.2 | 17.57 | 71.61 | - |
| YUV | 116.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 223 | 0.28 | 0.67 | 0 | 0.13 | 274.8 | 0.7 | 0.58 |
| Hex | A0 | 49 | DF | 1C | 43 | 0 | D | 113 | 46 | 3A |
| Octal | 240 | 111 | 337 | 34 | 103 | 0 | 15 | 423 | 106 | 72 |
| Binary | 10100000 | 1001001 | 11011111 | 11100 | 1000011 | 0 | 1101 | 100010011 | 1000110 | 111010 |
Color Harmonies of #A049DF
Complementary color
Monochromatic Colors of #A049DF
Black with #A049DF
Text Example
Text Example
White with #A049DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049DF; }
p { color: rgb(160,73,223); }
H1.HeaderClassName
{
color: #A049DF;
}
.AnyTagClassName
{
color: #A049DF;
}
</style>
background-color css
<style>
a { background-color: #A049DF; }
a { background-color: rgb(160,73,223); }
div.DivClassName
{
background-color: #A049DF;
}
.BgClassName
{
background-color: #A049DF;
}
</style>
border-color css
<style>
span { border-color: #A049DF; }
span { border-color: rgb(160,73,223); }
td.TdClassName
{
border-color: #A049DF;
}
.TagClassName
{
border-color: #A049DF;
}
</style>