Shades of Dark Orchid #AC32E1
Tints of Dark Orchid #AC32E1
RGB
CMYK
RGB Variations
Color information
#AC32E1 (or 0xAC32E1) is known color: Dark Orchid. HEX triplet: AC, 32 and E1. RGB value is (172,50,225). Sum of RGB (Red+Green+Blue) = 172+50+225=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC32E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC32E1 is #53CD1E. Grayscale: #696969. Windows color (decimal): -5491999 or 14758572. OLE color: 14758572.
HSL color Cylindrical-coordinate representation of color #AC32E1: hue angle of 281.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC32E1 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 50 | 225 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.12 |
| HSL | 281.83º | 0.74% | 0.54% | - |
| HSV(B) | 281.83º | 0.78% | 0.88% | - |
| XYZ | 31.74 | 16.49 | 72.74 | - |
| YUV | 106.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 225 | 0.24 | 0.78 | 0 | 0.12 | 281.83 | 0.74 | 0.54 |
| Hex | AC | 32 | E1 | 18 | 4E | 0 | C | 11A | 4A | 36 |
| Octal | 254 | 62 | 341 | 30 | 116 | 0 | 14 | 432 | 112 | 66 |
| Binary | 10101100 | 110010 | 11100001 | 11000 | 1001110 | 0 | 1100 | 100011010 | 1001010 | 110110 |
Color Harmonies of #AC32E1
Complementary color
Monochromatic Colors of #AC32E1
Black with #AC32E1
Text Example
Text Example
White with #AC32E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC32E1; }
p { color: rgb(172,50,225); }
H1.HeaderClassName
{
color: #AC32E1;
}
.AnyTagClassName
{
color: #AC32E1;
}
</style>
background-color css
<style>
a { background-color: #AC32E1; }
a { background-color: rgb(172,50,225); }
div.DivClassName
{
background-color: #AC32E1;
}
.BgClassName
{
background-color: #AC32E1;
}
</style>
border-color css
<style>
span { border-color: #AC32E1; }
span { border-color: rgb(172,50,225); }
td.TdClassName
{
border-color: #AC32E1;
}
.TagClassName
{
border-color: #AC32E1;
}
</style>