Shades of Dark Orchid #AC2DCC
Tints of Dark Orchid #AC2DCC
RGB
CMYK
RGB Variations
Color information
#AC2DCC (or 0xAC2DCC) is known color: Dark Orchid. HEX triplet: AC, 2D and CC. RGB value is (172,45,204). Sum of RGB (Red+Green+Blue) = 172+45+204=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC2DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DCC is #53D233. Grayscale: #646464. Windows color (decimal): -5493300 or 13381036. OLE color: 13381036.
HSL color Cylindrical-coordinate representation of color #AC2DCC: hue angle of 287.92º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2DCC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 45 | 204 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.2 |
| HSL | 287.92º | 0.64% | 0.49% | - |
| HSV(B) | 287.92º | 0.78% | 0.8% | - |
| XYZ | 28.85 | 15.01 | 58.5 | - |
| YUV | 101.1 | 186.08 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 204 | 0.16 | 0.78 | 0 | 0.2 | 287.92 | 0.64 | 0.49 |
| Hex | AC | 2D | CC | 10 | 4E | 0 | 14 | 120 | 40 | 31 |
| Octal | 254 | 55 | 314 | 20 | 116 | 0 | 24 | 440 | 100 | 61 |
| Binary | 10101100 | 101101 | 11001100 | 10000 | 1001110 | 0 | 10100 | 100100000 | 1000000 | 110001 |
Color Harmonies of #AC2DCC
Complementary color
Monochromatic Colors of #AC2DCC
Black with #AC2DCC
Text Example
Text Example
White with #AC2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DCC; }
p { color: rgb(172,45,204); }
H1.HeaderClassName
{
color: #AC2DCC;
}
.AnyTagClassName
{
color: #AC2DCC;
}
</style>
background-color css
<style>
a { background-color: #AC2DCC; }
a { background-color: rgb(172,45,204); }
div.DivClassName
{
background-color: #AC2DCC;
}
.BgClassName
{
background-color: #AC2DCC;
}
</style>
border-color css
<style>
span { border-color: #AC2DCC; }
span { border-color: rgb(172,45,204); }
td.TdClassName
{
border-color: #AC2DCC;
}
.TagClassName
{
border-color: #AC2DCC;
}
</style>