Shades of Dark Orchid #A037AD
Tints of Dark Orchid #A037AD
RGB
CMYK
RGB Variations
Color information
#A037AD (or 0xA037AD) is known color: Dark Orchid. HEX triplet: A0, 37 and AD. RGB value is (160,55,173). Sum of RGB (Red+Green+Blue) = 160+55+173=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A037AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037AD is #5FC852. Grayscale: #636363. Windows color (decimal): -6277203 or 11351968. OLE color: 11351968.
HSL color Cylindrical-coordinate representation of color #A037AD: hue angle of 293.39º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A037AD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 55 | 173 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.32 |
| HSL | 293.39º | 0.52% | 0.45% | - |
| HSV(B) | 293.39º | 0.68% | 0.68% | - |
| XYZ | 23.41 | 13.22 | 40.85 | - |
| YUV | 99.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 173 | 0.08 | 0.68 | 0 | 0.32 | 293.39 | 0.52 | 0.45 |
| Hex | A0 | 37 | AD | 8 | 44 | 0 | 20 | 125 | 34 | 2D |
| Octal | 240 | 67 | 255 | 10 | 104 | 0 | 40 | 445 | 64 | 55 |
| Binary | 10100000 | 110111 | 10101101 | 1000 | 1000100 | 0 | 100000 | 100100101 | 110100 | 101101 |
Color Harmonies of #A037AD
Complementary color
Monochromatic Colors of #A037AD
Black with #A037AD
Text Example
Text Example
White with #A037AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037AD; }
p { color: rgb(160,55,173); }
H1.HeaderClassName
{
color: #A037AD;
}
.AnyTagClassName
{
color: #A037AD;
}
</style>
background-color css
<style>
a { background-color: #A037AD; }
a { background-color: rgb(160,55,173); }
div.DivClassName
{
background-color: #A037AD;
}
.BgClassName
{
background-color: #A037AD;
}
</style>
border-color css
<style>
span { border-color: #A037AD; }
span { border-color: rgb(160,55,173); }
td.TdClassName
{
border-color: #A037AD;
}
.TagClassName
{
border-color: #A037AD;
}
</style>