Shades of Medium Red Violet #AD2C97
Tints of Medium Red Violet #AD2C97
RGB
CMYK
RGB Variations
Color information
#AD2C97 (or 0xAD2C97) is known color: Medium Red Violet. HEX triplet: AD, 2C and 97. RGB value is (173,44,151). Sum of RGB (Red+Green+Blue) = 173+44+151=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C97 is #52D368. Grayscale: #5E5E5E. Windows color (decimal): -5428073 or 9907373. OLE color: 9907373.
HSL color Cylindrical-coordinate representation of color #AD2C97: hue angle of 310.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C97 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 151 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.32 |
| HSL | 310.23º | 0.59% | 0.43% | - |
| HSV(B) | 310.23º | 0.75% | 0.68% | - |
| XYZ | 23.72 | 12.92 | 30.52 | - |
| YUV | 94.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 151 | 0 | 0.75 | 0.13 | 0.32 | 310.23 | 0.59 | 0.43 |
| Hex | AD | 2C | 97 | 0 | 4B | D | 20 | 136 | 3B | 2B |
| Octal | 255 | 54 | 227 | 0 | 113 | 15 | 40 | 466 | 73 | 53 |
| Binary | 10101101 | 101100 | 10010111 | 0 | 1001011 | 1101 | 100000 | 100110110 | 111011 | 101011 |
Color Harmonies of #AD2C97
Complementary color
Monochromatic Colors of #AD2C97
Black with #AD2C97
Text Example
Text Example
White with #AD2C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C97; }
p { color: rgb(173,44,151); }
H1.HeaderClassName
{
color: #AD2C97;
}
.AnyTagClassName
{
color: #AD2C97;
}
</style>
background-color css
<style>
a { background-color: #AD2C97; }
a { background-color: rgb(173,44,151); }
div.DivClassName
{
background-color: #AD2C97;
}
.BgClassName
{
background-color: #AD2C97;
}
</style>
border-color css
<style>
span { border-color: #AD2C97; }
span { border-color: rgb(173,44,151); }
td.TdClassName
{
border-color: #AD2C97;
}
.TagClassName
{
border-color: #AD2C97;
}
</style>