Shades of Medium Red Violet #AC268B
Tints of Medium Red Violet #AC268B
RGB
CMYK
RGB Variations
Color information
#AC268B (or 0xAC268B) is known color: Medium Red Violet. HEX triplet: AC, 26 and 8B. RGB value is (172,38,139). Sum of RGB (Red+Green+Blue) = 172+38+139=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC268B is #53D974. Grayscale: #595959. Windows color (decimal): -5495157 or 9119404. OLE color: 9119404.
HSL color Cylindrical-coordinate representation of color #AC268B: hue angle of 314.78º 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 #AC268B is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 139 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.33 |
| HSL | 314.78º | 0.64% | 0.41% | - |
| HSV(B) | 314.78º | 0.78% | 0.67% | - |
| XYZ | 22.37 | 12.02 | 25.57 | - |
| YUV | 89.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 139 | 0 | 0.78 | 0.19 | 0.33 | 314.78 | 0.64 | 0.41 |
| Hex | AC | 26 | 8B | 0 | 4E | 13 | 21 | 13B | 40 | 29 |
| Octal | 254 | 46 | 213 | 0 | 116 | 23 | 41 | 473 | 100 | 51 |
| Binary | 10101100 | 100110 | 10001011 | 0 | 1001110 | 10011 | 100001 | 100111011 | 1000000 | 101001 |
Color Harmonies of #AC268B
Complementary color
Monochromatic Colors of #AC268B
Black with #AC268B
Text Example
Text Example
White with #AC268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC268B; }
p { color: rgb(172,38,139); }
H1.HeaderClassName
{
color: #AC268B;
}
.AnyTagClassName
{
color: #AC268B;
}
</style>
background-color css
<style>
a { background-color: #AC268B; }
a { background-color: rgb(172,38,139); }
div.DivClassName
{
background-color: #AC268B;
}
.BgClassName
{
background-color: #AC268B;
}
</style>
border-color css
<style>
span { border-color: #AC268B; }
span { border-color: rgb(172,38,139); }
td.TdClassName
{
border-color: #AC268B;
}
.TagClassName
{
border-color: #AC268B;
}
</style>