Shades of Dark Orchid #A036B7
Tints of Dark Orchid #A036B7
RGB
CMYK
RGB Variations
Color information
#A036B7 (or 0xA036B7) is known color: Dark Orchid. HEX triplet: A0, 36 and B7. RGB value is (160,54,183). Sum of RGB (Red+Green+Blue) = 160+54+183=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #A036B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036B7 is #5FC948. Grayscale: #636363. Windows color (decimal): -6277449 or 12007072. OLE color: 12007072.
HSL color Cylindrical-coordinate representation of color #A036B7: hue angle of 289.3º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A036B7 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 54 | 183 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.28 |
| HSL | 289.3º | 0.54% | 0.46% | - |
| HSV(B) | 289.3º | 0.7% | 0.72% | - |
| XYZ | 24.36 | 13.53 | 46.13 | - |
| YUV | 100.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 183 | 0.13 | 0.70 | 0 | 0.28 | 289.3 | 0.54 | 0.46 |
| Hex | A0 | 36 | B7 | D | 46 | 0 | 1C | 121 | 36 | 2E |
| Octal | 240 | 66 | 267 | 15 | 106 | 0 | 34 | 441 | 66 | 56 |
| Binary | 10100000 | 110110 | 10110111 | 1101 | 1000110 | 0 | 11100 | 100100001 | 110110 | 101110 |
Color Harmonies of #A036B7
Complementary color
Monochromatic Colors of #A036B7
Black with #A036B7
Text Example
Text Example
White with #A036B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036B7; }
p { color: rgb(160,54,183); }
H1.HeaderClassName
{
color: #A036B7;
}
.AnyTagClassName
{
color: #A036B7;
}
</style>
background-color css
<style>
a { background-color: #A036B7; }
a { background-color: rgb(160,54,183); }
div.DivClassName
{
background-color: #A036B7;
}
.BgClassName
{
background-color: #A036B7;
}
</style>
border-color css
<style>
span { border-color: #A036B7; }
span { border-color: rgb(160,54,183); }
td.TdClassName
{
border-color: #A036B7;
}
.TagClassName
{
border-color: #A036B7;
}
</style>