Shades of Medium Red Violet #AC4094
Tints of Medium Red Violet #AC4094
RGB
CMYK
RGB Variations
Color information
#AC4094 (or 0xAC4094) is known color: Medium Red Violet. HEX triplet: AC, 40 and 94. RGB value is (172,64,148). Sum of RGB (Red+Green+Blue) = 172+64+148=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4094 is #53BF6B. Grayscale: #696969. Windows color (decimal): -5488492 or 9715884. OLE color: 9715884.
HSL color Cylindrical-coordinate representation of color #AC4094: hue angle of 313.33º 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 #AC4094 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 148 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.33 |
| HSL | 313.33º | 0.46% | 0.46% | - |
| HSV(B) | 313.33º | 0.63% | 0.67% | - |
| XYZ | 24.19 | 14.58 | 29.56 | - |
| YUV | 105.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 148 | 0 | 0.63 | 0.14 | 0.33 | 313.33 | 0.46 | 0.46 |
| Hex | AC | 40 | 94 | 0 | 3F | E | 21 | 139 | 2E | 2E |
| Octal | 254 | 100 | 224 | 0 | 77 | 16 | 41 | 471 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10010100 | 0 | 111111 | 1110 | 100001 | 100111001 | 101110 | 101110 |
Color Harmonies of #AC4094
Complementary color
Monochromatic Colors of #AC4094
Black with #AC4094
Text Example
Text Example
White with #AC4094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4094; }
p { color: rgb(172,64,148); }
H1.HeaderClassName
{
color: #AC4094;
}
.AnyTagClassName
{
color: #AC4094;
}
</style>
background-color css
<style>
a { background-color: #AC4094; }
a { background-color: rgb(172,64,148); }
div.DivClassName
{
background-color: #AC4094;
}
.BgClassName
{
background-color: #AC4094;
}
</style>
border-color css
<style>
span { border-color: #AC4094; }
span { border-color: rgb(172,64,148); }
td.TdClassName
{
border-color: #AC4094;
}
.TagClassName
{
border-color: #AC4094;
}
</style>