Shades of Medium Red Violet #AD3374
Tints of Medium Red Violet #AD3374
RGB
CMYK
RGB Variations
Color information
#AD3374 (or 0xAD3374) is known color: Medium Red Violet. HEX triplet: AD, 33 and 74. RGB value is (173,51,116). Sum of RGB (Red+Green+Blue) = 173+51+116=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3374 is #52CC8B. Grayscale: #5E5E5E. Windows color (decimal): -5426316 or 7615405. OLE color: 7615405.
HSL color Cylindrical-coordinate representation of color #AD3374: hue angle of 328.03º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3374 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 116 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.32 |
| HSL | 328.03º | 0.54% | 0.44% | - |
| HSV(B) | 328.03º | 0.71% | 0.68% | - |
| XYZ | 21.57 | 12.51 | 17.8 | - |
| YUV | 94.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 116 | 0 | 0.71 | 0.33 | 0.32 | 328.03 | 0.54 | 0.44 |
| Hex | AD | 33 | 74 | 0 | 47 | 21 | 20 | 148 | 36 | 2C |
| Octal | 255 | 63 | 164 | 0 | 107 | 41 | 40 | 510 | 66 | 54 |
| Binary | 10101101 | 110011 | 1110100 | 0 | 1000111 | 100001 | 100000 | 101001000 | 110110 | 101100 |
Color Harmonies of #AD3374
Complementary color
Monochromatic Colors of #AD3374
Black with #AD3374
Text Example
Text Example
White with #AD3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3374; }
p { color: rgb(173,51,116); }
H1.HeaderClassName
{
color: #AD3374;
}
.AnyTagClassName
{
color: #AD3374;
}
</style>
background-color css
<style>
a { background-color: #AD3374; }
a { background-color: rgb(173,51,116); }
div.DivClassName
{
background-color: #AD3374;
}
.BgClassName
{
background-color: #AD3374;
}
</style>
border-color css
<style>
span { border-color: #AD3374; }
span { border-color: rgb(173,51,116); }
td.TdClassName
{
border-color: #AD3374;
}
.TagClassName
{
border-color: #AD3374;
}
</style>