Shades of Medium Red Violet #AC267F
Tints of Medium Red Violet #AC267F
RGB
CMYK
RGB Variations
Color information
#AC267F (or 0xAC267F) is known color: Medium Red Violet. HEX triplet: AC, 26 and 7F. RGB value is (172,38,127). Sum of RGB (Red+Green+Blue) = 172+38+127=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC267F is #53D980. Grayscale: #575757. Windows color (decimal): -5495169 or 8332972. OLE color: 8332972.
HSL color Cylindrical-coordinate representation of color #AC267F: hue angle of 320.15º 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 #AC267F is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 127 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.33 |
| HSL | 320.15º | 0.64% | 0.41% | - |
| HSV(B) | 320.15º | 0.78% | 0.67% | - |
| XYZ | 21.54 | 11.69 | 21.2 | - |
| YUV | 88.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 127 | 0 | 0.78 | 0.26 | 0.33 | 320.15 | 0.64 | 0.41 |
| Hex | AC | 26 | 7F | 0 | 4E | 1A | 21 | 140 | 40 | 29 |
| Octal | 254 | 46 | 177 | 0 | 116 | 32 | 41 | 500 | 100 | 51 |
| Binary | 10101100 | 100110 | 1111111 | 0 | 1001110 | 11010 | 100001 | 101000000 | 1000000 | 101001 |
Color Harmonies of #AC267F
Complementary color
Monochromatic Colors of #AC267F
Black with #AC267F
Text Example
Text Example
White with #AC267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC267F; }
p { color: rgb(172,38,127); }
H1.HeaderClassName
{
color: #AC267F;
}
.AnyTagClassName
{
color: #AC267F;
}
</style>
background-color css
<style>
a { background-color: #AC267F; }
a { background-color: rgb(172,38,127); }
div.DivClassName
{
background-color: #AC267F;
}
.BgClassName
{
background-color: #AC267F;
}
</style>
border-color css
<style>
span { border-color: #AC267F; }
span { border-color: rgb(172,38,127); }
td.TdClassName
{
border-color: #AC267F;
}
.TagClassName
{
border-color: #AC267F;
}
</style>