Shades of Dark Orchid #AC39BA
Tints of Dark Orchid #AC39BA
RGB
CMYK
RGB Variations
Color information
#AC39BA (or 0xAC39BA) is known color: Dark Orchid. HEX triplet: AC, 39 and BA. RGB value is (172,57,186). Sum of RGB (Red+Green+Blue) = 172+57+186=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39BA is #53C645. Grayscale: #696969. Windows color (decimal): -5490246 or 12204460. OLE color: 12204460.
HSL color Cylindrical-coordinate representation of color #AC39BA: hue angle of 293.49º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC39BA is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 57 | 186 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.27 |
| HSL | 293.49º | 0.53% | 0.48% | - |
| HSV(B) | 293.49º | 0.69% | 0.73% | - |
| XYZ | 27.34 | 15.24 | 47.96 | - |
| YUV | 106.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 186 | 0.08 | 0.69 | 0 | 0.27 | 293.49 | 0.53 | 0.48 |
| Hex | AC | 39 | BA | 8 | 45 | 0 | 1B | 125 | 35 | 30 |
| Octal | 254 | 71 | 272 | 10 | 105 | 0 | 33 | 445 | 65 | 60 |
| Binary | 10101100 | 111001 | 10111010 | 1000 | 1000101 | 0 | 11011 | 100100101 | 110101 | 110000 |
Color Harmonies of #AC39BA
Complementary color
Monochromatic Colors of #AC39BA
Black with #AC39BA
Text Example
Text Example
White with #AC39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC39BA; }
p { color: rgb(172,57,186); }
H1.HeaderClassName
{
color: #AC39BA;
}
.AnyTagClassName
{
color: #AC39BA;
}
</style>
background-color css
<style>
a { background-color: #AC39BA; }
a { background-color: rgb(172,57,186); }
div.DivClassName
{
background-color: #AC39BA;
}
.BgClassName
{
background-color: #AC39BA;
}
</style>
border-color css
<style>
span { border-color: #AC39BA; }
span { border-color: rgb(172,57,186); }
td.TdClassName
{
border-color: #AC39BA;
}
.TagClassName
{
border-color: #AC39BA;
}
</style>