Shades of Dark Orchid #A037B2
Tints of Dark Orchid #A037B2
RGB
CMYK
RGB Variations
Color information
#A037B2 (or 0xA037B2) is known color: Dark Orchid. HEX triplet: A0, 37 and B2. RGB value is (160,55,178). Sum of RGB (Red+Green+Blue) = 160+55+178=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #A037B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037B2 is #5FC84D. Grayscale: #646464. Windows color (decimal): -6277198 or 11679648. OLE color: 11679648.
HSL color Cylindrical-coordinate representation of color #A037B2: hue angle of 291.22º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A037B2 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 55 | 178 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.30 |
| HSL | 291.22º | 0.53% | 0.46% | - |
| HSV(B) | 291.22º | 0.69% | 0.7% | - |
| XYZ | 23.9 | 13.42 | 43.45 | - |
| YUV | 100.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 178 | 0.10 | 0.69 | 0 | 0.30 | 291.22 | 0.53 | 0.46 |
| Hex | A0 | 37 | B2 | A | 45 | 0 | 1E | 123 | 35 | 2E |
| Octal | 240 | 67 | 262 | 12 | 105 | 0 | 36 | 443 | 65 | 56 |
| Binary | 10100000 | 110111 | 10110010 | 1010 | 1000101 | 0 | 11110 | 100100011 | 110101 | 101110 |
Color Harmonies of #A037B2
Complementary color
Monochromatic Colors of #A037B2
Black with #A037B2
Text Example
Text Example
White with #A037B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037B2; }
p { color: rgb(160,55,178); }
H1.HeaderClassName
{
color: #A037B2;
}
.AnyTagClassName
{
color: #A037B2;
}
</style>
background-color css
<style>
a { background-color: #A037B2; }
a { background-color: rgb(160,55,178); }
div.DivClassName
{
background-color: #A037B2;
}
.BgClassName
{
background-color: #A037B2;
}
</style>
border-color css
<style>
span { border-color: #A037B2; }
span { border-color: rgb(160,55,178); }
td.TdClassName
{
border-color: #A037B2;
}
.TagClassName
{
border-color: #A037B2;
}
</style>