Shades of Medium Red Violet #AC358F
Tints of Medium Red Violet #AC358F
RGB
CMYK
RGB Variations
Color information
#AC358F (or 0xAC358F) is known color: Medium Red Violet. HEX triplet: AC, 35 and 8F. RGB value is (172,53,143). Sum of RGB (Red+Green+Blue) = 172+53+143=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC358F is #53CA70. Grayscale: #626262. Windows color (decimal): -5491313 or 9385388. OLE color: 9385388.
HSL color Cylindrical-coordinate representation of color #AC358F: hue angle of 314.62º 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 #AC358F is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 143 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.33 |
| HSL | 314.62º | 0.53% | 0.44% | - |
| HSV(B) | 314.62º | 0.69% | 0.67% | - |
| XYZ | 23.24 | 13.3 | 27.33 | - |
| YUV | 98.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 143 | 0 | 0.69 | 0.17 | 0.33 | 314.62 | 0.53 | 0.44 |
| Hex | AC | 35 | 8F | 0 | 45 | 11 | 21 | 13B | 35 | 2C |
| Octal | 254 | 65 | 217 | 0 | 105 | 21 | 41 | 473 | 65 | 54 |
| Binary | 10101100 | 110101 | 10001111 | 0 | 1000101 | 10001 | 100001 | 100111011 | 110101 | 101100 |
Color Harmonies of #AC358F
Complementary color
Monochromatic Colors of #AC358F
Black with #AC358F
Text Example
Text Example
White with #AC358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC358F; }
p { color: rgb(172,53,143); }
H1.HeaderClassName
{
color: #AC358F;
}
.AnyTagClassName
{
color: #AC358F;
}
</style>
background-color css
<style>
a { background-color: #AC358F; }
a { background-color: rgb(172,53,143); }
div.DivClassName
{
background-color: #AC358F;
}
.BgClassName
{
background-color: #AC358F;
}
</style>
border-color css
<style>
span { border-color: #AC358F; }
span { border-color: rgb(172,53,143); }
td.TdClassName
{
border-color: #AC358F;
}
.TagClassName
{
border-color: #AC358F;
}
</style>