Shades of Dark Orchid #AC29C1
Tints of Dark Orchid #AC29C1
RGB
CMYK
RGB Variations
Color information
#AC29C1 (or 0xAC29C1) is known color: Dark Orchid. HEX triplet: AC, 29 and C1. RGB value is (172,41,193). Sum of RGB (Red+Green+Blue) = 172+41+193=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC29C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29C1 is #53D63E. Grayscale: #616161. Windows color (decimal): -5494335 or 12659116. OLE color: 12659116.
HSL color Cylindrical-coordinate representation of color #AC29C1: hue angle of 291.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC29C1 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 41 | 193 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.24 |
| HSL | 291.71º | 0.65% | 0.46% | - |
| HSV(B) | 291.71º | 0.79% | 0.76% | - |
| XYZ | 27.43 | 14.21 | 51.75 | - |
| YUV | 97.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 193 | 0.11 | 0.79 | 0 | 0.24 | 291.71 | 0.65 | 0.46 |
| Hex | AC | 29 | C1 | B | 4F | 0 | 18 | 124 | 41 | 2E |
| Octal | 254 | 51 | 301 | 13 | 117 | 0 | 30 | 444 | 101 | 56 |
| Binary | 10101100 | 101001 | 11000001 | 1011 | 1001111 | 0 | 11000 | 100100100 | 1000001 | 101110 |
Color Harmonies of #AC29C1
Complementary color
Monochromatic Colors of #AC29C1
Black with #AC29C1
Text Example
Text Example
White with #AC29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29C1; }
p { color: rgb(172,41,193); }
H1.HeaderClassName
{
color: #AC29C1;
}
.AnyTagClassName
{
color: #AC29C1;
}
</style>
background-color css
<style>
a { background-color: #AC29C1; }
a { background-color: rgb(172,41,193); }
div.DivClassName
{
background-color: #AC29C1;
}
.BgClassName
{
background-color: #AC29C1;
}
</style>
border-color css
<style>
span { border-color: #AC29C1; }
span { border-color: rgb(172,41,193); }
td.TdClassName
{
border-color: #AC29C1;
}
.TagClassName
{
border-color: #AC29C1;
}
</style>