Shades of Dark Orchid #AC32C6
Tints of Dark Orchid #AC32C6
RGB
CMYK
RGB Variations
Color information
#AC32C6 (or 0xAC32C6) is known color: Dark Orchid. HEX triplet: AC, 32 and C6. RGB value is (172,50,198). Sum of RGB (Red+Green+Blue) = 172+50+198=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC32C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32C6 is #53CD39. Grayscale: #666666. Windows color (decimal): -5492026 or 12989100. OLE color: 12989100.
HSL color Cylindrical-coordinate representation of color #AC32C6: hue angle of 289.46º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC32C6 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 50 | 198 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.22 |
| HSL | 289.46º | 0.6% | 0.49% | - |
| HSV(B) | 289.46º | 0.75% | 0.78% | - |
| XYZ | 28.35 | 15.13 | 54.85 | - |
| YUV | 103.35 | 181.42 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 198 | 0.13 | 0.75 | 0 | 0.22 | 289.46 | 0.6 | 0.49 |
| Hex | AC | 32 | C6 | D | 4B | 0 | 16 | 121 | 3C | 31 |
| Octal | 254 | 62 | 306 | 15 | 113 | 0 | 26 | 441 | 74 | 61 |
| Binary | 10101100 | 110010 | 11000110 | 1101 | 1001011 | 0 | 10110 | 100100001 | 111100 | 110001 |
Color Harmonies of #AC32C6
Complementary color
Monochromatic Colors of #AC32C6
Black with #AC32C6
Text Example
Text Example
White with #AC32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32C6; }
p { color: rgb(172,50,198); }
H1.HeaderClassName
{
color: #AC32C6;
}
.AnyTagClassName
{
color: #AC32C6;
}
</style>
background-color css
<style>
a { background-color: #AC32C6; }
a { background-color: rgb(172,50,198); }
div.DivClassName
{
background-color: #AC32C6;
}
.BgClassName
{
background-color: #AC32C6;
}
</style>
border-color css
<style>
span { border-color: #AC32C6; }
span { border-color: rgb(172,50,198); }
td.TdClassName
{
border-color: #AC32C6;
}
.TagClassName
{
border-color: #AC32C6;
}
</style>