Shades of Dark Orchid #A036AC
Tints of Dark Orchid #A036AC
RGB
CMYK
RGB Variations
Color information
#A036AC (or 0xA036AC) is known color: Dark Orchid. HEX triplet: A0, 36 and AC. RGB value is (160,54,172). Sum of RGB (Red+Green+Blue) = 160+54+172=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #A036AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A036AC is #5FC953. Grayscale: #626262. Windows color (decimal): -6277460 or 11286176. OLE color: 11286176.
HSL color Cylindrical-coordinate representation of color #A036AC: hue angle of 293.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A036AC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 54 | 172 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.33 |
| HSL | 293.9º | 0.52% | 0.44% | - |
| HSV(B) | 293.9º | 0.69% | 0.67% | - |
| XYZ | 23.26 | 13.09 | 40.33 | - |
| YUV | 99.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 172 | 0.07 | 0.69 | 0 | 0.33 | 293.9 | 0.52 | 0.44 |
| Hex | A0 | 36 | AC | 7 | 45 | 0 | 21 | 126 | 34 | 2C |
| Octal | 240 | 66 | 254 | 7 | 105 | 0 | 41 | 446 | 64 | 54 |
| Binary | 10100000 | 110110 | 10101100 | 111 | 1000101 | 0 | 100001 | 100100110 | 110100 | 101100 |
Color Harmonies of #A036AC
Complementary color
Monochromatic Colors of #A036AC
Black with #A036AC
Text Example
Text Example
White with #A036AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A036AC; }
p { color: rgb(160,54,172); }
H1.HeaderClassName
{
color: #A036AC;
}
.AnyTagClassName
{
color: #A036AC;
}
</style>
background-color css
<style>
a { background-color: #A036AC; }
a { background-color: rgb(160,54,172); }
div.DivClassName
{
background-color: #A036AC;
}
.BgClassName
{
background-color: #A036AC;
}
</style>
border-color css
<style>
span { border-color: #A036AC; }
span { border-color: rgb(160,54,172); }
td.TdClassName
{
border-color: #A036AC;
}
.TagClassName
{
border-color: #A036AC;
}
</style>