Shades of Medium Red Violet #AC267B
Tints of Medium Red Violet #AC267B
RGB
CMYK
RGB Variations
Color information
#AC267B (or 0xAC267B) is known color: Medium Red Violet. HEX triplet: AC, 26 and 7B. RGB value is (172,38,123). Sum of RGB (Red+Green+Blue) = 172+38+123=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC267B is #53D984. Grayscale: #575757. Windows color (decimal): -5495173 or 8070828. OLE color: 8070828.
HSL color Cylindrical-coordinate representation of color #AC267B: hue angle of 321.94º 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 #AC267B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 123 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.33 |
| HSL | 321.94º | 0.64% | 0.41% | - |
| HSV(B) | 321.94º | 0.78% | 0.67% | - |
| XYZ | 21.28 | 11.59 | 19.85 | - |
| YUV | 87.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 123 | 0 | 0.78 | 0.28 | 0.33 | 321.94 | 0.64 | 0.41 |
| Hex | AC | 26 | 7B | 0 | 4E | 1C | 21 | 142 | 40 | 29 |
| Octal | 254 | 46 | 173 | 0 | 116 | 34 | 41 | 502 | 100 | 51 |
| Binary | 10101100 | 100110 | 1111011 | 0 | 1001110 | 11100 | 100001 | 101000010 | 1000000 | 101001 |
Color Harmonies of #AC267B
Complementary color
Monochromatic Colors of #AC267B
Black with #AC267B
Text Example
Text Example
White with #AC267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC267B; }
p { color: rgb(172,38,123); }
H1.HeaderClassName
{
color: #AC267B;
}
.AnyTagClassName
{
color: #AC267B;
}
</style>
background-color css
<style>
a { background-color: #AC267B; }
a { background-color: rgb(172,38,123); }
div.DivClassName
{
background-color: #AC267B;
}
.BgClassName
{
background-color: #AC267B;
}
</style>
border-color css
<style>
span { border-color: #AC267B; }
span { border-color: rgb(172,38,123); }
td.TdClassName
{
border-color: #AC267B;
}
.TagClassName
{
border-color: #AC267B;
}
</style>