Shades of Medium Red Violet #AD337D
Tints of Medium Red Violet #AD337D
RGB
CMYK
RGB Variations
Color information
#AD337D (or 0xAD337D) is known color: Medium Red Violet. HEX triplet: AD, 33 and 7D. RGB value is (173,51,125). Sum of RGB (Red+Green+Blue) = 173+51+125=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD337D is #52CC82. Grayscale: #5F5F5F. Windows color (decimal): -5426307 or 8205229. OLE color: 8205229.
HSL color Cylindrical-coordinate representation of color #AD337D: hue angle of 323.61º 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 #AD337D is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 125 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.32 |
| HSL | 323.61º | 0.54% | 0.44% | - |
| HSV(B) | 323.61º | 0.71% | 0.68% | - |
| XYZ | 22.12 | 12.73 | 20.69 | - |
| YUV | 95.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 125 | 0 | 0.71 | 0.28 | 0.32 | 323.61 | 0.54 | 0.44 |
| Hex | AD | 33 | 7D | 0 | 47 | 1C | 20 | 144 | 36 | 2C |
| Octal | 255 | 63 | 175 | 0 | 107 | 34 | 40 | 504 | 66 | 54 |
| Binary | 10101101 | 110011 | 1111101 | 0 | 1000111 | 11100 | 100000 | 101000100 | 110110 | 101100 |
Color Harmonies of #AD337D
Complementary color
Monochromatic Colors of #AD337D
Black with #AD337D
Text Example
Text Example
White with #AD337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD337D; }
p { color: rgb(173,51,125); }
H1.HeaderClassName
{
color: #AD337D;
}
.AnyTagClassName
{
color: #AD337D;
}
</style>
background-color css
<style>
a { background-color: #AD337D; }
a { background-color: rgb(173,51,125); }
div.DivClassName
{
background-color: #AD337D;
}
.BgClassName
{
background-color: #AD337D;
}
</style>
border-color css
<style>
span { border-color: #AD337D; }
span { border-color: rgb(173,51,125); }
td.TdClassName
{
border-color: #AD337D;
}
.TagClassName
{
border-color: #AD337D;
}
</style>