Shades of Dark Orchid #AC29BA
Tints of Dark Orchid #AC29BA
RGB
CMYK
RGB Variations
Color information
#AC29BA (or 0xAC29BA) is known color: Dark Orchid. HEX triplet: AC, 29 and BA. RGB value is (172,41,186). Sum of RGB (Red+Green+Blue) = 172+41+186=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29BA is #53D645. Grayscale: #606060. Windows color (decimal): -5494342 or 12200364. OLE color: 12200364.
HSL color Cylindrical-coordinate representation of color #AC29BA: hue angle of 294.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC29BA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 41 | 186 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.27 |
| HSL | 294.21º | 0.64% | 0.45% | - |
| HSV(B) | 294.21º | 0.78% | 0.73% | - |
| XYZ | 26.67 | 13.9 | 47.73 | - |
| YUV | 96.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 186 | 0.08 | 0.78 | 0 | 0.27 | 294.21 | 0.64 | 0.45 |
| Hex | AC | 29 | BA | 8 | 4E | 0 | 1B | 126 | 40 | 2D |
| Octal | 254 | 51 | 272 | 10 | 116 | 0 | 33 | 446 | 100 | 55 |
| Binary | 10101100 | 101001 | 10111010 | 1000 | 1001110 | 0 | 11011 | 100100110 | 1000000 | 101101 |
Color Harmonies of #AC29BA
Complementary color
Monochromatic Colors of #AC29BA
Black with #AC29BA
Text Example
Text Example
White with #AC29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29BA; }
p { color: rgb(172,41,186); }
H1.HeaderClassName
{
color: #AC29BA;
}
.AnyTagClassName
{
color: #AC29BA;
}
</style>
background-color css
<style>
a { background-color: #AC29BA; }
a { background-color: rgb(172,41,186); }
div.DivClassName
{
background-color: #AC29BA;
}
.BgClassName
{
background-color: #AC29BA;
}
</style>
border-color css
<style>
span { border-color: #AC29BA; }
span { border-color: rgb(172,41,186); }
td.TdClassName
{
border-color: #AC29BA;
}
.TagClassName
{
border-color: #AC29BA;
}
</style>