Shades of Dark Orchid #AC2BDC
Tints of Dark Orchid #AC2BDC
RGB
CMYK
RGB Variations
Color information
#AC2BDC (or 0xAC2BDC) is known color: Dark Orchid. HEX triplet: AC, 2B and DC. RGB value is (172,43,220). Sum of RGB (Red+Green+Blue) = 172+43+220=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BDC is #53D423. Grayscale: #656565. Windows color (decimal): -5493796 or 14429100. OLE color: 14429100.
HSL color Cylindrical-coordinate representation of color #AC2BDC: hue angle of 283.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2BDC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 43 | 220 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.14 |
| HSL | 283.73º | 0.72% | 0.52% | - |
| HSV(B) | 283.73º | 0.8% | 0.86% | - |
| XYZ | 30.8 | 15.67 | 69.11 | - |
| YUV | 101.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 220 | 0.22 | 0.80 | 0 | 0.14 | 283.73 | 0.72 | 0.52 |
| Hex | AC | 2B | DC | 16 | 50 | 0 | E | 11C | 48 | 34 |
| Octal | 254 | 53 | 334 | 26 | 120 | 0 | 16 | 434 | 110 | 64 |
| Binary | 10101100 | 101011 | 11011100 | 10110 | 1010000 | 0 | 1110 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AC2BDC
Complementary color
Monochromatic Colors of #AC2BDC
Black with #AC2BDC
Text Example
Text Example
White with #AC2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BDC; }
p { color: rgb(172,43,220); }
H1.HeaderClassName
{
color: #AC2BDC;
}
.AnyTagClassName
{
color: #AC2BDC;
}
</style>
background-color css
<style>
a { background-color: #AC2BDC; }
a { background-color: rgb(172,43,220); }
div.DivClassName
{
background-color: #AC2BDC;
}
.BgClassName
{
background-color: #AC2BDC;
}
</style>
border-color css
<style>
span { border-color: #AC2BDC; }
span { border-color: rgb(172,43,220); }
td.TdClassName
{
border-color: #AC2BDC;
}
.TagClassName
{
border-color: #AC2BDC;
}
</style>