Shades of Dark Orchid #AC16BC
Tints of Dark Orchid #AC16BC
RGB
CMYK
RGB Variations
Color information
#AC16BC (or 0xAC16BC) is known color: Dark Orchid. HEX triplet: AC, 16 and BC. RGB value is (172,22,188). Sum of RGB (Red+Green+Blue) = 172+22+188=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC16BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16BC is #53E943. Grayscale: #555555. Windows color (decimal): -5499204 or 12326572. OLE color: 12326572.
HSL color Cylindrical-coordinate representation of color #AC16BC: hue angle of 294.22º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC16BC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 22 | 188 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.26 |
| HSL | 294.22º | 0.79% | 0.41% | - |
| HSV(B) | 294.22º | 0.88% | 0.74% | - |
| XYZ | 26.38 | 12.98 | 48.69 | - |
| YUV | 85.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 188 | 0.09 | 0.88 | 0 | 0.26 | 294.22 | 0.79 | 0.41 |
| Hex | AC | 16 | BC | 9 | 58 | 0 | 1A | 126 | 4F | 29 |
| Octal | 254 | 26 | 274 | 11 | 130 | 0 | 32 | 446 | 117 | 51 |
| Binary | 10101100 | 10110 | 10111100 | 1001 | 1011000 | 0 | 11010 | 100100110 | 1001111 | 101001 |
Color Harmonies of #AC16BC
Complementary color
Monochromatic Colors of #AC16BC
Black with #AC16BC
Text Example
Text Example
White with #AC16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16BC; }
p { color: rgb(172,22,188); }
H1.HeaderClassName
{
color: #AC16BC;
}
.AnyTagClassName
{
color: #AC16BC;
}
</style>
background-color css
<style>
a { background-color: #AC16BC; }
a { background-color: rgb(172,22,188); }
div.DivClassName
{
background-color: #AC16BC;
}
.BgClassName
{
background-color: #AC16BC;
}
</style>
border-color css
<style>
span { border-color: #AC16BC; }
span { border-color: rgb(172,22,188); }
td.TdClassName
{
border-color: #AC16BC;
}
.TagClassName
{
border-color: #AC16BC;
}
</style>