Shades of Medium Red Violet #AD2C7A
Tints of Medium Red Violet #AD2C7A
RGB
CMYK
RGB Variations
Color information
#AD2C7A (or 0xAD2C7A) is known color: Medium Red Violet. HEX triplet: AD, 2C and 7A. RGB value is (173,44,122). Sum of RGB (Red+Green+Blue) = 173+44+122=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2C7A is #52D385. Grayscale: #5B5B5B. Windows color (decimal): -5428102 or 8006829. OLE color: 8006829.
HSL color Cylindrical-coordinate representation of color #AD2C7A: hue angle of 323.72º 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 #AD2C7A is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 122 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.32 |
| HSL | 323.72º | 0.59% | 0.43% | - |
| HSV(B) | 323.72º | 0.75% | 0.68% | - |
| XYZ | 21.65 | 12.09 | 19.61 | - |
| YUV | 91.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 122 | 0 | 0.75 | 0.29 | 0.32 | 323.72 | 0.59 | 0.43 |
| Hex | AD | 2C | 7A | 0 | 4B | 1D | 20 | 144 | 3B | 2B |
| Octal | 255 | 54 | 172 | 0 | 113 | 35 | 40 | 504 | 73 | 53 |
| Binary | 10101101 | 101100 | 1111010 | 0 | 1001011 | 11101 | 100000 | 101000100 | 111011 | 101011 |
Color Harmonies of #AD2C7A
Complementary color
Monochromatic Colors of #AD2C7A
Black with #AD2C7A
Text Example
Text Example
White with #AD2C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C7A; }
p { color: rgb(173,44,122); }
H1.HeaderClassName
{
color: #AD2C7A;
}
.AnyTagClassName
{
color: #AD2C7A;
}
</style>
background-color css
<style>
a { background-color: #AD2C7A; }
a { background-color: rgb(173,44,122); }
div.DivClassName
{
background-color: #AD2C7A;
}
.BgClassName
{
background-color: #AD2C7A;
}
</style>
border-color css
<style>
span { border-color: #AD2C7A; }
span { border-color: rgb(173,44,122); }
td.TdClassName
{
border-color: #AD2C7A;
}
.TagClassName
{
border-color: #AD2C7A;
}
</style>