Shades of Dark Orchid #AC1CDB
Tints of Dark Orchid #AC1CDB
RGB
CMYK
RGB Variations
Color information
#AC1CDB (or 0xAC1CDB) is known color: Dark Orchid. HEX triplet: AC, 1C and DB. RGB value is (172,28,219). Sum of RGB (Red+Green+Blue) = 172+28+219=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC1CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CDB is #53E324. Grayscale: #5C5C5C. Windows color (decimal): -5497637 or 14359724. OLE color: 14359724.
HSL color Cylindrical-coordinate representation of color #AC1CDB: hue angle of 285.24º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1CDB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 28 | 219 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.14 |
| HSL | 285.24º | 0.77% | 0.48% | - |
| HSV(B) | 285.24º | 0.87% | 0.86% | - |
| XYZ | 30.21 | 14.72 | 68.27 | - |
| YUV | 92.83 | 199.21 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 219 | 0.21 | 0.87 | 0 | 0.14 | 285.24 | 0.77 | 0.48 |
| Hex | AC | 1C | DB | 15 | 57 | 0 | E | 11D | 4D | 30 |
| Octal | 254 | 34 | 333 | 25 | 127 | 0 | 16 | 435 | 115 | 60 |
| Binary | 10101100 | 11100 | 11011011 | 10101 | 1010111 | 0 | 1110 | 100011101 | 1001101 | 110000 |
Color Harmonies of #AC1CDB
Complementary color
Monochromatic Colors of #AC1CDB
Black with #AC1CDB
Text Example
Text Example
White with #AC1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CDB; }
p { color: rgb(172,28,219); }
H1.HeaderClassName
{
color: #AC1CDB;
}
.AnyTagClassName
{
color: #AC1CDB;
}
</style>
background-color css
<style>
a { background-color: #AC1CDB; }
a { background-color: rgb(172,28,219); }
div.DivClassName
{
background-color: #AC1CDB;
}
.BgClassName
{
background-color: #AC1CDB;
}
</style>
border-color css
<style>
span { border-color: #AC1CDB; }
span { border-color: rgb(172,28,219); }
td.TdClassName
{
border-color: #AC1CDB;
}
.TagClassName
{
border-color: #AC1CDB;
}
</style>