Shades of Dark Orchid #AC32DD
Tints of Dark Orchid #AC32DD
RGB
CMYK
RGB Variations
Color information
#AC32DD (or 0xAC32DD) is known color: Dark Orchid. HEX triplet: AC, 32 and DD. RGB value is (172,50,221). Sum of RGB (Red+Green+Blue) = 172+50+221=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC32DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32DD is #53CD22. Grayscale: #696969. Windows color (decimal): -5492003 or 14496428. OLE color: 14496428.
HSL color Cylindrical-coordinate representation of color #AC32DD: hue angle of 282.81º 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 #AC32DD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 50 | 221 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.13 |
| HSL | 282.81º | 0.72% | 0.53% | - |
| HSV(B) | 282.81º | 0.77% | 0.87% | - |
| XYZ | 31.21 | 16.27 | 69.9 | - |
| YUV | 105.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 221 | 0.22 | 0.77 | 0 | 0.13 | 282.81 | 0.72 | 0.53 |
| Hex | AC | 32 | DD | 16 | 4D | 0 | D | 11B | 48 | 35 |
| Octal | 254 | 62 | 335 | 26 | 115 | 0 | 15 | 433 | 110 | 65 |
| Binary | 10101100 | 110010 | 11011101 | 10110 | 1001101 | 0 | 1101 | 100011011 | 1001000 | 110101 |
Color Harmonies of #AC32DD
Complementary color
Monochromatic Colors of #AC32DD
Black with #AC32DD
Text Example
Text Example
White with #AC32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32DD; }
p { color: rgb(172,50,221); }
H1.HeaderClassName
{
color: #AC32DD;
}
.AnyTagClassName
{
color: #AC32DD;
}
</style>
background-color css
<style>
a { background-color: #AC32DD; }
a { background-color: rgb(172,50,221); }
div.DivClassName
{
background-color: #AC32DD;
}
.BgClassName
{
background-color: #AC32DD;
}
</style>
border-color css
<style>
span { border-color: #AC32DD; }
span { border-color: rgb(172,50,221); }
td.TdClassName
{
border-color: #AC32DD;
}
.TagClassName
{
border-color: #AC32DD;
}
</style>