Shades of Dark Orchid #AC17BC
Tints of Dark Orchid #AC17BC
RGB
CMYK
RGB Variations
Color information
#AC17BC (or 0xAC17BC) is known color: Dark Orchid. HEX triplet: AC, 17 and BC. RGB value is (172,23,188). Sum of RGB (Red+Green+Blue) = 172+23+188=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC17BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC17BC is #53E843. Grayscale: #555555. Windows color (decimal): -5498948 or 12326828. OLE color: 12326828.
HSL color Cylindrical-coordinate representation of color #AC17BC: hue angle of 294.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC17BC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 23 | 188 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.26 |
| HSL | 294.18º | 0.78% | 0.41% | - |
| HSV(B) | 294.18º | 0.88% | 0.74% | - |
| XYZ | 26.4 | 13.01 | 48.7 | - |
| YUV | 86.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 188 | 0.09 | 0.88 | 0 | 0.26 | 294.18 | 0.78 | 0.41 |
| Hex | AC | 17 | BC | 9 | 58 | 0 | 1A | 126 | 4E | 29 |
| Octal | 254 | 27 | 274 | 11 | 130 | 0 | 32 | 446 | 116 | 51 |
| Binary | 10101100 | 10111 | 10111100 | 1001 | 1011000 | 0 | 11010 | 100100110 | 1001110 | 101001 |
Color Harmonies of #AC17BC
Complementary color
Monochromatic Colors of #AC17BC
Black with #AC17BC
Text Example
Text Example
White with #AC17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC17BC; }
p { color: rgb(172,23,188); }
H1.HeaderClassName
{
color: #AC17BC;
}
.AnyTagClassName
{
color: #AC17BC;
}
</style>
background-color css
<style>
a { background-color: #AC17BC; }
a { background-color: rgb(172,23,188); }
div.DivClassName
{
background-color: #AC17BC;
}
.BgClassName
{
background-color: #AC17BC;
}
</style>
border-color css
<style>
span { border-color: #AC17BC; }
span { border-color: rgb(172,23,188); }
td.TdClassName
{
border-color: #AC17BC;
}
.TagClassName
{
border-color: #AC17BC;
}
</style>