Shades of Medium Red Violet #AC359A
Tints of Medium Red Violet #AC359A
RGB
CMYK
RGB Variations
Color information
#AC359A (or 0xAC359A) is known color: Medium Red Violet. HEX triplet: AC, 35 and 9A. RGB value is (172,53,154). Sum of RGB (Red+Green+Blue) = 172+53+154=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC359A is #53CA65. Grayscale: #636363. Windows color (decimal): -5491302 or 10106284. OLE color: 10106284.
HSL color Cylindrical-coordinate representation of color #AC359A: hue angle of 309.08º 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 #AC359A is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 53 | 154 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.33 |
| HSL | 309.08º | 0.53% | 0.44% | - |
| HSV(B) | 309.08º | 0.69% | 0.67% | - |
| XYZ | 24.12 | 13.65 | 31.94 | - |
| YUV | 100.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 53 | 154 | 0 | 0.69 | 0.10 | 0.33 | 309.08 | 0.53 | 0.44 |
| Hex | AC | 35 | 9A | 0 | 45 | A | 21 | 135 | 35 | 2C |
| Octal | 254 | 65 | 232 | 0 | 105 | 12 | 41 | 465 | 65 | 54 |
| Binary | 10101100 | 110101 | 10011010 | 0 | 1000101 | 1010 | 100001 | 100110101 | 110101 | 101100 |
Color Harmonies of #AC359A
Complementary color
Monochromatic Colors of #AC359A
Black with #AC359A
Text Example
Text Example
White with #AC359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC359A; }
p { color: rgb(172,53,154); }
H1.HeaderClassName
{
color: #AC359A;
}
.AnyTagClassName
{
color: #AC359A;
}
</style>
background-color css
<style>
a { background-color: #AC359A; }
a { background-color: rgb(172,53,154); }
div.DivClassName
{
background-color: #AC359A;
}
.BgClassName
{
background-color: #AC359A;
}
</style>
border-color css
<style>
span { border-color: #AC359A; }
span { border-color: rgb(172,53,154); }
td.TdClassName
{
border-color: #AC359A;
}
.TagClassName
{
border-color: #AC359A;
}
</style>