Shades of Dark Orchid #AC29DF
Tints of Dark Orchid #AC29DF
RGB
CMYK
RGB Variations
Color information
#AC29DF (or 0xAC29DF) is known color: Dark Orchid. HEX triplet: AC, 29 and DF. RGB value is (172,41,223). Sum of RGB (Red+Green+Blue) = 172+41+223=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC29DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29DF is #53D620. Grayscale: #646464. Windows color (decimal): -5494305 or 14625196. OLE color: 14625196.
HSL color Cylindrical-coordinate representation of color #AC29DF: hue angle of 283.19º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC29DF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 41 | 223 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.13 |
| HSL | 283.19º | 0.74% | 0.52% | - |
| HSV(B) | 283.19º | 0.82% | 0.87% | - |
| XYZ | 31.13 | 15.68 | 71.2 | - |
| YUV | 100.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 41 | 223 | 0.23 | 0.82 | 0 | 0.13 | 283.19 | 0.74 | 0.52 |
| Hex | AC | 29 | DF | 17 | 52 | 0 | D | 11B | 4A | 34 |
| Octal | 254 | 51 | 337 | 27 | 122 | 0 | 15 | 433 | 112 | 64 |
| Binary | 10101100 | 101001 | 11011111 | 10111 | 1010010 | 0 | 1101 | 100011011 | 1001010 | 110100 |
Color Harmonies of #AC29DF
Complementary color
Monochromatic Colors of #AC29DF
Black with #AC29DF
Text Example
Text Example
White with #AC29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC29DF; }
p { color: rgb(172,41,223); }
H1.HeaderClassName
{
color: #AC29DF;
}
.AnyTagClassName
{
color: #AC29DF;
}
</style>
background-color css
<style>
a { background-color: #AC29DF; }
a { background-color: rgb(172,41,223); }
div.DivClassName
{
background-color: #AC29DF;
}
.BgClassName
{
background-color: #AC29DF;
}
</style>
border-color css
<style>
span { border-color: #AC29DF; }
span { border-color: rgb(172,41,223); }
td.TdClassName
{
border-color: #AC29DF;
}
.TagClassName
{
border-color: #AC29DF;
}
</style>