Shades of Dark Orchid #AC19BC
Tints of Dark Orchid #AC19BC
RGB
CMYK
RGB Variations
Color information
#AC19BC (or 0xAC19BC) is known color: Dark Orchid. HEX triplet: AC, 19 and BC. RGB value is (172,25,188). Sum of RGB (Red+Green+Blue) = 172+25+188=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC19BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19BC is #53E643. Grayscale: #575757. Windows color (decimal): -5498436 or 12327340. OLE color: 12327340.
HSL color Cylindrical-coordinate representation of color #AC19BC: hue angle of 294.11º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC19BC is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 25 | 188 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.26 |
| HSL | 294.11º | 0.77% | 0.42% | - |
| HSV(B) | 294.11º | 0.87% | 0.74% | - |
| XYZ | 26.44 | 13.1 | 48.71 | - |
| YUV | 87.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 188 | 0.09 | 0.87 | 0 | 0.26 | 294.11 | 0.77 | 0.42 |
| Hex | AC | 19 | BC | 9 | 57 | 0 | 1A | 126 | 4D | 2A |
| Octal | 254 | 31 | 274 | 11 | 127 | 0 | 32 | 446 | 115 | 52 |
| Binary | 10101100 | 11001 | 10111100 | 1001 | 1010111 | 0 | 11010 | 100100110 | 1001101 | 101010 |
Color Harmonies of #AC19BC
Complementary color
Monochromatic Colors of #AC19BC
Black with #AC19BC
Text Example
Text Example
White with #AC19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19BC; }
p { color: rgb(172,25,188); }
H1.HeaderClassName
{
color: #AC19BC;
}
.AnyTagClassName
{
color: #AC19BC;
}
</style>
background-color css
<style>
a { background-color: #AC19BC; }
a { background-color: rgb(172,25,188); }
div.DivClassName
{
background-color: #AC19BC;
}
.BgClassName
{
background-color: #AC19BC;
}
</style>
border-color css
<style>
span { border-color: #AC19BC; }
span { border-color: rgb(172,25,188); }
td.TdClassName
{
border-color: #AC19BC;
}
.TagClassName
{
border-color: #AC19BC;
}
</style>