Shades of Dark Orchid #A037CE
Tints of Dark Orchid #A037CE
RGB
CMYK
RGB Variations
Color information
#A037CE (or 0xA037CE) is known color: Dark Orchid. HEX triplet: A0, 37 and CE. RGB value is (160,55,206). Sum of RGB (Red+Green+Blue) = 160+55+206=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A037CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037CE is #5FC831. Grayscale: #676767. Windows color (decimal): -6277170 or 13514656. OLE color: 13514656.
HSL color Cylindrical-coordinate representation of color #A037CE: hue angle of 281.72º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A037CE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 55 | 206 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.19 |
| HSL | 281.72º | 0.61% | 0.51% | - |
| HSV(B) | 281.72º | 0.73% | 0.81% | - |
| XYZ | 27 | 14.66 | 59.8 | - |
| YUV | 103.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 206 | 0.22 | 0.73 | 0 | 0.19 | 281.72 | 0.61 | 0.51 |
| Hex | A0 | 37 | CE | 16 | 49 | 0 | 13 | 11A | 3D | 33 |
| Octal | 240 | 67 | 316 | 26 | 111 | 0 | 23 | 432 | 75 | 63 |
| Binary | 10100000 | 110111 | 11001110 | 10110 | 1001001 | 0 | 10011 | 100011010 | 111101 | 110011 |
Color Harmonies of #A037CE
Complementary color
Monochromatic Colors of #A037CE
Black with #A037CE
Text Example
Text Example
White with #A037CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037CE; }
p { color: rgb(160,55,206); }
H1.HeaderClassName
{
color: #A037CE;
}
.AnyTagClassName
{
color: #A037CE;
}
</style>
background-color css
<style>
a { background-color: #A037CE; }
a { background-color: rgb(160,55,206); }
div.DivClassName
{
background-color: #A037CE;
}
.BgClassName
{
background-color: #A037CE;
}
</style>
border-color css
<style>
span { border-color: #A037CE; }
span { border-color: rgb(160,55,206); }
td.TdClassName
{
border-color: #A037CE;
}
.TagClassName
{
border-color: #A037CE;
}
</style>