Shades of Dark Orchid #AC17C0
Tints of Dark Orchid #AC17C0
RGB
CMYK
RGB Variations
Color information
#AC17C0 (or 0xAC17C0) is known color: Dark Orchid. HEX triplet: AC, 17 and C0. RGB value is (172,23,192). Sum of RGB (Red+Green+Blue) = 172+23+192=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC17C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17C0 is #53E83F. Grayscale: #565656. Windows color (decimal): -5498944 or 12588972. OLE color: 12588972.
HSL color Cylindrical-coordinate representation of color #AC17C0: hue angle of 292.9º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17C0 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 23 | 192 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.25 |
| HSL | 292.9º | 0.79% | 0.42% | - |
| HSV(B) | 292.9º | 0.88% | 0.75% | - |
| XYZ | 26.83 | 13.19 | 51 | - |
| YUV | 86.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 192 | 0.10 | 0.88 | 0 | 0.25 | 292.9 | 0.79 | 0.42 |
| Hex | AC | 17 | C0 | A | 58 | 0 | 19 | 125 | 4F | 2A |
| Octal | 254 | 27 | 300 | 12 | 130 | 0 | 31 | 445 | 117 | 52 |
| Binary | 10101100 | 10111 | 11000000 | 1010 | 1011000 | 0 | 11001 | 100100101 | 1001111 | 101010 |
Color Harmonies of #AC17C0
Complementary color
Monochromatic Colors of #AC17C0
Black with #AC17C0
Text Example
Text Example
White with #AC17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17C0; }
p { color: rgb(172,23,192); }
H1.HeaderClassName
{
color: #AC17C0;
}
.AnyTagClassName
{
color: #AC17C0;
}
</style>
background-color css
<style>
a { background-color: #AC17C0; }
a { background-color: rgb(172,23,192); }
div.DivClassName
{
background-color: #AC17C0;
}
.BgClassName
{
background-color: #AC17C0;
}
</style>
border-color css
<style>
span { border-color: #AC17C0; }
span { border-color: rgb(172,23,192); }
td.TdClassName
{
border-color: #AC17C0;
}
.TagClassName
{
border-color: #AC17C0;
}
</style>