Shades of Dark Orchid #AC1CBC
Tints of Dark Orchid #AC1CBC
RGB
CMYK
RGB Variations
Color information
#AC1CBC (or 0xAC1CBC) is known color: Dark Orchid. HEX triplet: AC, 1C and BC. RGB value is (172,28,188). Sum of RGB (Red+Green+Blue) = 172+28+188=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC1CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CBC is #53E343. Grayscale: #585858. Windows color (decimal): -5497668 or 12328108. OLE color: 12328108.
HSL color Cylindrical-coordinate representation of color #AC1CBC: hue angle of 294º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1CBC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 28 | 188 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.26 |
| HSL | 294º | 0.74% | 0.42% | - |
| HSV(B) | 294º | 0.85% | 0.74% | - |
| XYZ | 26.51 | 13.23 | 48.73 | - |
| YUV | 89.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 188 | 0.09 | 0.85 | 0 | 0.26 | 294 | 0.74 | 0.42 |
| Hex | AC | 1C | BC | 9 | 55 | 0 | 1A | 126 | 4A | 2A |
| Octal | 254 | 34 | 274 | 11 | 125 | 0 | 32 | 446 | 112 | 52 |
| Binary | 10101100 | 11100 | 10111100 | 1001 | 1010101 | 0 | 11010 | 100100110 | 1001010 | 101010 |
Color Harmonies of #AC1CBC
Complementary color
Monochromatic Colors of #AC1CBC
Black with #AC1CBC
Text Example
Text Example
White with #AC1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CBC; }
p { color: rgb(172,28,188); }
H1.HeaderClassName
{
color: #AC1CBC;
}
.AnyTagClassName
{
color: #AC1CBC;
}
</style>
background-color css
<style>
a { background-color: #AC1CBC; }
a { background-color: rgb(172,28,188); }
div.DivClassName
{
background-color: #AC1CBC;
}
.BgClassName
{
background-color: #AC1CBC;
}
</style>
border-color css
<style>
span { border-color: #AC1CBC; }
span { border-color: rgb(172,28,188); }
td.TdClassName
{
border-color: #AC1CBC;
}
.TagClassName
{
border-color: #AC1CBC;
}
</style>