Shades of Medium Violet Red #AC0387
Tints of Medium Violet Red #AC0387
RGB
CMYK
RGB Variations
Color information
#AC0387 (or 0xAC0387) is known color: Medium Violet Red. HEX triplet: AC, 03 and 87. RGB value is (172,3,135). Sum of RGB (Red+Green+Blue) = 172+3+135=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0387 is #53FC78. Grayscale: #444444. Windows color (decimal): -5504121 or 8848300. OLE color: 8848300.
HSL color Cylindrical-coordinate representation of color #AC0387: hue angle of 313.14º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0387 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.33 |
| HSL | 313.14º | 0.97% | 0.34% | - |
| HSV(B) | 313.14º | 0.98% | 0.67% | - |
| XYZ | 21.42 | 10.59 | 23.84 | - |
| YUV | 68.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 135 | 0 | 0.98 | 0.22 | 0.33 | 313.14 | 0.97 | 0.34 |
| Hex | AC | 3 | 87 | 0 | 62 | 16 | 21 | 139 | 61 | 22 |
| Octal | 254 | 3 | 207 | 0 | 142 | 26 | 41 | 471 | 141 | 42 |
| Binary | 10101100 | 11 | 10000111 | 0 | 1100010 | 10110 | 100001 | 100111001 | 1100001 | 100010 |
Color Harmonies of #AC0387
Complementary color
Monochromatic Colors of #AC0387
Black with #AC0387
Text Example
Text Example
White with #AC0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0387; }
p { color: rgb(172,3,135); }
H1.HeaderClassName
{
color: #AC0387;
}
.AnyTagClassName
{
color: #AC0387;
}
</style>
background-color css
<style>
a { background-color: #AC0387; }
a { background-color: rgb(172,3,135); }
div.DivClassName
{
background-color: #AC0387;
}
.BgClassName
{
background-color: #AC0387;
}
</style>
border-color css
<style>
span { border-color: #AC0387; }
span { border-color: rgb(172,3,135); }
td.TdClassName
{
border-color: #AC0387;
}
.TagClassName
{
border-color: #AC0387;
}
</style>