Shades of Dark Orchid #AC2CDB
Tints of Dark Orchid #AC2CDB
RGB
CMYK
RGB Variations
Color information
#AC2CDB (or 0xAC2CDB) is known color: Dark Orchid. HEX triplet: AC, 2C and DB. RGB value is (172,44,219). Sum of RGB (Red+Green+Blue) = 172+44+219=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC2CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CDB is #53D324. Grayscale: #656565. Windows color (decimal): -5493541 or 14363820. OLE color: 14363820.
HSL color Cylindrical-coordinate representation of color #AC2CDB: hue angle of 283.89º degrees, saturation: 0.71, 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 #AC2CDB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 44 | 219 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 283.89º | 0.71% | 0.52% | - |
| HSV(B) | 283.89º | 0.8% | 0.86% | - |
| XYZ | 30.7 | 15.69 | 68.43 | - |
| YUV | 102.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 219 | 0.21 | 0.80 | 0 | 0.14 | 283.89 | 0.71 | 0.52 |
| Hex | AC | 2C | DB | 15 | 50 | 0 | E | 11C | 47 | 34 |
| Octal | 254 | 54 | 333 | 25 | 120 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101100 | 101100 | 11011011 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AC2CDB
Complementary color
Monochromatic Colors of #AC2CDB
Black with #AC2CDB
Text Example
Text Example
White with #AC2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2CDB; }
p { color: rgb(172,44,219); }
H1.HeaderClassName
{
color: #AC2CDB;
}
.AnyTagClassName
{
color: #AC2CDB;
}
</style>
background-color css
<style>
a { background-color: #AC2CDB; }
a { background-color: rgb(172,44,219); }
div.DivClassName
{
background-color: #AC2CDB;
}
.BgClassName
{
background-color: #AC2CDB;
}
</style>
border-color css
<style>
span { border-color: #AC2CDB; }
span { border-color: rgb(172,44,219); }
td.TdClassName
{
border-color: #AC2CDB;
}
.TagClassName
{
border-color: #AC2CDB;
}
</style>