Shades of Dark Orchid #A037BA
Tints of Dark Orchid #A037BA
RGB
CMYK
RGB Variations
Color information
#A037BA (or 0xA037BA) is known color: Dark Orchid. HEX triplet: A0, 37 and BA. RGB value is (160,55,186). Sum of RGB (Red+Green+Blue) = 160+55+186=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A037BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037BA is #5FC845. Grayscale: #646464. Windows color (decimal): -6277190 or 12203936. OLE color: 12203936.
HSL color Cylindrical-coordinate representation of color #A037BA: hue angle of 288.09º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A037BA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 55 | 186 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.27 |
| HSL | 288.09º | 0.54% | 0.47% | - |
| HSV(B) | 288.09º | 0.7% | 0.73% | - |
| XYZ | 24.73 | 13.75 | 47.81 | - |
| YUV | 101.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 186 | 0.14 | 0.70 | 0 | 0.27 | 288.09 | 0.54 | 0.47 |
| Hex | A0 | 37 | BA | E | 46 | 0 | 1B | 120 | 36 | 2F |
| Octal | 240 | 67 | 272 | 16 | 106 | 0 | 33 | 440 | 66 | 57 |
| Binary | 10100000 | 110111 | 10111010 | 1110 | 1000110 | 0 | 11011 | 100100000 | 110110 | 101111 |
Color Harmonies of #A037BA
Complementary color
Monochromatic Colors of #A037BA
Black with #A037BA
Text Example
Text Example
White with #A037BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037BA; }
p { color: rgb(160,55,186); }
H1.HeaderClassName
{
color: #A037BA;
}
.AnyTagClassName
{
color: #A037BA;
}
</style>
background-color css
<style>
a { background-color: #A037BA; }
a { background-color: rgb(160,55,186); }
div.DivClassName
{
background-color: #A037BA;
}
.BgClassName
{
background-color: #A037BA;
}
</style>
border-color css
<style>
span { border-color: #A037BA; }
span { border-color: rgb(160,55,186); }
td.TdClassName
{
border-color: #A037BA;
}
.TagClassName
{
border-color: #A037BA;
}
</style>