Shades of Dark Orchid #AC31E1
Tints of Dark Orchid #AC31E1
RGB
CMYK
RGB Variations
Color information
#AC31E1 (or 0xAC31E1) is known color: Dark Orchid. HEX triplet: AC, 31 and E1. RGB value is (172,49,225). Sum of RGB (Red+Green+Blue) = 172+49+225=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC31E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31E1 is #53CE1E. Grayscale: #696969. Windows color (decimal): -5492255 or 14758316. OLE color: 14758316.
HSL color Cylindrical-coordinate representation of color #AC31E1: hue angle of 281.93º degrees, saturation: 0.75, 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 #AC31E1 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 49 | 225 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.12 |
| HSL | 281.93º | 0.75% | 0.54% | - |
| HSV(B) | 281.93º | 0.78% | 0.88% | - |
| XYZ | 31.7 | 16.4 | 72.73 | - |
| YUV | 105.84 | 195.25 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 225 | 0.24 | 0.78 | 0 | 0.12 | 281.93 | 0.75 | 0.54 |
| Hex | AC | 31 | E1 | 18 | 4E | 0 | C | 11A | 4B | 36 |
| Octal | 254 | 61 | 341 | 30 | 116 | 0 | 14 | 432 | 113 | 66 |
| Binary | 10101100 | 110001 | 11100001 | 11000 | 1001110 | 0 | 1100 | 100011010 | 1001011 | 110110 |
Color Harmonies of #AC31E1
Complementary color
Monochromatic Colors of #AC31E1
Black with #AC31E1
Text Example
Text Example
White with #AC31E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC31E1; }
p { color: rgb(172,49,225); }
H1.HeaderClassName
{
color: #AC31E1;
}
.AnyTagClassName
{
color: #AC31E1;
}
</style>
background-color css
<style>
a { background-color: #AC31E1; }
a { background-color: rgb(172,49,225); }
div.DivClassName
{
background-color: #AC31E1;
}
.BgClassName
{
background-color: #AC31E1;
}
</style>
border-color css
<style>
span { border-color: #AC31E1; }
span { border-color: rgb(172,49,225); }
td.TdClassName
{
border-color: #AC31E1;
}
.TagClassName
{
border-color: #AC31E1;
}
</style>