Shades of Medium Red Violet #AC2497
Tints of Medium Red Violet #AC2497
RGB
CMYK
RGB Variations
Color information
#AC2497 (or 0xAC2497) is known color: Medium Red Violet. HEX triplet: AC, 24 and 97. RGB value is (172,36,151). Sum of RGB (Red+Green+Blue) = 172+36+151=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2497 is #53DB68. Grayscale: #595959. Windows color (decimal): -5495657 or 9905324. OLE color: 9905324.
HSL color Cylindrical-coordinate representation of color #AC2497: hue angle of 309.26º 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 #AC2497 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 151 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.33 |
| HSL | 309.26º | 0.65% | 0.41% | - |
| HSV(B) | 309.26º | 0.79% | 0.67% | - |
| XYZ | 23.23 | 12.27 | 30.42 | - |
| YUV | 89.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 151 | 0 | 0.79 | 0.12 | 0.33 | 309.26 | 0.65 | 0.41 |
| Hex | AC | 24 | 97 | 0 | 4F | C | 21 | 135 | 41 | 29 |
| Octal | 254 | 44 | 227 | 0 | 117 | 14 | 41 | 465 | 101 | 51 |
| Binary | 10101100 | 100100 | 10010111 | 0 | 1001111 | 1100 | 100001 | 100110101 | 1000001 | 101001 |
Color Harmonies of #AC2497
Complementary color
Monochromatic Colors of #AC2497
Black with #AC2497
Text Example
Text Example
White with #AC2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2497; }
p { color: rgb(172,36,151); }
H1.HeaderClassName
{
color: #AC2497;
}
.AnyTagClassName
{
color: #AC2497;
}
</style>
background-color css
<style>
a { background-color: #AC2497; }
a { background-color: rgb(172,36,151); }
div.DivClassName
{
background-color: #AC2497;
}
.BgClassName
{
background-color: #AC2497;
}
</style>
border-color css
<style>
span { border-color: #AC2497; }
span { border-color: rgb(172,36,151); }
td.TdClassName
{
border-color: #AC2497;
}
.TagClassName
{
border-color: #AC2497;
}
</style>