Shades of Medium Red Violet #AC4487
Tints of Medium Red Violet #AC4487
RGB
CMYK
RGB Variations
Color information
#AC4487 (or 0xAC4487) is known color: Medium Red Violet. HEX triplet: AC, 44 and 87. RGB value is (172,68,135). Sum of RGB (Red+Green+Blue) = 172+68+135=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4487 is #53BB78. Grayscale: #6A6A6A. Windows color (decimal): -5487481 or 8864940. OLE color: 8864940.
HSL color Cylindrical-coordinate representation of color #AC4487: hue angle of 321.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4487 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 135 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.33 |
| HSL | 321.35º | 0.43% | 0.47% | - |
| HSV(B) | 321.35º | 0.6% | 0.67% | - |
| XYZ | 23.45 | 14.65 | 24.51 | - |
| YUV | 106.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 135 | 0 | 0.60 | 0.22 | 0.33 | 321.35 | 0.43 | 0.47 |
| Hex | AC | 44 | 87 | 0 | 3C | 16 | 21 | 141 | 2B | 2F |
| Octal | 254 | 104 | 207 | 0 | 74 | 26 | 41 | 501 | 53 | 57 |
| Binary | 10101100 | 1000100 | 10000111 | 0 | 111100 | 10110 | 100001 | 101000001 | 101011 | 101111 |
Color Harmonies of #AC4487
Complementary color
Monochromatic Colors of #AC4487
Black with #AC4487
Text Example
Text Example
White with #AC4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4487; }
p { color: rgb(172,68,135); }
H1.HeaderClassName
{
color: #AC4487;
}
.AnyTagClassName
{
color: #AC4487;
}
</style>
background-color css
<style>
a { background-color: #AC4487; }
a { background-color: rgb(172,68,135); }
div.DivClassName
{
background-color: #AC4487;
}
.BgClassName
{
background-color: #AC4487;
}
</style>
border-color css
<style>
span { border-color: #AC4487; }
span { border-color: rgb(172,68,135); }
td.TdClassName
{
border-color: #AC4487;
}
.TagClassName
{
border-color: #AC4487;
}
</style>