Shades of Dark Orchid #AC32B7
Tints of Dark Orchid #AC32B7
RGB
CMYK
RGB Variations
Color information
#AC32B7 (or 0xAC32B7) is known color: Dark Orchid. HEX triplet: AC, 32 and B7. RGB value is (172,50,183). Sum of RGB (Red+Green+Blue) = 172+50+183=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC32B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32B7 is #53CD48. Grayscale: #656565. Windows color (decimal): -5492041 or 12006060. OLE color: 12006060.
HSL color Cylindrical-coordinate representation of color #AC32B7: hue angle of 295.04º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC32B7 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 50 | 183 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.28 |
| HSL | 295.04º | 0.57% | 0.46% | - |
| HSV(B) | 295.04º | 0.73% | 0.72% | - |
| XYZ | 26.7 | 14.47 | 46.19 | - |
| YUV | 101.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 183 | 0.06 | 0.73 | 0 | 0.28 | 295.04 | 0.57 | 0.46 |
| Hex | AC | 32 | B7 | 6 | 49 | 0 | 1C | 127 | 39 | 2E |
| Octal | 254 | 62 | 267 | 6 | 111 | 0 | 34 | 447 | 71 | 56 |
| Binary | 10101100 | 110010 | 10110111 | 110 | 1001001 | 0 | 11100 | 100100111 | 111001 | 101110 |
Color Harmonies of #AC32B7
Complementary color
Monochromatic Colors of #AC32B7
Black with #AC32B7
Text Example
Text Example
White with #AC32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32B7; }
p { color: rgb(172,50,183); }
H1.HeaderClassName
{
color: #AC32B7;
}
.AnyTagClassName
{
color: #AC32B7;
}
</style>
background-color css
<style>
a { background-color: #AC32B7; }
a { background-color: rgb(172,50,183); }
div.DivClassName
{
background-color: #AC32B7;
}
.BgClassName
{
background-color: #AC32B7;
}
</style>
border-color css
<style>
span { border-color: #AC32B7; }
span { border-color: rgb(172,50,183); }
td.TdClassName
{
border-color: #AC32B7;
}
.TagClassName
{
border-color: #AC32B7;
}
</style>