Shades of Dark Orchid #A037C6
Tints of Dark Orchid #A037C6
RGB
CMYK
RGB Variations
Color information
#A037C6 (or 0xA037C6) is known color: Dark Orchid. HEX triplet: A0, 37 and C6. RGB value is (160,55,198). Sum of RGB (Red+Green+Blue) = 160+55+198=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #A037C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037C6 is #5FC839. Grayscale: #666666. Windows color (decimal): -6277178 or 12990368. OLE color: 12990368.
HSL color Cylindrical-coordinate representation of color #A037C6: hue angle of 284.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A037C6 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 55 | 198 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.22 |
| HSL | 284.06º | 0.57% | 0.5% | - |
| HSV(B) | 284.06º | 0.72% | 0.78% | - |
| XYZ | 26.06 | 14.28 | 54.81 | - |
| YUV | 102.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 198 | 0.19 | 0.72 | 0 | 0.22 | 284.06 | 0.57 | 0.5 |
| Hex | A0 | 37 | C6 | 13 | 48 | 0 | 16 | 11C | 39 | 32 |
| Octal | 240 | 67 | 306 | 23 | 110 | 0 | 26 | 434 | 71 | 62 |
| Binary | 10100000 | 110111 | 11000110 | 10011 | 1001000 | 0 | 10110 | 100011100 | 111001 | 110010 |
Color Harmonies of #A037C6
Complementary color
Monochromatic Colors of #A037C6
Black with #A037C6
Text Example
Text Example
White with #A037C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037C6; }
p { color: rgb(160,55,198); }
H1.HeaderClassName
{
color: #A037C6;
}
.AnyTagClassName
{
color: #A037C6;
}
</style>
background-color css
<style>
a { background-color: #A037C6; }
a { background-color: rgb(160,55,198); }
div.DivClassName
{
background-color: #A037C6;
}
.BgClassName
{
background-color: #A037C6;
}
</style>
border-color css
<style>
span { border-color: #A037C6; }
span { border-color: rgb(160,55,198); }
td.TdClassName
{
border-color: #A037C6;
}
.TagClassName
{
border-color: #A037C6;
}
</style>