Shades of Medium Red Violet #AC399B
Tints of Medium Red Violet #AC399B
RGB
CMYK
RGB Variations
Color information
#AC399B (or 0xAC399B) is known color: Medium Red Violet. HEX triplet: AC, 39 and 9B. RGB value is (172,57,155). Sum of RGB (Red+Green+Blue) = 172+57+155=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC399B is #53C664. Grayscale: #666666. Windows color (decimal): -5490277 or 10172844. OLE color: 10172844.
HSL color Cylindrical-coordinate representation of color #AC399B: hue angle of 308.87º degrees, saturation: 0.5, 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 #AC399B is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 155 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.33 |
| HSL | 308.87º | 0.5% | 0.45% | - |
| HSV(B) | 308.87º | 0.67% | 0.67% | - |
| XYZ | 24.39 | 14.06 | 32.44 | - |
| YUV | 102.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 155 | 0 | 0.67 | 0.10 | 0.33 | 308.87 | 0.5 | 0.45 |
| Hex | AC | 39 | 9B | 0 | 43 | A | 21 | 135 | 32 | 2D |
| Octal | 254 | 71 | 233 | 0 | 103 | 12 | 41 | 465 | 62 | 55 |
| Binary | 10101100 | 111001 | 10011011 | 0 | 1000011 | 1010 | 100001 | 100110101 | 110010 | 101101 |
Color Harmonies of #AC399B
Complementary color
Monochromatic Colors of #AC399B
Black with #AC399B
Text Example
Text Example
White with #AC399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC399B; }
p { color: rgb(172,57,155); }
H1.HeaderClassName
{
color: #AC399B;
}
.AnyTagClassName
{
color: #AC399B;
}
</style>
background-color css
<style>
a { background-color: #AC399B; }
a { background-color: rgb(172,57,155); }
div.DivClassName
{
background-color: #AC399B;
}
.BgClassName
{
background-color: #AC399B;
}
</style>
border-color css
<style>
span { border-color: #AC399B; }
span { border-color: rgb(172,57,155); }
td.TdClassName
{
border-color: #AC399B;
}
.TagClassName
{
border-color: #AC399B;
}
</style>