Shades of Dark Orchid #AC1CBB
Tints of Dark Orchid #AC1CBB
RGB
CMYK
RGB Variations
Color information
#AC1CBB (or 0xAC1CBB) is known color: Dark Orchid. HEX triplet: AC, 1C and BB. RGB value is (172,28,187). Sum of RGB (Red+Green+Blue) = 172+28+187=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC1CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CBB is #53E344. Grayscale: #585858. Windows color (decimal): -5497669 or 12262572. OLE color: 12262572.
HSL color Cylindrical-coordinate representation of color #AC1CBB: hue angle of 294.34º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1CBB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 28 | 187 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.27 |
| HSL | 294.34º | 0.74% | 0.42% | - |
| HSV(B) | 294.34º | 0.85% | 0.73% | - |
| XYZ | 26.4 | 13.19 | 48.17 | - |
| YUV | 89.18 | 183.21 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 187 | 0.08 | 0.85 | 0 | 0.27 | 294.34 | 0.74 | 0.42 |
| Hex | AC | 1C | BB | 8 | 55 | 0 | 1B | 126 | 4A | 2A |
| Octal | 254 | 34 | 273 | 10 | 125 | 0 | 33 | 446 | 112 | 52 |
| Binary | 10101100 | 11100 | 10111011 | 1000 | 1010101 | 0 | 11011 | 100100110 | 1001010 | 101010 |
Color Harmonies of #AC1CBB
Complementary color
Monochromatic Colors of #AC1CBB
Black with #AC1CBB
Text Example
Text Example
White with #AC1CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CBB; }
p { color: rgb(172,28,187); }
H1.HeaderClassName
{
color: #AC1CBB;
}
.AnyTagClassName
{
color: #AC1CBB;
}
</style>
background-color css
<style>
a { background-color: #AC1CBB; }
a { background-color: rgb(172,28,187); }
div.DivClassName
{
background-color: #AC1CBB;
}
.BgClassName
{
background-color: #AC1CBB;
}
</style>
border-color css
<style>
span { border-color: #AC1CBB; }
span { border-color: rgb(172,28,187); }
td.TdClassName
{
border-color: #AC1CBB;
}
.TagClassName
{
border-color: #AC1CBB;
}
</style>