Shades of Dark Orchid #AC31DF
Tints of Dark Orchid #AC31DF
RGB
CMYK
RGB Variations
Color information
#AC31DF (or 0xAC31DF) is known color: Dark Orchid. HEX triplet: AC, 31 and DF. RGB value is (172,49,223). Sum of RGB (Red+Green+Blue) = 172+49+223=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC31DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31DF is #53CE20. Grayscale: #696969. Windows color (decimal): -5492257 or 14627244. OLE color: 14627244.
HSL color Cylindrical-coordinate representation of color #AC31DF: hue angle of 282.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC31DF is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 49 | 223 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.13 |
| HSL | 282.41º | 0.73% | 0.53% | - |
| HSV(B) | 282.41º | 0.78% | 0.87% | - |
| XYZ | 31.43 | 16.29 | 71.3 | - |
| YUV | 105.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 223 | 0.23 | 0.78 | 0 | 0.13 | 282.41 | 0.73 | 0.53 |
| Hex | AC | 31 | DF | 17 | 4E | 0 | D | 11A | 49 | 35 |
| Octal | 254 | 61 | 337 | 27 | 116 | 0 | 15 | 432 | 111 | 65 |
| Binary | 10101100 | 110001 | 11011111 | 10111 | 1001110 | 0 | 1101 | 100011010 | 1001001 | 110101 |
Color Harmonies of #AC31DF
Complementary color
Monochromatic Colors of #AC31DF
Black with #AC31DF
Text Example
Text Example
White with #AC31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC31DF; }
p { color: rgb(172,49,223); }
H1.HeaderClassName
{
color: #AC31DF;
}
.AnyTagClassName
{
color: #AC31DF;
}
</style>
background-color css
<style>
a { background-color: #AC31DF; }
a { background-color: rgb(172,49,223); }
div.DivClassName
{
background-color: #AC31DF;
}
.BgClassName
{
background-color: #AC31DF;
}
</style>
border-color css
<style>
span { border-color: #AC31DF; }
span { border-color: rgb(172,49,223); }
td.TdClassName
{
border-color: #AC31DF;
}
.TagClassName
{
border-color: #AC31DF;
}
</style>