Shades of Dark Orchid #AC32D6
Tints of Dark Orchid #AC32D6
RGB
CMYK
RGB Variations
Color information
#AC32D6 (or 0xAC32D6) is known color: Dark Orchid. HEX triplet: AC, 32 and D6. RGB value is (172,50,214). Sum of RGB (Red+Green+Blue) = 172+50+214=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #AC32D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32D6 is #53CD29. Grayscale: #686868. Windows color (decimal): -5492010 or 14037676. OLE color: 14037676.
HSL color Cylindrical-coordinate representation of color #AC32D6: hue angle of 284.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC32D6 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 50 | 214 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.16 |
| HSL | 284.63º | 0.67% | 0.52% | - |
| HSV(B) | 284.63º | 0.77% | 0.84% | - |
| XYZ | 30.29 | 15.91 | 65.09 | - |
| YUV | 105.17 | 189.42 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 214 | 0.20 | 0.77 | 0 | 0.16 | 284.63 | 0.67 | 0.52 |
| Hex | AC | 32 | D6 | 14 | 4D | 0 | 10 | 11D | 43 | 34 |
| Octal | 254 | 62 | 326 | 24 | 115 | 0 | 20 | 435 | 103 | 64 |
| Binary | 10101100 | 110010 | 11010110 | 10100 | 1001101 | 0 | 10000 | 100011101 | 1000011 | 110100 |
Color Harmonies of #AC32D6
Complementary color
Monochromatic Colors of #AC32D6
Black with #AC32D6
Text Example
Text Example
White with #AC32D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32D6; }
p { color: rgb(172,50,214); }
H1.HeaderClassName
{
color: #AC32D6;
}
.AnyTagClassName
{
color: #AC32D6;
}
</style>
background-color css
<style>
a { background-color: #AC32D6; }
a { background-color: rgb(172,50,214); }
div.DivClassName
{
background-color: #AC32D6;
}
.BgClassName
{
background-color: #AC32D6;
}
</style>
border-color css
<style>
span { border-color: #AC32D6; }
span { border-color: rgb(172,50,214); }
td.TdClassName
{
border-color: #AC32D6;
}
.TagClassName
{
border-color: #AC32D6;
}
</style>