Shades of Dark Orchid #AC19CF
Tints of Dark Orchid #AC19CF
RGB
CMYK
RGB Variations
Color information
#AC19CF (or 0xAC19CF) is known color: Dark Orchid. HEX triplet: AC, 19 and CF. RGB value is (172,25,207). Sum of RGB (Red+Green+Blue) = 172+25+207=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC19CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC19CF is #53E630. Grayscale: #595959. Windows color (decimal): -5498417 or 13572524. OLE color: 13572524.
HSL color Cylindrical-coordinate representation of color #AC19CF: hue angle of 288.46º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC19CF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 25 | 207 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.19 |
| HSL | 288.46º | 0.78% | 0.45% | - |
| HSV(B) | 288.46º | 0.88% | 0.81% | - |
| XYZ | 28.62 | 13.97 | 60.22 | - |
| YUV | 89.7 | 194.2 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 207 | 0.17 | 0.88 | 0 | 0.19 | 288.46 | 0.78 | 0.45 |
| Hex | AC | 19 | CF | 11 | 58 | 0 | 13 | 120 | 4E | 2D |
| Octal | 254 | 31 | 317 | 21 | 130 | 0 | 23 | 440 | 116 | 55 |
| Binary | 10101100 | 11001 | 11001111 | 10001 | 1011000 | 0 | 10011 | 100100000 | 1001110 | 101101 |
Color Harmonies of #AC19CF
Complementary color
Monochromatic Colors of #AC19CF
Black with #AC19CF
Text Example
Text Example
White with #AC19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19CF; }
p { color: rgb(172,25,207); }
H1.HeaderClassName
{
color: #AC19CF;
}
.AnyTagClassName
{
color: #AC19CF;
}
</style>
background-color css
<style>
a { background-color: #AC19CF; }
a { background-color: rgb(172,25,207); }
div.DivClassName
{
background-color: #AC19CF;
}
.BgClassName
{
background-color: #AC19CF;
}
</style>
border-color css
<style>
span { border-color: #AC19CF; }
span { border-color: rgb(172,25,207); }
td.TdClassName
{
border-color: #AC19CF;
}
.TagClassName
{
border-color: #AC19CF;
}
</style>