Shades of Dark Orchid #A036DF
Tints of Dark Orchid #A036DF
RGB
CMYK
RGB Variations
Color information
#A036DF (or 0xA036DF) is known color: Dark Orchid. HEX triplet: A0, 36 and DF. RGB value is (160,54,223). Sum of RGB (Red+Green+Blue) = 160+54+223=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A036DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036DF is #5FC920. Grayscale: #686868. Windows color (decimal): -6277409 or 14628512. OLE color: 14628512.
HSL color Cylindrical-coordinate representation of color #A036DF: hue angle of 277.63º degrees, saturation: 0.73, 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 #A036DF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 54 | 223 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.13 |
| HSL | 277.63º | 0.73% | 0.54% | - |
| HSV(B) | 277.63º | 0.76% | 0.87% | - |
| XYZ | 29.14 | 15.44 | 71.26 | - |
| YUV | 104.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 223 | 0.28 | 0.76 | 0 | 0.13 | 277.63 | 0.73 | 0.54 |
| Hex | A0 | 36 | DF | 1C | 4C | 0 | D | 116 | 49 | 36 |
| Octal | 240 | 66 | 337 | 34 | 114 | 0 | 15 | 426 | 111 | 66 |
| Binary | 10100000 | 110110 | 11011111 | 11100 | 1001100 | 0 | 1101 | 100010110 | 1001001 | 110110 |
Color Harmonies of #A036DF
Complementary color
Monochromatic Colors of #A036DF
Black with #A036DF
Text Example
Text Example
White with #A036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036DF; }
p { color: rgb(160,54,223); }
H1.HeaderClassName
{
color: #A036DF;
}
.AnyTagClassName
{
color: #A036DF;
}
</style>
background-color css
<style>
a { background-color: #A036DF; }
a { background-color: rgb(160,54,223); }
div.DivClassName
{
background-color: #A036DF;
}
.BgClassName
{
background-color: #A036DF;
}
</style>
border-color css
<style>
span { border-color: #A036DF; }
span { border-color: rgb(160,54,223); }
td.TdClassName
{
border-color: #A036DF;
}
.TagClassName
{
border-color: #A036DF;
}
</style>