Shades of Medium Red Violet #AC4295
Tints of Medium Red Violet #AC4295
RGB
CMYK
RGB Variations
Color information
#AC4295 (or 0xAC4295) is known color: Medium Red Violet. HEX triplet: AC, 42 and 95. RGB value is (172,66,149). Sum of RGB (Red+Green+Blue) = 172+66+149=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4295 is #53BD6A. Grayscale: #6A6A6A. Windows color (decimal): -5487979 or 9781932. OLE color: 9781932.
HSL color Cylindrical-coordinate representation of color #AC4295: hue angle of 313.02º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4295 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 149 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.33 |
| HSL | 313.02º | 0.45% | 0.47% | - |
| HSV(B) | 313.02º | 0.62% | 0.67% | - |
| XYZ | 24.39 | 14.84 | 30.01 | - |
| YUV | 107.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 149 | 0 | 0.62 | 0.13 | 0.33 | 313.02 | 0.45 | 0.47 |
| Hex | AC | 42 | 95 | 0 | 3E | D | 21 | 139 | 2D | 2F |
| Octal | 254 | 102 | 225 | 0 | 76 | 15 | 41 | 471 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10010101 | 0 | 111110 | 1101 | 100001 | 100111001 | 101101 | 101111 |
Color Harmonies of #AC4295
Complementary color
Monochromatic Colors of #AC4295
Black with #AC4295
Text Example
Text Example
White with #AC4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4295; }
p { color: rgb(172,66,149); }
H1.HeaderClassName
{
color: #AC4295;
}
.AnyTagClassName
{
color: #AC4295;
}
</style>
background-color css
<style>
a { background-color: #AC4295; }
a { background-color: rgb(172,66,149); }
div.DivClassName
{
background-color: #AC4295;
}
.BgClassName
{
background-color: #AC4295;
}
</style>
border-color css
<style>
span { border-color: #AC4295; }
span { border-color: rgb(172,66,149); }
td.TdClassName
{
border-color: #AC4295;
}
.TagClassName
{
border-color: #AC4295;
}
</style>