Shades of Medium Red Violet #AC269D
Tints of Medium Red Violet #AC269D
RGB
CMYK
RGB Variations
Color information
#AC269D (or 0xAC269D) is known color: Medium Red Violet. HEX triplet: AC, 26 and 9D. RGB value is (172,38,157). Sum of RGB (Red+Green+Blue) = 172+38+157=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC269D is #53D962. Grayscale: #5B5B5B. Windows color (decimal): -5495139 or 10299052. OLE color: 10299052.
HSL color Cylindrical-coordinate representation of color #AC269D: hue angle of 306.72º 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 #AC269D is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 157 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.33 |
| HSL | 306.72º | 0.64% | 0.41% | - |
| HSV(B) | 306.72º | 0.78% | 0.67% | - |
| XYZ | 23.79 | 12.59 | 33.07 | - |
| YUV | 91.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 157 | 0 | 0.78 | 0.09 | 0.33 | 306.72 | 0.64 | 0.41 |
| Hex | AC | 26 | 9D | 0 | 4E | 9 | 21 | 133 | 40 | 29 |
| Octal | 254 | 46 | 235 | 0 | 116 | 11 | 41 | 463 | 100 | 51 |
| Binary | 10101100 | 100110 | 10011101 | 0 | 1001110 | 1001 | 100001 | 100110011 | 1000000 | 101001 |
Color Harmonies of #AC269D
Complementary color
Monochromatic Colors of #AC269D
Black with #AC269D
Text Example
Text Example
White with #AC269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC269D; }
p { color: rgb(172,38,157); }
H1.HeaderClassName
{
color: #AC269D;
}
.AnyTagClassName
{
color: #AC269D;
}
</style>
background-color css
<style>
a { background-color: #AC269D; }
a { background-color: rgb(172,38,157); }
div.DivClassName
{
background-color: #AC269D;
}
.BgClassName
{
background-color: #AC269D;
}
</style>
border-color css
<style>
span { border-color: #AC269D; }
span { border-color: rgb(172,38,157); }
td.TdClassName
{
border-color: #AC269D;
}
.TagClassName
{
border-color: #AC269D;
}
</style>