Shades of Dark Orchid #A049CF
Tints of Dark Orchid #A049CF
RGB
CMYK
RGB Variations
Color information
#A049CF (or 0xA049CF) is known color: Dark Orchid. HEX triplet: A0, 49 and CF. RGB value is (160,73,207). Sum of RGB (Red+Green+Blue) = 160+73+207=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A049CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049CF is #5FB630. Grayscale: #717171. Windows color (decimal): -6272561 or 13584800. OLE color: 13584800.
HSL color Cylindrical-coordinate representation of color #A049CF: hue angle of 278.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A049CF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 73 | 207 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.19 |
| HSL | 278.96º | 0.58% | 0.55% | - |
| HSV(B) | 278.96º | 0.65% | 0.81% | - |
| XYZ | 28.14 | 16.74 | 60.78 | - |
| YUV | 114.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 207 | 0.23 | 0.65 | 0 | 0.19 | 278.96 | 0.58 | 0.55 |
| Hex | A0 | 49 | CF | 17 | 41 | 0 | 13 | 117 | 3A | 37 |
| Octal | 240 | 111 | 317 | 27 | 101 | 0 | 23 | 427 | 72 | 67 |
| Binary | 10100000 | 1001001 | 11001111 | 10111 | 1000001 | 0 | 10011 | 100010111 | 111010 | 110111 |
Color Harmonies of #A049CF
Complementary color
Monochromatic Colors of #A049CF
Black with #A049CF
Text Example
Text Example
White with #A049CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049CF; }
p { color: rgb(160,73,207); }
H1.HeaderClassName
{
color: #A049CF;
}
.AnyTagClassName
{
color: #A049CF;
}
</style>
background-color css
<style>
a { background-color: #A049CF; }
a { background-color: rgb(160,73,207); }
div.DivClassName
{
background-color: #A049CF;
}
.BgClassName
{
background-color: #A049CF;
}
</style>
border-color css
<style>
span { border-color: #A049CF; }
span { border-color: rgb(160,73,207); }
td.TdClassName
{
border-color: #A049CF;
}
.TagClassName
{
border-color: #A049CF;
}
</style>