Shades of Medium Red Violet #AC269C
Tints of Medium Red Violet #AC269C
RGB
CMYK
RGB Variations
Color information
#AC269C (or 0xAC269C) is known color: Medium Red Violet. HEX triplet: AC, 26 and 9C. RGB value is (172,38,156). Sum of RGB (Red+Green+Blue) = 172+38+156=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC269C is #53D963. Grayscale: #5B5B5B. Windows color (decimal): -5495140 or 10233516. OLE color: 10233516.
HSL color Cylindrical-coordinate representation of color #AC269C: hue angle of 307.16º 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 #AC269C is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 156 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.33 |
| HSL | 307.16º | 0.64% | 0.41% | - |
| HSV(B) | 307.16º | 0.78% | 0.67% | - |
| XYZ | 23.71 | 12.56 | 32.63 | - |
| YUV | 91.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 156 | 0 | 0.78 | 0.09 | 0.33 | 307.16 | 0.64 | 0.41 |
| Hex | AC | 26 | 9C | 0 | 4E | 9 | 21 | 133 | 40 | 29 |
| Octal | 254 | 46 | 234 | 0 | 116 | 11 | 41 | 463 | 100 | 51 |
| Binary | 10101100 | 100110 | 10011100 | 0 | 1001110 | 1001 | 100001 | 100110011 | 1000000 | 101001 |
Color Harmonies of #AC269C
Complementary color
Monochromatic Colors of #AC269C
Black with #AC269C
Text Example
Text Example
White with #AC269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC269C; }
p { color: rgb(172,38,156); }
H1.HeaderClassName
{
color: #AC269C;
}
.AnyTagClassName
{
color: #AC269C;
}
</style>
background-color css
<style>
a { background-color: #AC269C; }
a { background-color: rgb(172,38,156); }
div.DivClassName
{
background-color: #AC269C;
}
.BgClassName
{
background-color: #AC269C;
}
</style>
border-color css
<style>
span { border-color: #AC269C; }
span { border-color: rgb(172,38,156); }
td.TdClassName
{
border-color: #AC269C;
}
.TagClassName
{
border-color: #AC269C;
}
</style>