Shades of Dark Orchid #A049E1
Tints of Dark Orchid #A049E1
RGB
CMYK
RGB Variations
Color information
#A049E1 (or 0xA049E1) is known color: Dark Orchid. HEX triplet: A0, 49 and E1. RGB value is (160,73,225). Sum of RGB (Red+Green+Blue) = 160+73+225=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #A049E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049E1 is #5FB61E. Grayscale: #737373. Windows color (decimal): -6272543 or 14764448. OLE color: 14764448.
HSL color Cylindrical-coordinate representation of color #A049E1: hue angle of 274.34º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A049E1 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 73 | 225 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.12 |
| HSL | 274.34º | 0.72% | 0.58% | - |
| HSV(B) | 274.34º | 0.68% | 0.88% | - |
| XYZ | 30.47 | 17.67 | 73.04 | - |
| YUV | 116.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 225 | 0.29 | 0.68 | 0 | 0.12 | 274.34 | 0.72 | 0.58 |
| Hex | A0 | 49 | E1 | 1D | 44 | 0 | C | 112 | 48 | 3A |
| Octal | 240 | 111 | 341 | 35 | 104 | 0 | 14 | 422 | 110 | 72 |
| Binary | 10100000 | 1001001 | 11100001 | 11101 | 1000100 | 0 | 1100 | 100010010 | 1001000 | 111010 |
Color Harmonies of #A049E1
Complementary color
Monochromatic Colors of #A049E1
Black with #A049E1
Text Example
Text Example
White with #A049E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A049E1; }
p { color: rgb(160,73,225); }
H1.HeaderClassName
{
color: #A049E1;
}
.AnyTagClassName
{
color: #A049E1;
}
</style>
background-color css
<style>
a { background-color: #A049E1; }
a { background-color: rgb(160,73,225); }
div.DivClassName
{
background-color: #A049E1;
}
.BgClassName
{
background-color: #A049E1;
}
</style>
border-color css
<style>
span { border-color: #A049E1; }
span { border-color: rgb(160,73,225); }
td.TdClassName
{
border-color: #A049E1;
}
.TagClassName
{
border-color: #A049E1;
}
</style>