Shades of Dark Orchid #A037CC
Tints of Dark Orchid #A037CC
RGB
CMYK
RGB Variations
Color information
#A037CC (or 0xA037CC) is known color: Dark Orchid. HEX triplet: A0, 37 and CC. RGB value is (160,55,204). Sum of RGB (Red+Green+Blue) = 160+55+204=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #A037CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A037CC is #5FC833. Grayscale: #666666. Windows color (decimal): -6277172 or 13383584. OLE color: 13383584.
HSL color Cylindrical-coordinate representation of color #A037CC: hue angle of 282.28º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A037CC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 55 | 204 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.2 |
| HSL | 282.28º | 0.59% | 0.51% | - |
| HSV(B) | 282.28º | 0.73% | 0.8% | - |
| XYZ | 26.76 | 14.57 | 58.53 | - |
| YUV | 103.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 204 | 0.22 | 0.73 | 0 | 0.2 | 282.28 | 0.59 | 0.51 |
| Hex | A0 | 37 | CC | 16 | 49 | 0 | 14 | 11A | 3B | 33 |
| Octal | 240 | 67 | 314 | 26 | 111 | 0 | 24 | 432 | 73 | 63 |
| Binary | 10100000 | 110111 | 11001100 | 10110 | 1001001 | 0 | 10100 | 100011010 | 111011 | 110011 |
Color Harmonies of #A037CC
Complementary color
Monochromatic Colors of #A037CC
Black with #A037CC
Text Example
Text Example
White with #A037CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A037CC; }
p { color: rgb(160,55,204); }
H1.HeaderClassName
{
color: #A037CC;
}
.AnyTagClassName
{
color: #A037CC;
}
</style>
background-color css
<style>
a { background-color: #A037CC; }
a { background-color: rgb(160,55,204); }
div.DivClassName
{
background-color: #A037CC;
}
.BgClassName
{
background-color: #A037CC;
}
</style>
border-color css
<style>
span { border-color: #A037CC; }
span { border-color: rgb(160,55,204); }
td.TdClassName
{
border-color: #A037CC;
}
.TagClassName
{
border-color: #A037CC;
}
</style>