Shades of Medium Red Violet #AD3D7A
Tints of Medium Red Violet #AD3D7A
RGB
CMYK
RGB Variations
Color information
#AD3D7A (or 0xAD3D7A) is known color: Medium Red Violet. HEX triplet: AD, 3D and 7A. RGB value is (173,61,122). Sum of RGB (Red+Green+Blue) = 173+61+122=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3D7A is #52C285. Grayscale: #656565. Windows color (decimal): -5423750 or 8011181. OLE color: 8011181.
HSL color Cylindrical-coordinate representation of color #AD3D7A: hue angle of 327.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D7A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 122 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.32 |
| HSL | 327.32º | 0.48% | 0.46% | - |
| HSV(B) | 327.32º | 0.65% | 0.68% | - |
| XYZ | 22.42 | 13.63 | 19.86 | - |
| YUV | 101.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 122 | 0 | 0.65 | 0.29 | 0.32 | 327.32 | 0.48 | 0.46 |
| Hex | AD | 3D | 7A | 0 | 41 | 1D | 20 | 147 | 30 | 2E |
| Octal | 255 | 75 | 172 | 0 | 101 | 35 | 40 | 507 | 60 | 56 |
| Binary | 10101101 | 111101 | 1111010 | 0 | 1000001 | 11101 | 100000 | 101000111 | 110000 | 101110 |
Color Harmonies of #AD3D7A
Complementary color
Monochromatic Colors of #AD3D7A
Black with #AD3D7A
Text Example
Text Example
White with #AD3D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D7A; }
p { color: rgb(173,61,122); }
H1.HeaderClassName
{
color: #AD3D7A;
}
.AnyTagClassName
{
color: #AD3D7A;
}
</style>
background-color css
<style>
a { background-color: #AD3D7A; }
a { background-color: rgb(173,61,122); }
div.DivClassName
{
background-color: #AD3D7A;
}
.BgClassName
{
background-color: #AD3D7A;
}
</style>
border-color css
<style>
span { border-color: #AD3D7A; }
span { border-color: rgb(173,61,122); }
td.TdClassName
{
border-color: #AD3D7A;
}
.TagClassName
{
border-color: #AD3D7A;
}
</style>