Shades of Dark Orchid #A037DA
Tints of Dark Orchid #A037DA
RGB
CMYK
RGB Variations
Color information
#A037DA (or 0xA037DA) is known color: Dark Orchid. HEX triplet: A0, 37 and DA. RGB value is (160,55,218). Sum of RGB (Red+Green+Blue) = 160+55+218=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #A037DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037DA is #5FC825. Grayscale: #686868. Windows color (decimal): -6277158 or 14301088. OLE color: 14301088.
HSL color Cylindrical-coordinate representation of color #A037DA: hue angle of 278.65º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A037DA is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 55 | 218 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.15 |
| HSL | 278.65º | 0.69% | 0.54% | - |
| HSV(B) | 278.65º | 0.75% | 0.85% | - |
| XYZ | 28.52 | 15.27 | 67.77 | - |
| YUV | 104.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 218 | 0.27 | 0.75 | 0 | 0.15 | 278.65 | 0.69 | 0.54 |
| Hex | A0 | 37 | DA | 1B | 4B | 0 | F | 117 | 45 | 36 |
| Octal | 240 | 67 | 332 | 33 | 113 | 0 | 17 | 427 | 105 | 66 |
| Binary | 10100000 | 110111 | 11011010 | 11011 | 1001011 | 0 | 1111 | 100010111 | 1000101 | 110110 |
Color Harmonies of #A037DA
Complementary color
Monochromatic Colors of #A037DA
Black with #A037DA
Text Example
Text Example
White with #A037DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037DA; }
p { color: rgb(160,55,218); }
H1.HeaderClassName
{
color: #A037DA;
}
.AnyTagClassName
{
color: #A037DA;
}
</style>
background-color css
<style>
a { background-color: #A037DA; }
a { background-color: rgb(160,55,218); }
div.DivClassName
{
background-color: #A037DA;
}
.BgClassName
{
background-color: #A037DA;
}
</style>
border-color css
<style>
span { border-color: #A037DA; }
span { border-color: rgb(160,55,218); }
td.TdClassName
{
border-color: #A037DA;
}
.TagClassName
{
border-color: #A037DA;
}
</style>