Shades of Medium Red Violet #AC358C
Tints of Medium Red Violet #AC358C
RGB
CMYK
RGB Variations
Color information
#AC358C (or 0xAC358C) is known color: Medium Red Violet. HEX triplet: AC, 35 and 8C. RGB value is (172,53,140). Sum of RGB (Red+Green+Blue) = 172+53+140=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC358C is #53CA73. Grayscale: #626262. Windows color (decimal): -5491316 or 9188780. OLE color: 9188780.
HSL color Cylindrical-coordinate representation of color #AC358C: hue angle of 316.13º 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 #AC358C is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 140 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.33 |
| HSL | 316.13º | 0.53% | 0.44% | - |
| HSV(B) | 316.13º | 0.69% | 0.67% | - |
| XYZ | 23.02 | 13.21 | 26.15 | - |
| YUV | 98.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 140 | 0 | 0.69 | 0.19 | 0.33 | 316.13 | 0.53 | 0.44 |
| Hex | AC | 35 | 8C | 0 | 45 | 13 | 21 | 13C | 35 | 2C |
| Octal | 254 | 65 | 214 | 0 | 105 | 23 | 41 | 474 | 65 | 54 |
| Binary | 10101100 | 110101 | 10001100 | 0 | 1000101 | 10011 | 100001 | 100111100 | 110101 | 101100 |
Color Harmonies of #AC358C
Complementary color
Monochromatic Colors of #AC358C
Black with #AC358C
Text Example
Text Example
White with #AC358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC358C; }
p { color: rgb(172,53,140); }
H1.HeaderClassName
{
color: #AC358C;
}
.AnyTagClassName
{
color: #AC358C;
}
</style>
background-color css
<style>
a { background-color: #AC358C; }
a { background-color: rgb(172,53,140); }
div.DivClassName
{
background-color: #AC358C;
}
.BgClassName
{
background-color: #AC358C;
}
</style>
border-color css
<style>
span { border-color: #AC358C; }
span { border-color: rgb(172,53,140); }
td.TdClassName
{
border-color: #AC358C;
}
.TagClassName
{
border-color: #AC358C;
}
</style>