Shades of Medium Red Violet #AC389B
Tints of Medium Red Violet #AC389B
RGB
CMYK
RGB Variations
Color information
#AC389B (or 0xAC389B) is known color: Medium Red Violet. HEX triplet: AC, 38 and 9B. RGB value is (172,56,155). Sum of RGB (Red+Green+Blue) = 172+56+155=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC389B is #53C764. Grayscale: #656565. Windows color (decimal): -5490533 or 10172588. OLE color: 10172588.
HSL color Cylindrical-coordinate representation of color #AC389B: hue angle of 308.79º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC389B is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 155 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.33 |
| HSL | 308.79º | 0.51% | 0.45% | - |
| HSV(B) | 308.79º | 0.67% | 0.67% | - |
| XYZ | 24.34 | 13.97 | 32.42 | - |
| YUV | 101.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 155 | 0 | 0.67 | 0.10 | 0.33 | 308.79 | 0.51 | 0.45 |
| Hex | AC | 38 | 9B | 0 | 43 | A | 21 | 135 | 33 | 2D |
| Octal | 254 | 70 | 233 | 0 | 103 | 12 | 41 | 465 | 63 | 55 |
| Binary | 10101100 | 111000 | 10011011 | 0 | 1000011 | 1010 | 100001 | 100110101 | 110011 | 101101 |
Color Harmonies of #AC389B
Complementary color
Monochromatic Colors of #AC389B
Black with #AC389B
Text Example
Text Example
White with #AC389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC389B; }
p { color: rgb(172,56,155); }
H1.HeaderClassName
{
color: #AC389B;
}
.AnyTagClassName
{
color: #AC389B;
}
</style>
background-color css
<style>
a { background-color: #AC389B; }
a { background-color: rgb(172,56,155); }
div.DivClassName
{
background-color: #AC389B;
}
.BgClassName
{
background-color: #AC389B;
}
</style>
border-color css
<style>
span { border-color: #AC389B; }
span { border-color: rgb(172,56,155); }
td.TdClassName
{
border-color: #AC389B;
}
.TagClassName
{
border-color: #AC389B;
}
</style>