Shades of Dark Orchid #A037D3
Tints of Dark Orchid #A037D3
RGB
CMYK
RGB Variations
Color information
#A037D3 (or 0xA037D3) is known color: Dark Orchid. HEX triplet: A0, 37 and D3. RGB value is (160,55,211). Sum of RGB (Red+Green+Blue) = 160+55+211=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #A037D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037D3 is #5FC82C. Grayscale: #676767. Windows color (decimal): -6277165 or 13842336. OLE color: 13842336.
HSL color Cylindrical-coordinate representation of color #A037D3: hue angle of 280.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A037D3 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 55 | 211 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.17 |
| HSL | 280.38º | 0.64% | 0.52% | - |
| HSV(B) | 280.38º | 0.74% | 0.83% | - |
| XYZ | 27.62 | 14.91 | 63.05 | - |
| YUV | 104.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 211 | 0.24 | 0.74 | 0 | 0.17 | 280.38 | 0.64 | 0.52 |
| Hex | A0 | 37 | D3 | 18 | 4A | 0 | 11 | 118 | 40 | 34 |
| Octal | 240 | 67 | 323 | 30 | 112 | 0 | 21 | 430 | 100 | 64 |
| Binary | 10100000 | 110111 | 11010011 | 11000 | 1001010 | 0 | 10001 | 100011000 | 1000000 | 110100 |
Color Harmonies of #A037D3
Complementary color
Monochromatic Colors of #A037D3
Black with #A037D3
Text Example
Text Example
White with #A037D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037D3; }
p { color: rgb(160,55,211); }
H1.HeaderClassName
{
color: #A037D3;
}
.AnyTagClassName
{
color: #A037D3;
}
</style>
background-color css
<style>
a { background-color: #A037D3; }
a { background-color: rgb(160,55,211); }
div.DivClassName
{
background-color: #A037D3;
}
.BgClassName
{
background-color: #A037D3;
}
</style>
border-color css
<style>
span { border-color: #A037D3; }
span { border-color: rgb(160,55,211); }
td.TdClassName
{
border-color: #A037D3;
}
.TagClassName
{
border-color: #A037D3;
}
</style>