Shades of Dark Orchid #AC19BA
Tints of Dark Orchid #AC19BA
RGB
CMYK
RGB Variations
Color information
#AC19BA (or 0xAC19BA) is known color: Dark Orchid. HEX triplet: AC, 19 and BA. RGB value is (172,25,186). Sum of RGB (Red+Green+Blue) = 172+25+186=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC19BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19BA is #53E645. Grayscale: #565656. Windows color (decimal): -5498438 or 12196268. OLE color: 12196268.
HSL color Cylindrical-coordinate representation of color #AC19BA: hue angle of 294.78º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC19BA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 25 | 186 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.27 |
| HSL | 294.78º | 0.76% | 0.41% | - |
| HSV(B) | 294.78º | 0.87% | 0.73% | - |
| XYZ | 26.22 | 13.01 | 47.58 | - |
| YUV | 87.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 186 | 0.08 | 0.87 | 0 | 0.27 | 294.78 | 0.76 | 0.41 |
| Hex | AC | 19 | BA | 8 | 57 | 0 | 1B | 127 | 4C | 29 |
| Octal | 254 | 31 | 272 | 10 | 127 | 0 | 33 | 447 | 114 | 51 |
| Binary | 10101100 | 11001 | 10111010 | 1000 | 1010111 | 0 | 11011 | 100100111 | 1001100 | 101001 |
Color Harmonies of #AC19BA
Complementary color
Monochromatic Colors of #AC19BA
Black with #AC19BA
Text Example
Text Example
White with #AC19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19BA; }
p { color: rgb(172,25,186); }
H1.HeaderClassName
{
color: #AC19BA;
}
.AnyTagClassName
{
color: #AC19BA;
}
</style>
background-color css
<style>
a { background-color: #AC19BA; }
a { background-color: rgb(172,25,186); }
div.DivClassName
{
background-color: #AC19BA;
}
.BgClassName
{
background-color: #AC19BA;
}
</style>
border-color css
<style>
span { border-color: #AC19BA; }
span { border-color: rgb(172,25,186); }
td.TdClassName
{
border-color: #AC19BA;
}
.TagClassName
{
border-color: #AC19BA;
}
</style>