Shades of Dark Orchid #AC31CE
Tints of Dark Orchid #AC31CE
RGB
CMYK
RGB Variations
Color information
#AC31CE (or 0xAC31CE) is known color: Dark Orchid. HEX triplet: AC, 31 and CE. RGB value is (172,49,206). Sum of RGB (Red+Green+Blue) = 172+49+206=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC31CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31CE is #53CE31. Grayscale: #676767. Windows color (decimal): -5492274 or 13513132. OLE color: 13513132.
HSL color Cylindrical-coordinate representation of color #AC31CE: hue angle of 287.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC31CE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 49 | 206 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.19 |
| HSL | 287.01º | 0.62% | 0.5% | - |
| HSV(B) | 287.01º | 0.76% | 0.81% | - |
| XYZ | 29.25 | 15.42 | 59.83 | - |
| YUV | 103.68 | 185.75 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 49 | 206 | 0.17 | 0.76 | 0 | 0.19 | 287.01 | 0.62 | 0.5 |
| Hex | AC | 31 | CE | 11 | 4C | 0 | 13 | 11F | 3E | 32 |
| Octal | 254 | 61 | 316 | 21 | 114 | 0 | 23 | 437 | 76 | 62 |
| Binary | 10101100 | 110001 | 11001110 | 10001 | 1001100 | 0 | 10011 | 100011111 | 111110 | 110010 |
Color Harmonies of #AC31CE
Complementary color
Monochromatic Colors of #AC31CE
Black with #AC31CE
Text Example
Text Example
White with #AC31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC31CE; }
p { color: rgb(172,49,206); }
H1.HeaderClassName
{
color: #AC31CE;
}
.AnyTagClassName
{
color: #AC31CE;
}
</style>
background-color css
<style>
a { background-color: #AC31CE; }
a { background-color: rgb(172,49,206); }
div.DivClassName
{
background-color: #AC31CE;
}
.BgClassName
{
background-color: #AC31CE;
}
</style>
border-color css
<style>
span { border-color: #AC31CE; }
span { border-color: rgb(172,49,206); }
td.TdClassName
{
border-color: #AC31CE;
}
.TagClassName
{
border-color: #AC31CE;
}
</style>