Shades of Medium Red Violet #AC287A
Tints of Medium Red Violet #AC287A
RGB
CMYK
RGB Variations
Color information
#AC287A (or 0xAC287A) is known color: Medium Red Violet. HEX triplet: AC, 28 and 7A. RGB value is (172,40,122). Sum of RGB (Red+Green+Blue) = 172+40+122=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC287A is #53D785. Grayscale: #585858. Windows color (decimal): -5494662 or 8005804. OLE color: 8005804.
HSL color Cylindrical-coordinate representation of color #AC287A: hue angle of 322.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC287A is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 122 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.33 |
| HSL | 322.73º | 0.62% | 0.42% | - |
| HSV(B) | 322.73º | 0.77% | 0.67% | - |
| XYZ | 21.28 | 11.69 | 19.55 | - |
| YUV | 88.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 122 | 0 | 0.77 | 0.29 | 0.33 | 322.73 | 0.62 | 0.42 |
| Hex | AC | 28 | 7A | 0 | 4D | 1D | 21 | 143 | 3E | 2A |
| Octal | 254 | 50 | 172 | 0 | 115 | 35 | 41 | 503 | 76 | 52 |
| Binary | 10101100 | 101000 | 1111010 | 0 | 1001101 | 11101 | 100001 | 101000011 | 111110 | 101010 |
Color Harmonies of #AC287A
Complementary color
Monochromatic Colors of #AC287A
Black with #AC287A
Text Example
Text Example
White with #AC287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC287A; }
p { color: rgb(172,40,122); }
H1.HeaderClassName
{
color: #AC287A;
}
.AnyTagClassName
{
color: #AC287A;
}
</style>
background-color css
<style>
a { background-color: #AC287A; }
a { background-color: rgb(172,40,122); }
div.DivClassName
{
background-color: #AC287A;
}
.BgClassName
{
background-color: #AC287A;
}
</style>
border-color css
<style>
span { border-color: #AC287A; }
span { border-color: rgb(172,40,122); }
td.TdClassName
{
border-color: #AC287A;
}
.TagClassName
{
border-color: #AC287A;
}
</style>