Shades of Dark Orchid #A036AB
Tints of Dark Orchid #A036AB
RGB
CMYK
RGB Variations
Color information
#A036AB (or 0xA036AB) is known color: Dark Orchid. HEX triplet: A0, 36 and AB. RGB value is (160,54,171). Sum of RGB (Red+Green+Blue) = 160+54+171=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A036AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036AB is #5FC954. Grayscale: #626262. Windows color (decimal): -6277461 or 11220640. OLE color: 11220640.
HSL color Cylindrical-coordinate representation of color #A036AB: hue angle of 294.36º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A036AB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 54 | 171 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.33 |
| HSL | 294.36º | 0.52% | 0.44% | - |
| HSV(B) | 294.36º | 0.68% | 0.67% | - |
| XYZ | 23.17 | 13.05 | 39.83 | - |
| YUV | 99.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 171 | 0.06 | 0.68 | 0 | 0.33 | 294.36 | 0.52 | 0.44 |
| Hex | A0 | 36 | AB | 6 | 44 | 0 | 21 | 126 | 34 | 2C |
| Octal | 240 | 66 | 253 | 6 | 104 | 0 | 41 | 446 | 64 | 54 |
| Binary | 10100000 | 110110 | 10101011 | 110 | 1000100 | 0 | 100001 | 100100110 | 110100 | 101100 |
Color Harmonies of #A036AB
Complementary color
Monochromatic Colors of #A036AB
Black with #A036AB
Text Example
Text Example
White with #A036AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036AB; }
p { color: rgb(160,54,171); }
H1.HeaderClassName
{
color: #A036AB;
}
.AnyTagClassName
{
color: #A036AB;
}
</style>
background-color css
<style>
a { background-color: #A036AB; }
a { background-color: rgb(160,54,171); }
div.DivClassName
{
background-color: #A036AB;
}
.BgClassName
{
background-color: #A036AB;
}
</style>
border-color css
<style>
span { border-color: #A036AB; }
span { border-color: rgb(160,54,171); }
td.TdClassName
{
border-color: #A036AB;
}
.TagClassName
{
border-color: #A036AB;
}
</style>