Shades of Dark Orchid #AC29D5
Tints of Dark Orchid #AC29D5
RGB
CMYK
RGB Variations
Color information
#AC29D5 (or 0xAC29D5) is known color: Dark Orchid. HEX triplet: AC, 29 and D5. RGB value is (172,41,213). Sum of RGB (Red+Green+Blue) = 172+41+213=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC29D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29D5 is #53D62A. Grayscale: #636363. Windows color (decimal): -5494315 or 13969836. OLE color: 13969836.
HSL color Cylindrical-coordinate representation of color #AC29D5: hue angle of 285.7º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC29D5 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 41 | 213 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.16 |
| HSL | 285.7º | 0.68% | 0.5% | - |
| HSV(B) | 285.7º | 0.81% | 0.84% | - |
| XYZ | 29.82 | 15.16 | 64.31 | - |
| YUV | 99.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 213 | 0.19 | 0.81 | 0 | 0.16 | 285.7 | 0.68 | 0.5 |
| Hex | AC | 29 | D5 | 13 | 51 | 0 | 10 | 11E | 44 | 32 |
| Octal | 254 | 51 | 325 | 23 | 121 | 0 | 20 | 436 | 104 | 62 |
| Binary | 10101100 | 101001 | 11010101 | 10011 | 1010001 | 0 | 10000 | 100011110 | 1000100 | 110010 |
Color Harmonies of #AC29D5
Complementary color
Monochromatic Colors of #AC29D5
Black with #AC29D5
Text Example
Text Example
White with #AC29D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29D5; }
p { color: rgb(172,41,213); }
H1.HeaderClassName
{
color: #AC29D5;
}
.AnyTagClassName
{
color: #AC29D5;
}
</style>
background-color css
<style>
a { background-color: #AC29D5; }
a { background-color: rgb(172,41,213); }
div.DivClassName
{
background-color: #AC29D5;
}
.BgClassName
{
background-color: #AC29D5;
}
</style>
border-color css
<style>
span { border-color: #AC29D5; }
span { border-color: rgb(172,41,213); }
td.TdClassName
{
border-color: #AC29D5;
}
.TagClassName
{
border-color: #AC29D5;
}
</style>