Shades of Medium Red Violet #AC229A
Tints of Medium Red Violet #AC229A
RGB
CMYK
RGB Variations
Color information
#AC229A (or 0xAC229A) is known color: Medium Red Violet. HEX triplet: AC, 22 and 9A. RGB value is (172,34,154). Sum of RGB (Red+Green+Blue) = 172+34+154=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC229A is #53DD65. Grayscale: #585858. Windows color (decimal): -5496166 or 10101420. OLE color: 10101420.
HSL color Cylindrical-coordinate representation of color #AC229A: hue angle of 307.83º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC229A is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 154 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.33 |
| HSL | 307.83º | 0.67% | 0.4% | - |
| HSV(B) | 307.83º | 0.8% | 0.67% | - |
| XYZ | 23.42 | 12.25 | 31.7 | - |
| YUV | 88.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 154 | 0 | 0.80 | 0.10 | 0.33 | 307.83 | 0.67 | 0.4 |
| Hex | AC | 22 | 9A | 0 | 50 | A | 21 | 134 | 43 | 28 |
| Octal | 254 | 42 | 232 | 0 | 120 | 12 | 41 | 464 | 103 | 50 |
| Binary | 10101100 | 100010 | 10011010 | 0 | 1010000 | 1010 | 100001 | 100110100 | 1000011 | 101000 |
Color Harmonies of #AC229A
Complementary color
Monochromatic Colors of #AC229A
Black with #AC229A
Text Example
Text Example
White with #AC229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC229A; }
p { color: rgb(172,34,154); }
H1.HeaderClassName
{
color: #AC229A;
}
.AnyTagClassName
{
color: #AC229A;
}
</style>
background-color css
<style>
a { background-color: #AC229A; }
a { background-color: rgb(172,34,154); }
div.DivClassName
{
background-color: #AC229A;
}
.BgClassName
{
background-color: #AC229A;
}
</style>
border-color css
<style>
span { border-color: #AC229A; }
span { border-color: rgb(172,34,154); }
td.TdClassName
{
border-color: #AC229A;
}
.TagClassName
{
border-color: #AC229A;
}
</style>