Shades of Dark Orchid #AC17C1
Tints of Dark Orchid #AC17C1
RGB
CMYK
RGB Variations
Color information
#AC17C1 (or 0xAC17C1) is known color: Dark Orchid. HEX triplet: AC, 17 and C1. RGB value is (172,23,193). Sum of RGB (Red+Green+Blue) = 172+23+193=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC17C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17C1 is #53E83E. Grayscale: #565656. Windows color (decimal): -5498943 or 12654508. OLE color: 12654508.
HSL color Cylindrical-coordinate representation of color #AC17C1: hue angle of 292.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17C1 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 23 | 193 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.24 |
| HSL | 292.59º | 0.79% | 0.42% | - |
| HSV(B) | 292.59º | 0.88% | 0.76% | - |
| XYZ | 26.95 | 13.23 | 51.59 | - |
| YUV | 86.93 | 187.86 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 193 | 0.11 | 0.88 | 0 | 0.24 | 292.59 | 0.79 | 0.42 |
| Hex | AC | 17 | C1 | B | 58 | 0 | 18 | 125 | 4F | 2A |
| Octal | 254 | 27 | 301 | 13 | 130 | 0 | 30 | 445 | 117 | 52 |
| Binary | 10101100 | 10111 | 11000001 | 1011 | 1011000 | 0 | 11000 | 100100101 | 1001111 | 101010 |
Color Harmonies of #AC17C1
Complementary color
Monochromatic Colors of #AC17C1
Black with #AC17C1
Text Example
Text Example
White with #AC17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17C1; }
p { color: rgb(172,23,193); }
H1.HeaderClassName
{
color: #AC17C1;
}
.AnyTagClassName
{
color: #AC17C1;
}
</style>
background-color css
<style>
a { background-color: #AC17C1; }
a { background-color: rgb(172,23,193); }
div.DivClassName
{
background-color: #AC17C1;
}
.BgClassName
{
background-color: #AC17C1;
}
</style>
border-color css
<style>
span { border-color: #AC17C1; }
span { border-color: rgb(172,23,193); }
td.TdClassName
{
border-color: #AC17C1;
}
.TagClassName
{
border-color: #AC17C1;
}
</style>