Shades of Medium Red Violet #AC359B
Tints of Medium Red Violet #AC359B
RGB
CMYK
RGB Variations
Color information
#AC359B (or 0xAC359B) is known color: Medium Red Violet. HEX triplet: AC, 35 and 9B. RGB value is (172,53,155). Sum of RGB (Red+Green+Blue) = 172+53+155=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC359B is #53CA64. Grayscale: #636363. Windows color (decimal): -5491301 or 10171820. OLE color: 10171820.
HSL color Cylindrical-coordinate representation of color #AC359B: hue angle of 308.57º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC359B is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 155 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.33 |
| HSL | 308.57º | 0.53% | 0.44% | - |
| HSV(B) | 308.57º | 0.69% | 0.67% | - |
| XYZ | 24.2 | 13.68 | 32.38 | - |
| YUV | 100.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 155 | 0 | 0.69 | 0.10 | 0.33 | 308.57 | 0.53 | 0.44 |
| Hex | AC | 35 | 9B | 0 | 45 | A | 21 | 135 | 35 | 2C |
| Octal | 254 | 65 | 233 | 0 | 105 | 12 | 41 | 465 | 65 | 54 |
| Binary | 10101100 | 110101 | 10011011 | 0 | 1000101 | 1010 | 100001 | 100110101 | 110101 | 101100 |
Color Harmonies of #AC359B
Complementary color
Monochromatic Colors of #AC359B
Black with #AC359B
Text Example
Text Example
White with #AC359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC359B; }
p { color: rgb(172,53,155); }
H1.HeaderClassName
{
color: #AC359B;
}
.AnyTagClassName
{
color: #AC359B;
}
</style>
background-color css
<style>
a { background-color: #AC359B; }
a { background-color: rgb(172,53,155); }
div.DivClassName
{
background-color: #AC359B;
}
.BgClassName
{
background-color: #AC359B;
}
</style>
border-color css
<style>
span { border-color: #AC359B; }
span { border-color: rgb(172,53,155); }
td.TdClassName
{
border-color: #AC359B;
}
.TagClassName
{
border-color: #AC359B;
}
</style>