Shades of Dark Orchid #A037BC
Tints of Dark Orchid #A037BC
RGB
CMYK
RGB Variations
Color information
#A037BC (or 0xA037BC) is known color: Dark Orchid. HEX triplet: A0, 37 and BC. RGB value is (160,55,188). Sum of RGB (Red+Green+Blue) = 160+55+188=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A037BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037BC is #5FC843. Grayscale: #656565. Windows color (decimal): -6277188 or 12335008. OLE color: 12335008.
HSL color Cylindrical-coordinate representation of color #A037BC: hue angle of 287.37º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A037BC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 55 | 188 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.26 |
| HSL | 287.37º | 0.55% | 0.48% | - |
| HSV(B) | 287.37º | 0.71% | 0.74% | - |
| XYZ | 24.94 | 13.84 | 48.93 | - |
| YUV | 101.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 188 | 0.15 | 0.71 | 0 | 0.26 | 287.37 | 0.55 | 0.48 |
| Hex | A0 | 37 | BC | F | 47 | 0 | 1A | 11F | 37 | 30 |
| Octal | 240 | 67 | 274 | 17 | 107 | 0 | 32 | 437 | 67 | 60 |
| Binary | 10100000 | 110111 | 10111100 | 1111 | 1000111 | 0 | 11010 | 100011111 | 110111 | 110000 |
Color Harmonies of #A037BC
Complementary color
Monochromatic Colors of #A037BC
Black with #A037BC
Text Example
Text Example
White with #A037BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037BC; }
p { color: rgb(160,55,188); }
H1.HeaderClassName
{
color: #A037BC;
}
.AnyTagClassName
{
color: #A037BC;
}
</style>
background-color css
<style>
a { background-color: #A037BC; }
a { background-color: rgb(160,55,188); }
div.DivClassName
{
background-color: #A037BC;
}
.BgClassName
{
background-color: #A037BC;
}
</style>
border-color css
<style>
span { border-color: #A037BC; }
span { border-color: rgb(160,55,188); }
td.TdClassName
{
border-color: #A037BC;
}
.TagClassName
{
border-color: #A037BC;
}
</style>