Shades of Dark Orchid #A036DC
Tints of Dark Orchid #A036DC
RGB
CMYK
RGB Variations
Color information
#A036DC (or 0xA036DC) is known color: Dark Orchid. HEX triplet: A0, 36 and DC. RGB value is (160,54,220). Sum of RGB (Red+Green+Blue) = 160+54+220=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #A036DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036DC is #5FC923. Grayscale: #686868. Windows color (decimal): -6277412 or 14431904. OLE color: 14431904.
HSL color Cylindrical-coordinate representation of color #A036DC: hue angle of 278.31º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A036DC is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 54 | 220 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.14 |
| HSL | 278.31º | 0.7% | 0.54% | - |
| HSV(B) | 278.31º | 0.75% | 0.86% | - |
| XYZ | 28.73 | 15.28 | 69.14 | - |
| YUV | 104.62 | 193.12 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 220 | 0.27 | 0.75 | 0 | 0.14 | 278.31 | 0.7 | 0.54 |
| Hex | A0 | 36 | DC | 1B | 4B | 0 | E | 116 | 46 | 36 |
| Octal | 240 | 66 | 334 | 33 | 113 | 0 | 16 | 426 | 106 | 66 |
| Binary | 10100000 | 110110 | 11011100 | 11011 | 1001011 | 0 | 1110 | 100010110 | 1000110 | 110110 |
Color Harmonies of #A036DC
Complementary color
Monochromatic Colors of #A036DC
Black with #A036DC
Text Example
Text Example
White with #A036DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036DC; }
p { color: rgb(160,54,220); }
H1.HeaderClassName
{
color: #A036DC;
}
.AnyTagClassName
{
color: #A036DC;
}
</style>
background-color css
<style>
a { background-color: #A036DC; }
a { background-color: rgb(160,54,220); }
div.DivClassName
{
background-color: #A036DC;
}
.BgClassName
{
background-color: #A036DC;
}
</style>
border-color css
<style>
span { border-color: #A036DC; }
span { border-color: rgb(160,54,220); }
td.TdClassName
{
border-color: #A036DC;
}
.TagClassName
{
border-color: #A036DC;
}
</style>