Shades of Medium Red Violet #AC267A
Tints of Medium Red Violet #AC267A
RGB
CMYK
RGB Variations
Color information
#AC267A (or 0xAC267A) is known color: Medium Red Violet. HEX triplet: AC, 26 and 7A. RGB value is (172,38,122). Sum of RGB (Red+Green+Blue) = 172+38+122=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC267A is #53D985. Grayscale: #575757. Windows color (decimal): -5495174 or 8005292. OLE color: 8005292.
HSL color Cylindrical-coordinate representation of color #AC267A: hue angle of 322.39º 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 #AC267A is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 122 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.33 |
| HSL | 322.39º | 0.64% | 0.41% | - |
| HSV(B) | 322.39º | 0.78% | 0.67% | - |
| XYZ | 21.22 | 11.56 | 19.53 | - |
| YUV | 87.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 122 | 0 | 0.78 | 0.29 | 0.33 | 322.39 | 0.64 | 0.41 |
| Hex | AC | 26 | 7A | 0 | 4E | 1D | 21 | 142 | 40 | 29 |
| Octal | 254 | 46 | 172 | 0 | 116 | 35 | 41 | 502 | 100 | 51 |
| Binary | 10101100 | 100110 | 1111010 | 0 | 1001110 | 11101 | 100001 | 101000010 | 1000000 | 101001 |
Color Harmonies of #AC267A
Complementary color
Monochromatic Colors of #AC267A
Black with #AC267A
Text Example
Text Example
White with #AC267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC267A; }
p { color: rgb(172,38,122); }
H1.HeaderClassName
{
color: #AC267A;
}
.AnyTagClassName
{
color: #AC267A;
}
</style>
background-color css
<style>
a { background-color: #AC267A; }
a { background-color: rgb(172,38,122); }
div.DivClassName
{
background-color: #AC267A;
}
.BgClassName
{
background-color: #AC267A;
}
</style>
border-color css
<style>
span { border-color: #AC267A; }
span { border-color: rgb(172,38,122); }
td.TdClassName
{
border-color: #AC267A;
}
.TagClassName
{
border-color: #AC267A;
}
</style>