Shades of Dark Orchid #A036BC
Tints of Dark Orchid #A036BC
RGB
CMYK
RGB Variations
Color information
#A036BC (or 0xA036BC) is known color: Dark Orchid. HEX triplet: A0, 36 and BC. RGB value is (160,54,188). Sum of RGB (Red+Green+Blue) = 160+54+188=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #A036BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036BC is #5FC943. Grayscale: #646464. Windows color (decimal): -6277444 or 12334752. OLE color: 12334752.
HSL color Cylindrical-coordinate representation of color #A036BC: hue angle of 287.46º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A036BC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 54 | 188 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.26 |
| HSL | 287.46º | 0.55% | 0.47% | - |
| HSV(B) | 287.46º | 0.71% | 0.74% | - |
| XYZ | 24.89 | 13.74 | 48.92 | - |
| YUV | 100.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 188 | 0.15 | 0.71 | 0 | 0.26 | 287.46 | 0.55 | 0.47 |
| Hex | A0 | 36 | BC | F | 47 | 0 | 1A | 11F | 37 | 2F |
| Octal | 240 | 66 | 274 | 17 | 107 | 0 | 32 | 437 | 67 | 57 |
| Binary | 10100000 | 110110 | 10111100 | 1111 | 1000111 | 0 | 11010 | 100011111 | 110111 | 101111 |
Color Harmonies of #A036BC
Complementary color
Monochromatic Colors of #A036BC
Black with #A036BC
Text Example
Text Example
White with #A036BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036BC; }
p { color: rgb(160,54,188); }
H1.HeaderClassName
{
color: #A036BC;
}
.AnyTagClassName
{
color: #A036BC;
}
</style>
background-color css
<style>
a { background-color: #A036BC; }
a { background-color: rgb(160,54,188); }
div.DivClassName
{
background-color: #A036BC;
}
.BgClassName
{
background-color: #A036BC;
}
</style>
border-color css
<style>
span { border-color: #A036BC; }
span { border-color: rgb(160,54,188); }
td.TdClassName
{
border-color: #A036BC;
}
.TagClassName
{
border-color: #A036BC;
}
</style>