Shades of Dark Orchid #AC29DB
Tints of Dark Orchid #AC29DB
RGB
CMYK
RGB Variations
Color information
#AC29DB (or 0xAC29DB) is known color: Dark Orchid. HEX triplet: AC, 29 and DB. RGB value is (172,41,219). Sum of RGB (Red+Green+Blue) = 172+41+219=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29DB is #53D624. Grayscale: #636363. Windows color (decimal): -5494309 or 14363052. OLE color: 14363052.
HSL color Cylindrical-coordinate representation of color #AC29DB: hue angle of 284.16º degrees, saturation: 0.71, 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 #AC29DB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 41 | 219 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.14 |
| HSL | 284.16º | 0.71% | 0.51% | - |
| HSV(B) | 284.16º | 0.81% | 0.86% | - |
| XYZ | 30.59 | 15.47 | 68.39 | - |
| YUV | 100.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 219 | 0.21 | 0.81 | 0 | 0.14 | 284.16 | 0.71 | 0.51 |
| Hex | AC | 29 | DB | 15 | 51 | 0 | E | 11C | 47 | 33 |
| Octal | 254 | 51 | 333 | 25 | 121 | 0 | 16 | 434 | 107 | 63 |
| Binary | 10101100 | 101001 | 11011011 | 10101 | 1010001 | 0 | 1110 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AC29DB
Complementary color
Monochromatic Colors of #AC29DB
Black with #AC29DB
Text Example
Text Example
White with #AC29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29DB; }
p { color: rgb(172,41,219); }
H1.HeaderClassName
{
color: #AC29DB;
}
.AnyTagClassName
{
color: #AC29DB;
}
</style>
background-color css
<style>
a { background-color: #AC29DB; }
a { background-color: rgb(172,41,219); }
div.DivClassName
{
background-color: #AC29DB;
}
.BgClassName
{
background-color: #AC29DB;
}
</style>
border-color css
<style>
span { border-color: #AC29DB; }
span { border-color: rgb(172,41,219); }
td.TdClassName
{
border-color: #AC29DB;
}
.TagClassName
{
border-color: #AC29DB;
}
</style>