Shades of Dark Orchid #AC2DBB
Tints of Dark Orchid #AC2DBB
RGB
CMYK
RGB Variations
Color information
#AC2DBB (or 0xAC2DBB) is known color: Dark Orchid. HEX triplet: AC, 2D and BB. RGB value is (172,45,187). Sum of RGB (Red+Green+Blue) = 172+45+187=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC2DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DBB is #53D244. Grayscale: #626262. Windows color (decimal): -5493317 or 12266924. OLE color: 12266924.
HSL color Cylindrical-coordinate representation of color #AC2DBB: hue angle of 293.66º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2DBB is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 45 | 187 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.27 |
| HSL | 293.66º | 0.61% | 0.45% | - |
| HSV(B) | 293.66º | 0.76% | 0.73% | - |
| XYZ | 26.92 | 14.24 | 48.34 | - |
| YUV | 99.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 187 | 0.08 | 0.76 | 0 | 0.27 | 293.66 | 0.61 | 0.45 |
| Hex | AC | 2D | BB | 8 | 4C | 0 | 1B | 126 | 3D | 2D |
| Octal | 254 | 55 | 273 | 10 | 114 | 0 | 33 | 446 | 75 | 55 |
| Binary | 10101100 | 101101 | 10111011 | 1000 | 1001100 | 0 | 11011 | 100100110 | 111101 | 101101 |
Color Harmonies of #AC2DBB
Complementary color
Monochromatic Colors of #AC2DBB
Black with #AC2DBB
Text Example
Text Example
White with #AC2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DBB; }
p { color: rgb(172,45,187); }
H1.HeaderClassName
{
color: #AC2DBB;
}
.AnyTagClassName
{
color: #AC2DBB;
}
</style>
background-color css
<style>
a { background-color: #AC2DBB; }
a { background-color: rgb(172,45,187); }
div.DivClassName
{
background-color: #AC2DBB;
}
.BgClassName
{
background-color: #AC2DBB;
}
</style>
border-color css
<style>
span { border-color: #AC2DBB; }
span { border-color: rgb(172,45,187); }
td.TdClassName
{
border-color: #AC2DBB;
}
.TagClassName
{
border-color: #AC2DBB;
}
</style>