Shades of Dark Orchid #AC16BB
Tints of Dark Orchid #AC16BB
RGB
CMYK
RGB Variations
Color information
#AC16BB (or 0xAC16BB) is known color: Dark Orchid. HEX triplet: AC, 16 and BB. RGB value is (172,22,187). Sum of RGB (Red+Green+Blue) = 172+22+187=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC16BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16BB is #53E944. Grayscale: #555555. Windows color (decimal): -5499205 or 12261036. OLE color: 12261036.
HSL color Cylindrical-coordinate representation of color #AC16BB: hue angle of 294.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC16BB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 22 | 187 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.27 |
| HSL | 294.55º | 0.79% | 0.41% | - |
| HSV(B) | 294.55º | 0.88% | 0.73% | - |
| XYZ | 26.27 | 12.93 | 48.13 | - |
| YUV | 85.66 | 185.2 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 187 | 0.08 | 0.88 | 0 | 0.27 | 294.55 | 0.79 | 0.41 |
| Hex | AC | 16 | BB | 8 | 58 | 0 | 1B | 127 | 4F | 29 |
| Octal | 254 | 26 | 273 | 10 | 130 | 0 | 33 | 447 | 117 | 51 |
| Binary | 10101100 | 10110 | 10111011 | 1000 | 1011000 | 0 | 11011 | 100100111 | 1001111 | 101001 |
Color Harmonies of #AC16BB
Complementary color
Monochromatic Colors of #AC16BB
Black with #AC16BB
Text Example
Text Example
White with #AC16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16BB; }
p { color: rgb(172,22,187); }
H1.HeaderClassName
{
color: #AC16BB;
}
.AnyTagClassName
{
color: #AC16BB;
}
</style>
background-color css
<style>
a { background-color: #AC16BB; }
a { background-color: rgb(172,22,187); }
div.DivClassName
{
background-color: #AC16BB;
}
.BgClassName
{
background-color: #AC16BB;
}
</style>
border-color css
<style>
span { border-color: #AC16BB; }
span { border-color: rgb(172,22,187); }
td.TdClassName
{
border-color: #AC16BB;
}
.TagClassName
{
border-color: #AC16BB;
}
</style>