Shades of Dark Orchid #AC29DC
Tints of Dark Orchid #AC29DC
RGB
CMYK
RGB Variations
Color information
#AC29DC (or 0xAC29DC) is known color: Dark Orchid. HEX triplet: AC, 29 and DC. RGB value is (172,41,220). Sum of RGB (Red+Green+Blue) = 172+41+220=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29DC is #53D623. Grayscale: #636363. Windows color (decimal): -5494308 or 14428588. OLE color: 14428588.
HSL color Cylindrical-coordinate representation of color #AC29DC: hue angle of 283.91º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC29DC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 41 | 220 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.14 |
| HSL | 283.91º | 0.72% | 0.51% | - |
| HSV(B) | 283.91º | 0.81% | 0.86% | - |
| XYZ | 30.72 | 15.52 | 69.09 | - |
| YUV | 100.58 | 195.4 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 220 | 0.22 | 0.81 | 0 | 0.14 | 283.91 | 0.72 | 0.51 |
| Hex | AC | 29 | DC | 16 | 51 | 0 | E | 11C | 48 | 33 |
| Octal | 254 | 51 | 334 | 26 | 121 | 0 | 16 | 434 | 110 | 63 |
| Binary | 10101100 | 101001 | 11011100 | 10110 | 1010001 | 0 | 1110 | 100011100 | 1001000 | 110011 |
Color Harmonies of #AC29DC
Complementary color
Monochromatic Colors of #AC29DC
Black with #AC29DC
Text Example
Text Example
White with #AC29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29DC; }
p { color: rgb(172,41,220); }
H1.HeaderClassName
{
color: #AC29DC;
}
.AnyTagClassName
{
color: #AC29DC;
}
</style>
background-color css
<style>
a { background-color: #AC29DC; }
a { background-color: rgb(172,41,220); }
div.DivClassName
{
background-color: #AC29DC;
}
.BgClassName
{
background-color: #AC29DC;
}
</style>
border-color css
<style>
span { border-color: #AC29DC; }
span { border-color: rgb(172,41,220); }
td.TdClassName
{
border-color: #AC29DC;
}
.TagClassName
{
border-color: #AC29DC;
}
</style>