Shades of Dark Orchid #AC32BE
Tints of Dark Orchid #AC32BE
RGB
CMYK
RGB Variations
Color information
#AC32BE (or 0xAC32BE) is known color: Dark Orchid. HEX triplet: AC, 32 and BE. RGB value is (172,50,190). Sum of RGB (Red+Green+Blue) = 172+50+190=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32BE is #53CD41. Grayscale: #666666. Windows color (decimal): -5492034 or 12464812. OLE color: 12464812.
HSL color Cylindrical-coordinate representation of color #AC32BE: hue angle of 292.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC32BE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 50 | 190 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.25 |
| HSL | 292.29º | 0.58% | 0.47% | - |
| HSV(B) | 292.29º | 0.74% | 0.75% | - |
| XYZ | 27.45 | 14.77 | 50.12 | - |
| YUV | 102.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 190 | 0.09 | 0.74 | 0 | 0.25 | 292.29 | 0.58 | 0.47 |
| Hex | AC | 32 | BE | 9 | 4A | 0 | 19 | 124 | 3A | 2F |
| Octal | 254 | 62 | 276 | 11 | 112 | 0 | 31 | 444 | 72 | 57 |
| Binary | 10101100 | 110010 | 10111110 | 1001 | 1001010 | 0 | 11001 | 100100100 | 111010 | 101111 |
Color Harmonies of #AC32BE
Complementary color
Monochromatic Colors of #AC32BE
Black with #AC32BE
Text Example
Text Example
White with #AC32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32BE; }
p { color: rgb(172,50,190); }
H1.HeaderClassName
{
color: #AC32BE;
}
.AnyTagClassName
{
color: #AC32BE;
}
</style>
background-color css
<style>
a { background-color: #AC32BE; }
a { background-color: rgb(172,50,190); }
div.DivClassName
{
background-color: #AC32BE;
}
.BgClassName
{
background-color: #AC32BE;
}
</style>
border-color css
<style>
span { border-color: #AC32BE; }
span { border-color: rgb(172,50,190); }
td.TdClassName
{
border-color: #AC32BE;
}
.TagClassName
{
border-color: #AC32BE;
}
</style>