Shades of Medium Red Violet #AC249E
Tints of Medium Red Violet #AC249E
RGB
CMYK
RGB Variations
Color information
#AC249E (or 0xAC249E) is known color: Medium Red Violet. HEX triplet: AC, 24 and 9E. RGB value is (172,36,158). Sum of RGB (Red+Green+Blue) = 172+36+158=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC249E is #53DB61. Grayscale: #5A5A5A. Windows color (decimal): -5495650 or 10364076. OLE color: 10364076.
HSL color Cylindrical-coordinate representation of color #AC249E: hue angle of 306.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC249E is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 158 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.33 |
| HSL | 306.18º | 0.65% | 0.41% | - |
| HSV(B) | 306.18º | 0.79% | 0.67% | - |
| XYZ | 23.82 | 12.5 | 33.51 | - |
| YUV | 90.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 158 | 0 | 0.79 | 0.08 | 0.33 | 306.18 | 0.65 | 0.41 |
| Hex | AC | 24 | 9E | 0 | 4F | 8 | 21 | 132 | 41 | 29 |
| Octal | 254 | 44 | 236 | 0 | 117 | 10 | 41 | 462 | 101 | 51 |
| Binary | 10101100 | 100100 | 10011110 | 0 | 1001111 | 1000 | 100001 | 100110010 | 1000001 | 101001 |
Color Harmonies of #AC249E
Complementary color
Monochromatic Colors of #AC249E
Black with #AC249E
Text Example
Text Example
White with #AC249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC249E; }
p { color: rgb(172,36,158); }
H1.HeaderClassName
{
color: #AC249E;
}
.AnyTagClassName
{
color: #AC249E;
}
</style>
background-color css
<style>
a { background-color: #AC249E; }
a { background-color: rgb(172,36,158); }
div.DivClassName
{
background-color: #AC249E;
}
.BgClassName
{
background-color: #AC249E;
}
</style>
border-color css
<style>
span { border-color: #AC249E; }
span { border-color: rgb(172,36,158); }
td.TdClassName
{
border-color: #AC249E;
}
.TagClassName
{
border-color: #AC249E;
}
</style>