Shades of Medium Red Violet #AC468B
Tints of Medium Red Violet #AC468B
RGB
CMYK
RGB Variations
Color information
#AC468B (or 0xAC468B) is known color: Medium Red Violet. HEX triplet: AC, 46 and 8B. RGB value is (172,70,139). Sum of RGB (Red+Green+Blue) = 172+70+139=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC468B is #53B974. Grayscale: #6C6C6C. Windows color (decimal): -5486965 or 9127596. OLE color: 9127596.
HSL color Cylindrical-coordinate representation of color #AC468B: hue angle of 319.41º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC468B is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 139 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.33 |
| HSL | 319.41º | 0.42% | 0.47% | - |
| HSV(B) | 319.41º | 0.59% | 0.67% | - |
| XYZ | 23.86 | 15.02 | 26.07 | - |
| YUV | 108.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 139 | 0 | 0.59 | 0.19 | 0.33 | 319.41 | 0.42 | 0.47 |
| Hex | AC | 46 | 8B | 0 | 3B | 13 | 21 | 13F | 2A | 2F |
| Octal | 254 | 106 | 213 | 0 | 73 | 23 | 41 | 477 | 52 | 57 |
| Binary | 10101100 | 1000110 | 10001011 | 0 | 111011 | 10011 | 100001 | 100111111 | 101010 | 101111 |
Color Harmonies of #AC468B
Complementary color
Monochromatic Colors of #AC468B
Black with #AC468B
Text Example
Text Example
White with #AC468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC468B; }
p { color: rgb(172,70,139); }
H1.HeaderClassName
{
color: #AC468B;
}
.AnyTagClassName
{
color: #AC468B;
}
</style>
background-color css
<style>
a { background-color: #AC468B; }
a { background-color: rgb(172,70,139); }
div.DivClassName
{
background-color: #AC468B;
}
.BgClassName
{
background-color: #AC468B;
}
</style>
border-color css
<style>
span { border-color: #AC468B; }
span { border-color: rgb(172,70,139); }
td.TdClassName
{
border-color: #AC468B;
}
.TagClassName
{
border-color: #AC468B;
}
</style>