Shades of Dark Orchid #A036C9
Tints of Dark Orchid #A036C9
RGB
CMYK
RGB Variations
Color information
#A036C9 (or 0xA036C9) is known color: Dark Orchid. HEX triplet: A0, 36 and C9. RGB value is (160,54,201). Sum of RGB (Red+Green+Blue) = 160+54+201=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #A036C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036C9 is #5FC936. Grayscale: #656565. Windows color (decimal): -6277431 or 13186720. OLE color: 13186720.
HSL color Cylindrical-coordinate representation of color #A036C9: hue angle of 283.27º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A036C9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 54 | 201 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.21 |
| HSL | 283.27º | 0.58% | 0.5% | - |
| HSV(B) | 283.27º | 0.73% | 0.79% | - |
| XYZ | 26.36 | 14.33 | 56.63 | - |
| YUV | 102.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 201 | 0.20 | 0.73 | 0 | 0.21 | 283.27 | 0.58 | 0.5 |
| Hex | A0 | 36 | C9 | 14 | 49 | 0 | 15 | 11B | 3A | 32 |
| Octal | 240 | 66 | 311 | 24 | 111 | 0 | 25 | 433 | 72 | 62 |
| Binary | 10100000 | 110110 | 11001001 | 10100 | 1001001 | 0 | 10101 | 100011011 | 111010 | 110010 |
Color Harmonies of #A036C9
Complementary color
Monochromatic Colors of #A036C9
Black with #A036C9
Text Example
Text Example
White with #A036C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036C9; }
p { color: rgb(160,54,201); }
H1.HeaderClassName
{
color: #A036C9;
}
.AnyTagClassName
{
color: #A036C9;
}
</style>
background-color css
<style>
a { background-color: #A036C9; }
a { background-color: rgb(160,54,201); }
div.DivClassName
{
background-color: #A036C9;
}
.BgClassName
{
background-color: #A036C9;
}
</style>
border-color css
<style>
span { border-color: #A036C9; }
span { border-color: rgb(160,54,201); }
td.TdClassName
{
border-color: #A036C9;
}
.TagClassName
{
border-color: #A036C9;
}
</style>