Shades of Dark Orchid #A037AA
Tints of Dark Orchid #A037AA
RGB
CMYK
RGB Variations
Color information
#A037AA (or 0xA037AA) is known color: Dark Orchid. HEX triplet: A0, 37 and AA. RGB value is (160,55,170). Sum of RGB (Red+Green+Blue) = 160+55+170=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #A037AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A037AA is #5FC855. Grayscale: #636363. Windows color (decimal): -6277206 or 11155360. OLE color: 11155360.
HSL color Cylindrical-coordinate representation of color #A037AA: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A037AA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 55 | 170 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.33 |
| HSL | 294.78º | 0.51% | 0.44% | - |
| HSV(B) | 294.78º | 0.68% | 0.67% | - |
| XYZ | 23.12 | 13.11 | 39.34 | - |
| YUV | 99.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 170 | 0.06 | 0.68 | 0 | 0.33 | 294.78 | 0.51 | 0.44 |
| Hex | A0 | 37 | AA | 6 | 44 | 0 | 21 | 127 | 33 | 2C |
| Octal | 240 | 67 | 252 | 6 | 104 | 0 | 41 | 447 | 63 | 54 |
| Binary | 10100000 | 110111 | 10101010 | 110 | 1000100 | 0 | 100001 | 100100111 | 110011 | 101100 |
Color Harmonies of #A037AA
Complementary color
Monochromatic Colors of #A037AA
Black with #A037AA
Text Example
Text Example
White with #A037AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037AA; }
p { color: rgb(160,55,170); }
H1.HeaderClassName
{
color: #A037AA;
}
.AnyTagClassName
{
color: #A037AA;
}
</style>
background-color css
<style>
a { background-color: #A037AA; }
a { background-color: rgb(160,55,170); }
div.DivClassName
{
background-color: #A037AA;
}
.BgClassName
{
background-color: #A037AA;
}
</style>
border-color css
<style>
span { border-color: #A037AA; }
span { border-color: rgb(160,55,170); }
td.TdClassName
{
border-color: #A037AA;
}
.TagClassName
{
border-color: #A037AA;
}
</style>