Shades of Dark Orchid #AC17BA
Tints of Dark Orchid #AC17BA
RGB
CMYK
RGB Variations
Color information
#AC17BA (or 0xAC17BA) is known color: Dark Orchid. HEX triplet: AC, 17 and BA. RGB value is (172,23,186). Sum of RGB (Red+Green+Blue) = 172+23+186=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17BA is #53E845. Grayscale: #555555. Windows color (decimal): -5498950 or 12195756. OLE color: 12195756.
HSL color Cylindrical-coordinate representation of color #AC17BA: hue angle of 294.85º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17BA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 23 | 186 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.27 |
| HSL | 294.85º | 0.78% | 0.41% | - |
| HSV(B) | 294.85º | 0.88% | 0.73% | - |
| XYZ | 26.18 | 12.93 | 47.57 | - |
| YUV | 86.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 186 | 0.08 | 0.88 | 0 | 0.27 | 294.85 | 0.78 | 0.41 |
| Hex | AC | 17 | BA | 8 | 58 | 0 | 1B | 127 | 4E | 29 |
| Octal | 254 | 27 | 272 | 10 | 130 | 0 | 33 | 447 | 116 | 51 |
| Binary | 10101100 | 10111 | 10111010 | 1000 | 1011000 | 0 | 11011 | 100100111 | 1001110 | 101001 |
Color Harmonies of #AC17BA
Complementary color
Monochromatic Colors of #AC17BA
Black with #AC17BA
Text Example
Text Example
White with #AC17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17BA; }
p { color: rgb(172,23,186); }
H1.HeaderClassName
{
color: #AC17BA;
}
.AnyTagClassName
{
color: #AC17BA;
}
</style>
background-color css
<style>
a { background-color: #AC17BA; }
a { background-color: rgb(172,23,186); }
div.DivClassName
{
background-color: #AC17BA;
}
.BgClassName
{
background-color: #AC17BA;
}
</style>
border-color css
<style>
span { border-color: #AC17BA; }
span { border-color: rgb(172,23,186); }
td.TdClassName
{
border-color: #AC17BA;
}
.TagClassName
{
border-color: #AC17BA;
}
</style>