Shades of Dark Orchid #AC37BA
Tints of Dark Orchid #AC37BA
RGB
CMYK
RGB Variations
Color information
#AC37BA (or 0xAC37BA) is known color: Dark Orchid. HEX triplet: AC, 37 and BA. RGB value is (172,55,186). Sum of RGB (Red+Green+Blue) = 172+55+186=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC37BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC37BA is #53C845. Grayscale: #686868. Windows color (decimal): -5490758 or 12203948. OLE color: 12203948.
HSL color Cylindrical-coordinate representation of color #AC37BA: hue angle of 293.59º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC37BA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 55 | 186 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.27 |
| HSL | 293.59º | 0.54% | 0.47% | - |
| HSV(B) | 293.59º | 0.7% | 0.73% | - |
| XYZ | 27.24 | 15.05 | 47.92 | - |
| YUV | 104.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 186 | 0.08 | 0.70 | 0 | 0.27 | 293.59 | 0.54 | 0.47 |
| Hex | AC | 37 | BA | 8 | 46 | 0 | 1B | 126 | 36 | 2F |
| Octal | 254 | 67 | 272 | 10 | 106 | 0 | 33 | 446 | 66 | 57 |
| Binary | 10101100 | 110111 | 10111010 | 1000 | 1000110 | 0 | 11011 | 100100110 | 110110 | 101111 |
Color Harmonies of #AC37BA
Complementary color
Monochromatic Colors of #AC37BA
Black with #AC37BA
Text Example
Text Example
White with #AC37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC37BA; }
p { color: rgb(172,55,186); }
H1.HeaderClassName
{
color: #AC37BA;
}
.AnyTagClassName
{
color: #AC37BA;
}
</style>
background-color css
<style>
a { background-color: #AC37BA; }
a { background-color: rgb(172,55,186); }
div.DivClassName
{
background-color: #AC37BA;
}
.BgClassName
{
background-color: #AC37BA;
}
</style>
border-color css
<style>
span { border-color: #AC37BA; }
span { border-color: rgb(172,55,186); }
td.TdClassName
{
border-color: #AC37BA;
}
.TagClassName
{
border-color: #AC37BA;
}
</style>