Shades of Medium Red Violet #AC3482
Tints of Medium Red Violet #AC3482
RGB
CMYK
RGB Variations
Color information
#AC3482 (or 0xAC3482) is known color: Medium Red Violet. HEX triplet: AC, 34 and 82. RGB value is (172,52,130). Sum of RGB (Red+Green+Blue) = 172+52+130=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3482 is #53CB7D. Grayscale: #606060. Windows color (decimal): -5491582 or 8533164. OLE color: 8533164.
HSL color Cylindrical-coordinate representation of color #AC3482: hue angle of 321º 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 #AC3482 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 52 | 130 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.33 |
| HSL | 321º | 0.54% | 0.44% | - |
| HSV(B) | 321º | 0.7% | 0.67% | - |
| XYZ | 22.27 | 12.84 | 22.42 | - |
| YUV | 96.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 130 | 0 | 0.70 | 0.24 | 0.33 | 321 | 0.54 | 0.44 |
| Hex | AC | 34 | 82 | 0 | 46 | 18 | 21 | 141 | 36 | 2C |
| Octal | 254 | 64 | 202 | 0 | 106 | 30 | 41 | 501 | 66 | 54 |
| Binary | 10101100 | 110100 | 10000010 | 0 | 1000110 | 11000 | 100001 | 101000001 | 110110 | 101100 |
Color Harmonies of #AC3482
Complementary color
Monochromatic Colors of #AC3482
Black with #AC3482
Text Example
Text Example
White with #AC3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3482; }
p { color: rgb(172,52,130); }
H1.HeaderClassName
{
color: #AC3482;
}
.AnyTagClassName
{
color: #AC3482;
}
</style>
background-color css
<style>
a { background-color: #AC3482; }
a { background-color: rgb(172,52,130); }
div.DivClassName
{
background-color: #AC3482;
}
.BgClassName
{
background-color: #AC3482;
}
</style>
border-color css
<style>
span { border-color: #AC3482; }
span { border-color: rgb(172,52,130); }
td.TdClassName
{
border-color: #AC3482;
}
.TagClassName
{
border-color: #AC3482;
}
</style>