Shades of Medium Violet Red #AC178B
Tints of Medium Violet Red #AC178B
RGB
CMYK
RGB Variations
Color information
#AC178B (or 0xAC178B) is known color: Medium Violet Red. HEX triplet: AC, 17 and 8B. RGB value is (172,23,139). Sum of RGB (Red+Green+Blue) = 172+23+139=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC178B is #53E874. Grayscale: #505050. Windows color (decimal): -5498997 or 9115564. OLE color: 9115564.
HSL color Cylindrical-coordinate representation of color #AC178B: hue angle of 313.29º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC178B is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 23 | 139 | - |
CMYK | 0 | 0.87 | 0.19 | 0.33 |
HSL | 313.29º | 0.76% | 0.38% | - |
HSV(B) | 313.29º | 0.87% | 0.67% | - |
XYZ | 21.98 | 11.25 | 25.44 | - |
YUV | 80.78 | 160.86 | 193.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 23 | 139 | 0 | 0.87 | 0.19 | 0.33 | 313.29 | 0.76 | 0.38 |
Hex | AC | 17 | 8B | 0 | 57 | 13 | 21 | 139 | 4C | 26 |
Octal | 254 | 27 | 213 | 0 | 127 | 23 | 41 | 471 | 114 | 46 |
Binary | 10101100 | 10111 | 10001011 | 0 | 1010111 | 10011 | 100001 | 100111001 | 1001100 | 100110 |
Color Harmonies of #AC178B
Complementary color
Monochromatic Colors of #AC178B
Black with #AC178B
Text Example
Text Example
White with #AC178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC178B; }
p { color: rgb(172,23,139); }
H1.HeaderClassName
{
color: #AC178B;
}
.AnyTagClassName
{
color: #AC178B;
}
</style>
background-color css
<style>
a { background-color: #AC178B; }
a { background-color: rgb(172,23,139); }
div.DivClassName
{
background-color: #AC178B;
}
.BgClassName
{
background-color: #AC178B;
}
</style>
border-color css
<style>
span { border-color: #AC178B; }
span { border-color: rgb(172,23,139); }
td.TdClassName
{
border-color: #AC178B;
}
.TagClassName
{
border-color: #AC178B;
}
</style>