Shades of Dark Orchid #AC32BD
Tints of Dark Orchid #AC32BD
RGB
CMYK
RGB Variations
Color information
#AC32BD (or 0xAC32BD) is known color: Dark Orchid. HEX triplet: AC, 32 and BD. RGB value is (172,50,189). Sum of RGB (Red+Green+Blue) = 172+50+189=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32BD is #53CD42. Grayscale: #656565. Windows color (decimal): -5492035 or 12399276. OLE color: 12399276.
HSL color Cylindrical-coordinate representation of color #AC32BD: hue angle of 292.66º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC32BD is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 50 | 189 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.26 |
| HSL | 292.66º | 0.58% | 0.47% | - |
| HSV(B) | 292.66º | 0.74% | 0.74% | - |
| XYZ | 27.34 | 14.73 | 49.55 | - |
| YUV | 102.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 189 | 0.09 | 0.74 | 0 | 0.26 | 292.66 | 0.58 | 0.47 |
| Hex | AC | 32 | BD | 9 | 4A | 0 | 1A | 125 | 3A | 2F |
| Octal | 254 | 62 | 275 | 11 | 112 | 0 | 32 | 445 | 72 | 57 |
| Binary | 10101100 | 110010 | 10111101 | 1001 | 1001010 | 0 | 11010 | 100100101 | 111010 | 101111 |
Color Harmonies of #AC32BD
Complementary color
Monochromatic Colors of #AC32BD
Black with #AC32BD
Text Example
Text Example
White with #AC32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32BD; }
p { color: rgb(172,50,189); }
H1.HeaderClassName
{
color: #AC32BD;
}
.AnyTagClassName
{
color: #AC32BD;
}
</style>
background-color css
<style>
a { background-color: #AC32BD; }
a { background-color: rgb(172,50,189); }
div.DivClassName
{
background-color: #AC32BD;
}
.BgClassName
{
background-color: #AC32BD;
}
</style>
border-color css
<style>
span { border-color: #AC32BD; }
span { border-color: rgb(172,50,189); }
td.TdClassName
{
border-color: #AC32BD;
}
.TagClassName
{
border-color: #AC32BD;
}
</style>