Shades of Dark Orchid #AC1BDC
Tints of Dark Orchid #AC1BDC
RGB
CMYK
RGB Variations
Color information
#AC1BDC (or 0xAC1BDC) is known color: Dark Orchid. HEX triplet: AC, 1B and DC. RGB value is (172,27,220). Sum of RGB (Red+Green+Blue) = 172+27+220=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC1BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BDC is #53E423. Grayscale: #5B5B5B. Windows color (decimal): -5497892 or 14425004. OLE color: 14425004.
HSL color Cylindrical-coordinate representation of color #AC1BDC: hue angle of 285.08º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1BDC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 27 | 220 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.14 |
| HSL | 285.08º | 0.78% | 0.48% | - |
| HSV(B) | 285.08º | 0.88% | 0.86% | - |
| XYZ | 30.32 | 14.72 | 68.95 | - |
| YUV | 92.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 220 | 0.22 | 0.88 | 0 | 0.14 | 285.08 | 0.78 | 0.48 |
| Hex | AC | 1B | DC | 16 | 58 | 0 | E | 11D | 4E | 30 |
| Octal | 254 | 33 | 334 | 26 | 130 | 0 | 16 | 435 | 116 | 60 |
| Binary | 10101100 | 11011 | 11011100 | 10110 | 1011000 | 0 | 1110 | 100011101 | 1001110 | 110000 |
Color Harmonies of #AC1BDC
Complementary color
Monochromatic Colors of #AC1BDC
Black with #AC1BDC
Text Example
Text Example
White with #AC1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BDC; }
p { color: rgb(172,27,220); }
H1.HeaderClassName
{
color: #AC1BDC;
}
.AnyTagClassName
{
color: #AC1BDC;
}
</style>
background-color css
<style>
a { background-color: #AC1BDC; }
a { background-color: rgb(172,27,220); }
div.DivClassName
{
background-color: #AC1BDC;
}
.BgClassName
{
background-color: #AC1BDC;
}
</style>
border-color css
<style>
span { border-color: #AC1BDC; }
span { border-color: rgb(172,27,220); }
td.TdClassName
{
border-color: #AC1BDC;
}
.TagClassName
{
border-color: #AC1BDC;
}
</style>