Shades of Medium Red Violet #AC4098
Tints of Medium Red Violet #AC4098
RGB
CMYK
RGB Variations
Color information
#AC4098 (or 0xAC4098) is known color: Medium Red Violet. HEX triplet: AC, 40 and 98. RGB value is (172,64,152). Sum of RGB (Red+Green+Blue) = 172+64+152=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4098 is #53BF67. Grayscale: #6A6A6A. Windows color (decimal): -5488488 or 9978028. OLE color: 9978028.
HSL color Cylindrical-coordinate representation of color #AC4098: hue angle of 311.11º 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 #AC4098 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 152 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.33 |
| HSL | 311.11º | 0.46% | 0.46% | - |
| HSV(B) | 311.11º | 0.63% | 0.67% | - |
| XYZ | 24.51 | 14.7 | 31.25 | - |
| YUV | 106.32 | 153.78 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 152 | 0 | 0.63 | 0.12 | 0.33 | 311.11 | 0.46 | 0.46 |
| Hex | AC | 40 | 98 | 0 | 3F | C | 21 | 137 | 2E | 2E |
| Octal | 254 | 100 | 230 | 0 | 77 | 14 | 41 | 467 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10011000 | 0 | 111111 | 1100 | 100001 | 100110111 | 101110 | 101110 |
Color Harmonies of #AC4098
Complementary color
Monochromatic Colors of #AC4098
Black with #AC4098
Text Example
Text Example
White with #AC4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4098; }
p { color: rgb(172,64,152); }
H1.HeaderClassName
{
color: #AC4098;
}
.AnyTagClassName
{
color: #AC4098;
}
</style>
background-color css
<style>
a { background-color: #AC4098; }
a { background-color: rgb(172,64,152); }
div.DivClassName
{
background-color: #AC4098;
}
.BgClassName
{
background-color: #AC4098;
}
</style>
border-color css
<style>
span { border-color: #AC4098; }
span { border-color: rgb(172,64,152); }
td.TdClassName
{
border-color: #AC4098;
}
.TagClassName
{
border-color: #AC4098;
}
</style>