Shades of Dark Orchid #AC16BF
Tints of Dark Orchid #AC16BF
RGB
CMYK
RGB Variations
Color information
#AC16BF (or 0xAC16BF) is known color: Dark Orchid. HEX triplet: AC, 16 and BF. RGB value is (172,22,191). Sum of RGB (Red+Green+Blue) = 172+22+191=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC16BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16BF is #53E940. Grayscale: #555555. Windows color (decimal): -5499201 or 12523180. OLE color: 12523180.
HSL color Cylindrical-coordinate representation of color #AC16BF: hue angle of 293.25º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC16BF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 22 | 191 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.25 |
| HSL | 293.25º | 0.79% | 0.42% | - |
| HSV(B) | 293.25º | 0.88% | 0.75% | - |
| XYZ | 26.7 | 13.11 | 50.41 | - |
| YUV | 86.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 191 | 0.10 | 0.88 | 0 | 0.25 | 293.25 | 0.79 | 0.42 |
| Hex | AC | 16 | BF | A | 58 | 0 | 19 | 125 | 4F | 2A |
| Octal | 254 | 26 | 277 | 12 | 130 | 0 | 31 | 445 | 117 | 52 |
| Binary | 10101100 | 10110 | 10111111 | 1010 | 1011000 | 0 | 11001 | 100100101 | 1001111 | 101010 |
Color Harmonies of #AC16BF
Complementary color
Monochromatic Colors of #AC16BF
Black with #AC16BF
Text Example
Text Example
White with #AC16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16BF; }
p { color: rgb(172,22,191); }
H1.HeaderClassName
{
color: #AC16BF;
}
.AnyTagClassName
{
color: #AC16BF;
}
</style>
background-color css
<style>
a { background-color: #AC16BF; }
a { background-color: rgb(172,22,191); }
div.DivClassName
{
background-color: #AC16BF;
}
.BgClassName
{
background-color: #AC16BF;
}
</style>
border-color css
<style>
span { border-color: #AC16BF; }
span { border-color: rgb(172,22,191); }
td.TdClassName
{
border-color: #AC16BF;
}
.TagClassName
{
border-color: #AC16BF;
}
</style>