Shades of Medium Red Violet #AC4087
Tints of Medium Red Violet #AC4087
RGB
CMYK
RGB Variations
Color information
#AC4087 (or 0xAC4087) is known color: Medium Red Violet. HEX triplet: AC, 40 and 87. RGB value is (172,64,135). Sum of RGB (Red+Green+Blue) = 172+64+135=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4087 is #53BF78. Grayscale: #686868. Windows color (decimal): -5488505 or 8863916. OLE color: 8863916.
HSL color Cylindrical-coordinate representation of color #AC4087: hue angle of 320.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4087 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 135 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.33 |
| HSL | 320.56º | 0.46% | 0.46% | - |
| HSV(B) | 320.56º | 0.63% | 0.67% | - |
| XYZ | 23.22 | 14.19 | 24.44 | - |
| YUV | 104.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 135 | 0 | 0.63 | 0.22 | 0.33 | 320.56 | 0.46 | 0.46 |
| Hex | AC | 40 | 87 | 0 | 3F | 16 | 21 | 141 | 2E | 2E |
| Octal | 254 | 100 | 207 | 0 | 77 | 26 | 41 | 501 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10000111 | 0 | 111111 | 10110 | 100001 | 101000001 | 101110 | 101110 |
Color Harmonies of #AC4087
Complementary color
Monochromatic Colors of #AC4087
Black with #AC4087
Text Example
Text Example
White with #AC4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4087; }
p { color: rgb(172,64,135); }
H1.HeaderClassName
{
color: #AC4087;
}
.AnyTagClassName
{
color: #AC4087;
}
</style>
background-color css
<style>
a { background-color: #AC4087; }
a { background-color: rgb(172,64,135); }
div.DivClassName
{
background-color: #AC4087;
}
.BgClassName
{
background-color: #AC4087;
}
</style>
border-color css
<style>
span { border-color: #AC4087; }
span { border-color: rgb(172,64,135); }
td.TdClassName
{
border-color: #AC4087;
}
.TagClassName
{
border-color: #AC4087;
}
</style>