Shades of Dark Orchid #AC16C1
Tints of Dark Orchid #AC16C1
RGB
CMYK
RGB Variations
Color information
#AC16C1 (or 0xAC16C1) is known color: Dark Orchid. HEX triplet: AC, 16 and C1. RGB value is (172,22,193). Sum of RGB (Red+Green+Blue) = 172+22+193=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC16C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16C1 is #53E93E. Grayscale: #555555. Windows color (decimal): -5499199 or 12654252. OLE color: 12654252.
HSL color Cylindrical-coordinate representation of color #AC16C1: hue angle of 292.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16C1 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 22 | 193 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.24 |
| HSL | 292.63º | 0.8% | 0.42% | - |
| HSV(B) | 292.63º | 0.89% | 0.76% | - |
| XYZ | 26.93 | 13.19 | 51.58 | - |
| YUV | 86.34 | 188.2 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 193 | 0.11 | 0.89 | 0 | 0.24 | 292.63 | 0.8 | 0.42 |
| Hex | AC | 16 | C1 | B | 59 | 0 | 18 | 125 | 50 | 2A |
| Octal | 254 | 26 | 301 | 13 | 131 | 0 | 30 | 445 | 120 | 52 |
| Binary | 10101100 | 10110 | 11000001 | 1011 | 1011001 | 0 | 11000 | 100100101 | 1010000 | 101010 |
Color Harmonies of #AC16C1
Complementary color
Monochromatic Colors of #AC16C1
Black with #AC16C1
Text Example
Text Example
White with #AC16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16C1; }
p { color: rgb(172,22,193); }
H1.HeaderClassName
{
color: #AC16C1;
}
.AnyTagClassName
{
color: #AC16C1;
}
</style>
background-color css
<style>
a { background-color: #AC16C1; }
a { background-color: rgb(172,22,193); }
div.DivClassName
{
background-color: #AC16C1;
}
.BgClassName
{
background-color: #AC16C1;
}
</style>
border-color css
<style>
span { border-color: #AC16C1; }
span { border-color: rgb(172,22,193); }
td.TdClassName
{
border-color: #AC16C1;
}
.TagClassName
{
border-color: #AC16C1;
}
</style>