Shades of Medium Red Violet #AC4398
Tints of Medium Red Violet #AC4398
RGB
CMYK
RGB Variations
Color information
#AC4398 (or 0xAC4398) is known color: Medium Red Violet. HEX triplet: AC, 43 and 98. RGB value is (172,67,152). Sum of RGB (Red+Green+Blue) = 172+67+152=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4398 is #53BC67. Grayscale: #6B6B6B. Windows color (decimal): -5487720 or 9978796. OLE color: 9978796.
HSL color Cylindrical-coordinate representation of color #AC4398: hue angle of 311.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4398 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 152 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.33 |
| HSL | 311.43º | 0.44% | 0.47% | - |
| HSV(B) | 311.43º | 0.61% | 0.67% | - |
| XYZ | 24.69 | 15.05 | 31.31 | - |
| YUV | 108.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 152 | 0 | 0.61 | 0.12 | 0.33 | 311.43 | 0.44 | 0.47 |
| Hex | AC | 43 | 98 | 0 | 3D | C | 21 | 137 | 2C | 2F |
| Octal | 254 | 103 | 230 | 0 | 75 | 14 | 41 | 467 | 54 | 57 |
| Binary | 10101100 | 1000011 | 10011000 | 0 | 111101 | 1100 | 100001 | 100110111 | 101100 | 101111 |
Color Harmonies of #AC4398
Complementary color
Monochromatic Colors of #AC4398
Black with #AC4398
Text Example
Text Example
White with #AC4398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4398; }
p { color: rgb(172,67,152); }
H1.HeaderClassName
{
color: #AC4398;
}
.AnyTagClassName
{
color: #AC4398;
}
</style>
background-color css
<style>
a { background-color: #AC4398; }
a { background-color: rgb(172,67,152); }
div.DivClassName
{
background-color: #AC4398;
}
.BgClassName
{
background-color: #AC4398;
}
</style>
border-color css
<style>
span { border-color: #AC4398; }
span { border-color: rgb(172,67,152); }
td.TdClassName
{
border-color: #AC4398;
}
.TagClassName
{
border-color: #AC4398;
}
</style>