Shades of Medium Red Violet #AC369B
Tints of Medium Red Violet #AC369B
RGB
CMYK
RGB Variations
Color information
#AC369B (or 0xAC369B) is known color: Medium Red Violet. HEX triplet: AC, 36 and 9B. RGB value is (172,54,155). Sum of RGB (Red+Green+Blue) = 172+54+155=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC369B is #53C964. Grayscale: #646464. Windows color (decimal): -5491045 or 10172076. OLE color: 10172076.
HSL color Cylindrical-coordinate representation of color #AC369B: hue angle of 308.64º degrees, saturation: 0.52, 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 #AC369B is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 155 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.33 |
| HSL | 308.64º | 0.52% | 0.44% | - |
| HSV(B) | 308.64º | 0.69% | 0.67% | - |
| XYZ | 24.25 | 13.78 | 32.39 | - |
| YUV | 100.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 155 | 0 | 0.69 | 0.10 | 0.33 | 308.64 | 0.52 | 0.44 |
| Hex | AC | 36 | 9B | 0 | 45 | A | 21 | 135 | 34 | 2C |
| Octal | 254 | 66 | 233 | 0 | 105 | 12 | 41 | 465 | 64 | 54 |
| Binary | 10101100 | 110110 | 10011011 | 0 | 1000101 | 1010 | 100001 | 100110101 | 110100 | 101100 |
Color Harmonies of #AC369B
Complementary color
Monochromatic Colors of #AC369B
Black with #AC369B
Text Example
Text Example
White with #AC369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC369B; }
p { color: rgb(172,54,155); }
H1.HeaderClassName
{
color: #AC369B;
}
.AnyTagClassName
{
color: #AC369B;
}
</style>
background-color css
<style>
a { background-color: #AC369B; }
a { background-color: rgb(172,54,155); }
div.DivClassName
{
background-color: #AC369B;
}
.BgClassName
{
background-color: #AC369B;
}
</style>
border-color css
<style>
span { border-color: #AC369B; }
span { border-color: rgb(172,54,155); }
td.TdClassName
{
border-color: #AC369B;
}
.TagClassName
{
border-color: #AC369B;
}
</style>