Shades of Dark Orchid #AC1CBF
Tints of Dark Orchid #AC1CBF
RGB
CMYK
RGB Variations
Color information
#AC1CBF (or 0xAC1CBF) is known color: Dark Orchid. HEX triplet: AC, 1C and BF. RGB value is (172,28,191). Sum of RGB (Red+Green+Blue) = 172+28+191=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC1CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CBF is #53E340. Grayscale: #595959. Windows color (decimal): -5497665 or 12524716. OLE color: 12524716.
HSL color Cylindrical-coordinate representation of color #AC1CBF: hue angle of 293.01º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1CBF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 28 | 191 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.25 |
| HSL | 293.01º | 0.74% | 0.43% | - |
| HSV(B) | 293.01º | 0.85% | 0.75% | - |
| XYZ | 26.83 | 13.36 | 50.46 | - |
| YUV | 89.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 191 | 0.10 | 0.85 | 0 | 0.25 | 293.01 | 0.74 | 0.43 |
| Hex | AC | 1C | BF | A | 55 | 0 | 19 | 125 | 4A | 2B |
| Octal | 254 | 34 | 277 | 12 | 125 | 0 | 31 | 445 | 112 | 53 |
| Binary | 10101100 | 11100 | 10111111 | 1010 | 1010101 | 0 | 11001 | 100100101 | 1001010 | 101011 |
Color Harmonies of #AC1CBF
Complementary color
Monochromatic Colors of #AC1CBF
Black with #AC1CBF
Text Example
Text Example
White with #AC1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CBF; }
p { color: rgb(172,28,191); }
H1.HeaderClassName
{
color: #AC1CBF;
}
.AnyTagClassName
{
color: #AC1CBF;
}
</style>
background-color css
<style>
a { background-color: #AC1CBF; }
a { background-color: rgb(172,28,191); }
div.DivClassName
{
background-color: #AC1CBF;
}
.BgClassName
{
background-color: #AC1CBF;
}
</style>
border-color css
<style>
span { border-color: #AC1CBF; }
span { border-color: rgb(172,28,191); }
td.TdClassName
{
border-color: #AC1CBF;
}
.TagClassName
{
border-color: #AC1CBF;
}
</style>