Shades of Dark Orchid #AC2BDB
Tints of Dark Orchid #AC2BDB
RGB
CMYK
RGB Variations
Color information
#AC2BDB (or 0xAC2BDB) is known color: Dark Orchid. HEX triplet: AC, 2B and DB. RGB value is (172,43,219). Sum of RGB (Red+Green+Blue) = 172+43+219=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC2BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BDB is #53D424. Grayscale: #656565. Windows color (decimal): -5493797 or 14363564. OLE color: 14363564.
HSL color Cylindrical-coordinate representation of color #AC2BDB: hue angle of 283.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2BDB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 43 | 219 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 283.98º | 0.71% | 0.51% | - |
| HSV(B) | 283.98º | 0.8% | 0.86% | - |
| XYZ | 30.66 | 15.61 | 68.42 | - |
| YUV | 101.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 219 | 0.21 | 0.80 | 0 | 0.14 | 283.98 | 0.71 | 0.51 |
| Hex | AC | 2B | DB | 15 | 50 | 0 | E | 11C | 47 | 33 |
| Octal | 254 | 53 | 333 | 25 | 120 | 0 | 16 | 434 | 107 | 63 |
| Binary | 10101100 | 101011 | 11011011 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AC2BDB
Complementary color
Monochromatic Colors of #AC2BDB
Black with #AC2BDB
Text Example
Text Example
White with #AC2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BDB; }
p { color: rgb(172,43,219); }
H1.HeaderClassName
{
color: #AC2BDB;
}
.AnyTagClassName
{
color: #AC2BDB;
}
</style>
background-color css
<style>
a { background-color: #AC2BDB; }
a { background-color: rgb(172,43,219); }
div.DivClassName
{
background-color: #AC2BDB;
}
.BgClassName
{
background-color: #AC2BDB;
}
</style>
border-color css
<style>
span { border-color: #AC2BDB; }
span { border-color: rgb(172,43,219); }
td.TdClassName
{
border-color: #AC2BDB;
}
.TagClassName
{
border-color: #AC2BDB;
}
</style>