Shades of Dark Orchid #A037D2
Tints of Dark Orchid #A037D2
RGB
CMYK
RGB Variations
Color information
#A037D2 (or 0xA037D2) is known color: Dark Orchid. HEX triplet: A0, 37 and D2. RGB value is (160,55,210). Sum of RGB (Red+Green+Blue) = 160+55+210=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #A037D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037D2 is #5FC82D. Grayscale: #676767. Windows color (decimal): -6277166 or 13776800. OLE color: 13776800.
HSL color Cylindrical-coordinate representation of color #A037D2: hue angle of 280.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A037D2 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 55 | 210 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.18 |
| HSL | 280.65º | 0.63% | 0.52% | - |
| HSV(B) | 280.65º | 0.74% | 0.82% | - |
| XYZ | 27.5 | 14.86 | 62.39 | - |
| YUV | 104.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 210 | 0.24 | 0.74 | 0 | 0.18 | 280.65 | 0.63 | 0.52 |
| Hex | A0 | 37 | D2 | 18 | 4A | 0 | 12 | 119 | 3F | 34 |
| Octal | 240 | 67 | 322 | 30 | 112 | 0 | 22 | 431 | 77 | 64 |
| Binary | 10100000 | 110111 | 11010010 | 11000 | 1001010 | 0 | 10010 | 100011001 | 111111 | 110100 |
Color Harmonies of #A037D2
Complementary color
Monochromatic Colors of #A037D2
Black with #A037D2
Text Example
Text Example
White with #A037D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037D2; }
p { color: rgb(160,55,210); }
H1.HeaderClassName
{
color: #A037D2;
}
.AnyTagClassName
{
color: #A037D2;
}
</style>
background-color css
<style>
a { background-color: #A037D2; }
a { background-color: rgb(160,55,210); }
div.DivClassName
{
background-color: #A037D2;
}
.BgClassName
{
background-color: #A037D2;
}
</style>
border-color css
<style>
span { border-color: #A037D2; }
span { border-color: rgb(160,55,210); }
td.TdClassName
{
border-color: #A037D2;
}
.TagClassName
{
border-color: #A037D2;
}
</style>