Shades of Dark Orchid #AC2DC0
Tints of Dark Orchid #AC2DC0
RGB
CMYK
RGB Variations
Color information
#AC2DC0 (or 0xAC2DC0) is known color: Dark Orchid. HEX triplet: AC, 2D and C0. RGB value is (172,45,192). Sum of RGB (Red+Green+Blue) = 172+45+192=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC2DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DC0 is #53D23F. Grayscale: #636363. Windows color (decimal): -5493312 or 12594604. OLE color: 12594604.
HSL color Cylindrical-coordinate representation of color #AC2DC0: hue angle of 291.84º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2DC0 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 45 | 192 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.25 |
| HSL | 291.84º | 0.62% | 0.46% | - |
| HSV(B) | 291.84º | 0.77% | 0.75% | - |
| XYZ | 27.47 | 14.45 | 51.21 | - |
| YUV | 99.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 192 | 0.10 | 0.77 | 0 | 0.25 | 291.84 | 0.62 | 0.46 |
| Hex | AC | 2D | C0 | A | 4D | 0 | 19 | 124 | 3E | 2E |
| Octal | 254 | 55 | 300 | 12 | 115 | 0 | 31 | 444 | 76 | 56 |
| Binary | 10101100 | 101101 | 11000000 | 1010 | 1001101 | 0 | 11001 | 100100100 | 111110 | 101110 |
Color Harmonies of #AC2DC0
Complementary color
Monochromatic Colors of #AC2DC0
Black with #AC2DC0
Text Example
Text Example
White with #AC2DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DC0; }
p { color: rgb(172,45,192); }
H1.HeaderClassName
{
color: #AC2DC0;
}
.AnyTagClassName
{
color: #AC2DC0;
}
</style>
background-color css
<style>
a { background-color: #AC2DC0; }
a { background-color: rgb(172,45,192); }
div.DivClassName
{
background-color: #AC2DC0;
}
.BgClassName
{
background-color: #AC2DC0;
}
</style>
border-color css
<style>
span { border-color: #AC2DC0; }
span { border-color: rgb(172,45,192); }
td.TdClassName
{
border-color: #AC2DC0;
}
.TagClassName
{
border-color: #AC2DC0;
}
</style>