Shades of Medium Red Violet #AC369A
Tints of Medium Red Violet #AC369A
RGB
CMYK
RGB Variations
Color information
#AC369A (or 0xAC369A) is known color: Medium Red Violet. HEX triplet: AC, 36 and 9A. RGB value is (172,54,154). Sum of RGB (Red+Green+Blue) = 172+54+154=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC369A is #53C965. Grayscale: #646464. Windows color (decimal): -5491046 or 10106540. OLE color: 10106540.
HSL color Cylindrical-coordinate representation of color #AC369A: hue angle of 309.15º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC369A is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 154 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.33 |
| HSL | 309.15º | 0.52% | 0.44% | - |
| HSV(B) | 309.15º | 0.69% | 0.67% | - |
| XYZ | 24.17 | 13.74 | 31.95 | - |
| YUV | 100.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 154 | 0 | 0.69 | 0.10 | 0.33 | 309.15 | 0.52 | 0.44 |
| Hex | AC | 36 | 9A | 0 | 45 | A | 21 | 135 | 34 | 2C |
| Octal | 254 | 66 | 232 | 0 | 105 | 12 | 41 | 465 | 64 | 54 |
| Binary | 10101100 | 110110 | 10011010 | 0 | 1000101 | 1010 | 100001 | 100110101 | 110100 | 101100 |
Color Harmonies of #AC369A
Complementary color
Monochromatic Colors of #AC369A
Black with #AC369A
Text Example
Text Example
White with #AC369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC369A; }
p { color: rgb(172,54,154); }
H1.HeaderClassName
{
color: #AC369A;
}
.AnyTagClassName
{
color: #AC369A;
}
</style>
background-color css
<style>
a { background-color: #AC369A; }
a { background-color: rgb(172,54,154); }
div.DivClassName
{
background-color: #AC369A;
}
.BgClassName
{
background-color: #AC369A;
}
</style>
border-color css
<style>
span { border-color: #AC369A; }
span { border-color: rgb(172,54,154); }
td.TdClassName
{
border-color: #AC369A;
}
.TagClassName
{
border-color: #AC369A;
}
</style>