Shades of Dark Orchid #AC32DE
Tints of Dark Orchid #AC32DE
RGB
CMYK
RGB Variations
Color information
#AC32DE (or 0xAC32DE) is known color: Dark Orchid. HEX triplet: AC, 32 and DE. RGB value is (172,50,222). Sum of RGB (Red+Green+Blue) = 172+50+222=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC32DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32DE is #53CD21. Grayscale: #696969. Windows color (decimal): -5492002 or 14561964. OLE color: 14561964.
HSL color Cylindrical-coordinate representation of color #AC32DE: hue angle of 282.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC32DE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 50 | 222 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.13 |
| HSL | 282.56º | 0.72% | 0.53% | - |
| HSV(B) | 282.56º | 0.77% | 0.87% | - |
| XYZ | 31.34 | 16.33 | 70.61 | - |
| YUV | 106.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 222 | 0.23 | 0.77 | 0 | 0.13 | 282.56 | 0.72 | 0.53 |
| Hex | AC | 32 | DE | 17 | 4D | 0 | D | 11B | 48 | 35 |
| Octal | 254 | 62 | 336 | 27 | 115 | 0 | 15 | 433 | 110 | 65 |
| Binary | 10101100 | 110010 | 11011110 | 10111 | 1001101 | 0 | 1101 | 100011011 | 1001000 | 110101 |
Color Harmonies of #AC32DE
Complementary color
Monochromatic Colors of #AC32DE
Black with #AC32DE
Text Example
Text Example
White with #AC32DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32DE; }
p { color: rgb(172,50,222); }
H1.HeaderClassName
{
color: #AC32DE;
}
.AnyTagClassName
{
color: #AC32DE;
}
</style>
background-color css
<style>
a { background-color: #AC32DE; }
a { background-color: rgb(172,50,222); }
div.DivClassName
{
background-color: #AC32DE;
}
.BgClassName
{
background-color: #AC32DE;
}
</style>
border-color css
<style>
span { border-color: #AC32DE; }
span { border-color: rgb(172,50,222); }
td.TdClassName
{
border-color: #AC32DE;
}
.TagClassName
{
border-color: #AC32DE;
}
</style>