Shades of Medium Red Violet #AC3488
Tints of Medium Red Violet #AC3488
RGB
CMYK
RGB Variations
Color information
#AC3488 (or 0xAC3488) is known color: Medium Red Violet. HEX triplet: AC, 34 and 88. RGB value is (172,52,136). Sum of RGB (Red+Green+Blue) = 172+52+136=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3488 is #53CB77. Grayscale: #616161. Windows color (decimal): -5491576 or 8926380. OLE color: 8926380.
HSL color Cylindrical-coordinate representation of color #AC3488: hue angle of 318º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3488 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 136 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.33 |
| HSL | 318º | 0.54% | 0.44% | - |
| HSV(B) | 318º | 0.7% | 0.67% | - |
| XYZ | 22.69 | 13 | 24.61 | - |
| YUV | 97.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 136 | 0 | 0.70 | 0.21 | 0.33 | 318 | 0.54 | 0.44 |
| Hex | AC | 34 | 88 | 0 | 46 | 15 | 21 | 13E | 36 | 2C |
| Octal | 254 | 64 | 210 | 0 | 106 | 25 | 41 | 476 | 66 | 54 |
| Binary | 10101100 | 110100 | 10001000 | 0 | 1000110 | 10101 | 100001 | 100111110 | 110110 | 101100 |
Color Harmonies of #AC3488
Complementary color
Monochromatic Colors of #AC3488
Black with #AC3488
Text Example
Text Example
White with #AC3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3488; }
p { color: rgb(172,52,136); }
H1.HeaderClassName
{
color: #AC3488;
}
.AnyTagClassName
{
color: #AC3488;
}
</style>
background-color css
<style>
a { background-color: #AC3488; }
a { background-color: rgb(172,52,136); }
div.DivClassName
{
background-color: #AC3488;
}
.BgClassName
{
background-color: #AC3488;
}
</style>
border-color css
<style>
span { border-color: #AC3488; }
span { border-color: rgb(172,52,136); }
td.TdClassName
{
border-color: #AC3488;
}
.TagClassName
{
border-color: #AC3488;
}
</style>