Shades of Medium Red Violet #AC266E
Tints of Medium Red Violet #AC266E
RGB
CMYK
RGB Variations
Color information
#AC266E (or 0xAC266E) is known color: Medium Red Violet. HEX triplet: AC, 26 and 6E. RGB value is (172,38,110). Sum of RGB (Red+Green+Blue) = 172+38+110=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC266E is #53D991. Grayscale: #565656. Windows color (decimal): -5495186 or 7218860. OLE color: 7218860.
HSL color Cylindrical-coordinate representation of color #AC266E: hue angle of 327.76º 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 #AC266E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 110 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.33 |
| HSL | 327.76º | 0.64% | 0.41% | - |
| HSV(B) | 327.76º | 0.78% | 0.67% | - |
| XYZ | 20.52 | 11.28 | 15.85 | - |
| YUV | 86.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 110 | 0 | 0.78 | 0.36 | 0.33 | 327.76 | 0.64 | 0.41 |
| Hex | AC | 26 | 6E | 0 | 4E | 24 | 21 | 148 | 40 | 29 |
| Octal | 254 | 46 | 156 | 0 | 116 | 44 | 41 | 510 | 100 | 51 |
| Binary | 10101100 | 100110 | 1101110 | 0 | 1001110 | 100100 | 100001 | 101001000 | 1000000 | 101001 |
Color Harmonies of #AC266E
Complementary color
Monochromatic Colors of #AC266E
Black with #AC266E
Text Example
Text Example
White with #AC266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC266E; }
p { color: rgb(172,38,110); }
H1.HeaderClassName
{
color: #AC266E;
}
.AnyTagClassName
{
color: #AC266E;
}
</style>
background-color css
<style>
a { background-color: #AC266E; }
a { background-color: rgb(172,38,110); }
div.DivClassName
{
background-color: #AC266E;
}
.BgClassName
{
background-color: #AC266E;
}
</style>
border-color css
<style>
span { border-color: #AC266E; }
span { border-color: rgb(172,38,110); }
td.TdClassName
{
border-color: #AC266E;
}
.TagClassName
{
border-color: #AC266E;
}
</style>