Shades of Dark Orchid #A036DD
Tints of Dark Orchid #A036DD
RGB
CMYK
RGB Variations
Color information
#A036DD (or 0xA036DD) is known color: Dark Orchid. HEX triplet: A0, 36 and DD. RGB value is (160,54,221). Sum of RGB (Red+Green+Blue) = 160+54+221=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #A036DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036DD is #5FC922. Grayscale: #686868. Windows color (decimal): -6277411 or 14497440. OLE color: 14497440.
HSL color Cylindrical-coordinate representation of color #A036DD: hue angle of 278.08º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A036DD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 54 | 221 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.13 |
| HSL | 278.08º | 0.71% | 0.54% | - |
| HSV(B) | 278.08º | 0.76% | 0.87% | - |
| XYZ | 28.87 | 15.33 | 69.84 | - |
| YUV | 104.73 | 193.62 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 221 | 0.28 | 0.76 | 0 | 0.13 | 278.08 | 0.71 | 0.54 |
| Hex | A0 | 36 | DD | 1C | 4C | 0 | D | 116 | 47 | 36 |
| Octal | 240 | 66 | 335 | 34 | 114 | 0 | 15 | 426 | 107 | 66 |
| Binary | 10100000 | 110110 | 11011101 | 11100 | 1001100 | 0 | 1101 | 100010110 | 1000111 | 110110 |
Color Harmonies of #A036DD
Complementary color
Monochromatic Colors of #A036DD
Black with #A036DD
Text Example
Text Example
White with #A036DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036DD; }
p { color: rgb(160,54,221); }
H1.HeaderClassName
{
color: #A036DD;
}
.AnyTagClassName
{
color: #A036DD;
}
</style>
background-color css
<style>
a { background-color: #A036DD; }
a { background-color: rgb(160,54,221); }
div.DivClassName
{
background-color: #A036DD;
}
.BgClassName
{
background-color: #A036DD;
}
</style>
border-color css
<style>
span { border-color: #A036DD; }
span { border-color: rgb(160,54,221); }
td.TdClassName
{
border-color: #A036DD;
}
.TagClassName
{
border-color: #A036DD;
}
</style>