Shades of Dark Orchid #A037AB
Tints of Dark Orchid #A037AB
RGB
CMYK
RGB Variations
Color information
#A037AB (or 0xA037AB) is known color: Dark Orchid. HEX triplet: A0, 37 and AB. RGB value is (160,55,171). Sum of RGB (Red+Green+Blue) = 160+55+171=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #A037AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037AB is #5FC854. Grayscale: #636363. Windows color (decimal): -6277205 or 11220896. OLE color: 11220896.
HSL color Cylindrical-coordinate representation of color #A037AB: hue angle of 294.31º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A037AB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 55 | 171 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.33 |
| HSL | 294.31º | 0.51% | 0.44% | - |
| HSV(B) | 294.31º | 0.68% | 0.67% | - |
| XYZ | 23.21 | 13.15 | 39.84 | - |
| YUV | 99.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 171 | 0.06 | 0.68 | 0 | 0.33 | 294.31 | 0.51 | 0.44 |
| Hex | A0 | 37 | AB | 6 | 44 | 0 | 21 | 126 | 33 | 2C |
| Octal | 240 | 67 | 253 | 6 | 104 | 0 | 41 | 446 | 63 | 54 |
| Binary | 10100000 | 110111 | 10101011 | 110 | 1000100 | 0 | 100001 | 100100110 | 110011 | 101100 |
Color Harmonies of #A037AB
Complementary color
Monochromatic Colors of #A037AB
Black with #A037AB
Text Example
Text Example
White with #A037AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037AB; }
p { color: rgb(160,55,171); }
H1.HeaderClassName
{
color: #A037AB;
}
.AnyTagClassName
{
color: #A037AB;
}
</style>
background-color css
<style>
a { background-color: #A037AB; }
a { background-color: rgb(160,55,171); }
div.DivClassName
{
background-color: #A037AB;
}
.BgClassName
{
background-color: #A037AB;
}
</style>
border-color css
<style>
span { border-color: #A037AB; }
span { border-color: rgb(160,55,171); }
td.TdClassName
{
border-color: #A037AB;
}
.TagClassName
{
border-color: #A037AB;
}
</style>