Shades of Dark Orchid #AC1DDB
Tints of Dark Orchid #AC1DDB
RGB
CMYK
RGB Variations
Color information
#AC1DDB (or 0xAC1DDB) is known color: Dark Orchid. HEX triplet: AC, 1D and DB. RGB value is (172,29,219). Sum of RGB (Red+Green+Blue) = 172+29+219=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC1DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DDB is #53E224. Grayscale: #5C5C5C. Windows color (decimal): -5497381 or 14359980. OLE color: 14359980.
HSL color Cylindrical-coordinate representation of color #AC1DDB: hue angle of 285.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1DDB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 29 | 219 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.14 |
| HSL | 285.16º | 0.77% | 0.49% | - |
| HSV(B) | 285.16º | 0.87% | 0.86% | - |
| XYZ | 30.24 | 14.76 | 68.27 | - |
| YUV | 93.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 219 | 0.21 | 0.87 | 0 | 0.14 | 285.16 | 0.77 | 0.49 |
| Hex | AC | 1D | DB | 15 | 57 | 0 | E | 11D | 4D | 31 |
| Octal | 254 | 35 | 333 | 25 | 127 | 0 | 16 | 435 | 115 | 61 |
| Binary | 10101100 | 11101 | 11011011 | 10101 | 1010111 | 0 | 1110 | 100011101 | 1001101 | 110001 |
Color Harmonies of #AC1DDB
Complementary color
Monochromatic Colors of #AC1DDB
Black with #AC1DDB
Text Example
Text Example
White with #AC1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1DDB; }
p { color: rgb(172,29,219); }
H1.HeaderClassName
{
color: #AC1DDB;
}
.AnyTagClassName
{
color: #AC1DDB;
}
</style>
background-color css
<style>
a { background-color: #AC1DDB; }
a { background-color: rgb(172,29,219); }
div.DivClassName
{
background-color: #AC1DDB;
}
.BgClassName
{
background-color: #AC1DDB;
}
</style>
border-color css
<style>
span { border-color: #AC1DDB; }
span { border-color: rgb(172,29,219); }
td.TdClassName
{
border-color: #AC1DDB;
}
.TagClassName
{
border-color: #AC1DDB;
}
</style>