Shades of Dark Orchid #AC2DDB
Tints of Dark Orchid #AC2DDB
RGB
CMYK
RGB Variations
Color information
#AC2DDB (or 0xAC2DDB) is known color: Dark Orchid. HEX triplet: AC, 2D and DB. RGB value is (172,45,219). Sum of RGB (Red+Green+Blue) = 172+45+219=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC2DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DDB is #53D224. Grayscale: #666666. Windows color (decimal): -5493285 or 14364076. OLE color: 14364076.
HSL color Cylindrical-coordinate representation of color #AC2DDB: hue angle of 283.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2DDB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 45 | 219 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.14 |
| HSL | 283.79º | 0.71% | 0.52% | - |
| HSV(B) | 283.79º | 0.79% | 0.86% | - |
| XYZ | 30.74 | 15.76 | 68.44 | - |
| YUV | 102.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 219 | 0.21 | 0.79 | 0 | 0.14 | 283.79 | 0.71 | 0.52 |
| Hex | AC | 2D | DB | 15 | 4F | 0 | E | 11C | 47 | 34 |
| Octal | 254 | 55 | 333 | 25 | 117 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101100 | 101101 | 11011011 | 10101 | 1001111 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AC2DDB
Complementary color
Monochromatic Colors of #AC2DDB
Black with #AC2DDB
Text Example
Text Example
White with #AC2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DDB; }
p { color: rgb(172,45,219); }
H1.HeaderClassName
{
color: #AC2DDB;
}
.AnyTagClassName
{
color: #AC2DDB;
}
</style>
background-color css
<style>
a { background-color: #AC2DDB; }
a { background-color: rgb(172,45,219); }
div.DivClassName
{
background-color: #AC2DDB;
}
.BgClassName
{
background-color: #AC2DDB;
}
</style>
border-color css
<style>
span { border-color: #AC2DDB; }
span { border-color: rgb(172,45,219); }
td.TdClassName
{
border-color: #AC2DDB;
}
.TagClassName
{
border-color: #AC2DDB;
}
</style>