Shades of Medium Violet Red #AC189A
Tints of Medium Violet Red #AC189A
RGB
CMYK
RGB Variations
Color information
#AC189A (or 0xAC189A) is known color: Medium Violet Red. HEX triplet: AC, 18 and 9A. RGB value is (172,24,154). Sum of RGB (Red+Green+Blue) = 172+24+154=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC189A is #53E765. Grayscale: #525252. Windows color (decimal): -5498726 or 10098860. OLE color: 10098860.
HSL color Cylindrical-coordinate representation of color #AC189A: hue angle of 307.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC189A is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 154 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.33 |
| HSL | 307.3º | 0.76% | 0.38% | - |
| HSV(B) | 307.3º | 0.86% | 0.67% | - |
| XYZ | 23.17 | 11.76 | 31.62 | - |
| YUV | 83.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 154 | 0 | 0.86 | 0.10 | 0.33 | 307.3 | 0.76 | 0.38 |
| Hex | AC | 18 | 9A | 0 | 56 | A | 21 | 133 | 4C | 26 |
| Octal | 254 | 30 | 232 | 0 | 126 | 12 | 41 | 463 | 114 | 46 |
| Binary | 10101100 | 11000 | 10011010 | 0 | 1010110 | 1010 | 100001 | 100110011 | 1001100 | 100110 |
Color Harmonies of #AC189A
Complementary color
Monochromatic Colors of #AC189A
Black with #AC189A
Text Example
Text Example
White with #AC189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC189A; }
p { color: rgb(172,24,154); }
H1.HeaderClassName
{
color: #AC189A;
}
.AnyTagClassName
{
color: #AC189A;
}
</style>
background-color css
<style>
a { background-color: #AC189A; }
a { background-color: rgb(172,24,154); }
div.DivClassName
{
background-color: #AC189A;
}
.BgClassName
{
background-color: #AC189A;
}
</style>
border-color css
<style>
span { border-color: #AC189A; }
span { border-color: rgb(172,24,154); }
td.TdClassName
{
border-color: #AC189A;
}
.TagClassName
{
border-color: #AC189A;
}
</style>