Shades of Medium Red Violet #AC267D
Tints of Medium Red Violet #AC267D
RGB
CMYK
RGB Variations
Color information
#AC267D (or 0xAC267D) is known color: Medium Red Violet. HEX triplet: AC, 26 and 7D. RGB value is (172,38,125). Sum of RGB (Red+Green+Blue) = 172+38+125=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC267D is #53D982. Grayscale: #575757. Windows color (decimal): -5495171 or 8201900. OLE color: 8201900.
HSL color Cylindrical-coordinate representation of color #AC267D: hue angle of 321.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC267D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 125 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.33 |
| HSL | 321.04º | 0.64% | 0.41% | - |
| HSV(B) | 321.04º | 0.78% | 0.67% | - |
| XYZ | 21.41 | 11.64 | 20.52 | - |
| YUV | 87.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 125 | 0 | 0.78 | 0.27 | 0.33 | 321.04 | 0.64 | 0.41 |
| Hex | AC | 26 | 7D | 0 | 4E | 1B | 21 | 141 | 40 | 29 |
| Octal | 254 | 46 | 175 | 0 | 116 | 33 | 41 | 501 | 100 | 51 |
| Binary | 10101100 | 100110 | 1111101 | 0 | 1001110 | 11011 | 100001 | 101000001 | 1000000 | 101001 |
Color Harmonies of #AC267D
Complementary color
Monochromatic Colors of #AC267D
Black with #AC267D
Text Example
Text Example
White with #AC267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC267D; }
p { color: rgb(172,38,125); }
H1.HeaderClassName
{
color: #AC267D;
}
.AnyTagClassName
{
color: #AC267D;
}
</style>
background-color css
<style>
a { background-color: #AC267D; }
a { background-color: rgb(172,38,125); }
div.DivClassName
{
background-color: #AC267D;
}
.BgClassName
{
background-color: #AC267D;
}
</style>
border-color css
<style>
span { border-color: #AC267D; }
span { border-color: rgb(172,38,125); }
td.TdClassName
{
border-color: #AC267D;
}
.TagClassName
{
border-color: #AC267D;
}
</style>