Shades of Medium Red Violet #AC2395
Tints of Medium Red Violet #AC2395
RGB
CMYK
RGB Variations
Color information
#AC2395 (or 0xAC2395) is known color: Medium Red Violet. HEX triplet: AC, 23 and 95. RGB value is (172,35,149). Sum of RGB (Red+Green+Blue) = 172+35+149=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2395 is #53DC6A. Grayscale: #585858. Windows color (decimal): -5495915 or 9773996. OLE color: 9773996.
HSL color Cylindrical-coordinate representation of color #AC2395: hue angle of 310.07º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2395 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 149 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.33 |
| HSL | 310.07º | 0.66% | 0.41% | - |
| HSV(B) | 310.07º | 0.8% | 0.67% | - |
| XYZ | 23.04 | 12.14 | 29.56 | - |
| YUV | 88.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 149 | 0 | 0.80 | 0.13 | 0.33 | 310.07 | 0.66 | 0.41 |
| Hex | AC | 23 | 95 | 0 | 50 | D | 21 | 136 | 42 | 29 |
| Octal | 254 | 43 | 225 | 0 | 120 | 15 | 41 | 466 | 102 | 51 |
| Binary | 10101100 | 100011 | 10010101 | 0 | 1010000 | 1101 | 100001 | 100110110 | 1000010 | 101001 |
Color Harmonies of #AC2395
Complementary color
Monochromatic Colors of #AC2395
Black with #AC2395
Text Example
Text Example
White with #AC2395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2395; }
p { color: rgb(172,35,149); }
H1.HeaderClassName
{
color: #AC2395;
}
.AnyTagClassName
{
color: #AC2395;
}
</style>
background-color css
<style>
a { background-color: #AC2395; }
a { background-color: rgb(172,35,149); }
div.DivClassName
{
background-color: #AC2395;
}
.BgClassName
{
background-color: #AC2395;
}
</style>
border-color css
<style>
span { border-color: #AC2395; }
span { border-color: rgb(172,35,149); }
td.TdClassName
{
border-color: #AC2395;
}
.TagClassName
{
border-color: #AC2395;
}
</style>