Shades of Medium Red Violet #AC4383
Tints of Medium Red Violet #AC4383
RGB
CMYK
RGB Variations
Color information
#AC4383 (or 0xAC4383) is known color: Medium Red Violet. HEX triplet: AC, 43 and 83. RGB value is (172,67,131). Sum of RGB (Red+Green+Blue) = 172+67+131=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4383 is #53BC7C. Grayscale: #696969. Windows color (decimal): -5487741 or 8602540. OLE color: 8602540.
HSL color Cylindrical-coordinate representation of color #AC4383: hue angle of 323.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4383 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 131 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.33 |
| HSL | 323.43º | 0.44% | 0.47% | - |
| HSV(B) | 323.43º | 0.61% | 0.67% | - |
| XYZ | 23.12 | 14.42 | 23.04 | - |
| YUV | 105.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 131 | 0 | 0.61 | 0.24 | 0.33 | 323.43 | 0.44 | 0.47 |
| Hex | AC | 43 | 83 | 0 | 3D | 18 | 21 | 143 | 2C | 2F |
| Octal | 254 | 103 | 203 | 0 | 75 | 30 | 41 | 503 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10000011 | 0 | 111101 | 11000 | 100001 | 101000011 | 101100 | 101111 |
Color Harmonies of #AC4383
Complementary color
Monochromatic Colors of #AC4383
Black with #AC4383
Text Example
Text Example
White with #AC4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4383; }
p { color: rgb(172,67,131); }
H1.HeaderClassName
{
color: #AC4383;
}
.AnyTagClassName
{
color: #AC4383;
}
</style>
background-color css
<style>
a { background-color: #AC4383; }
a { background-color: rgb(172,67,131); }
div.DivClassName
{
background-color: #AC4383;
}
.BgClassName
{
background-color: #AC4383;
}
</style>
border-color css
<style>
span { border-color: #AC4383; }
span { border-color: rgb(172,67,131); }
td.TdClassName
{
border-color: #AC4383;
}
.TagClassName
{
border-color: #AC4383;
}
</style>