Shades of Medium Red Violet #AD337C
Tints of Medium Red Violet #AD337C
RGB
CMYK
RGB Variations
Color information
#AD337C (or 0xAD337C) is known color: Medium Red Violet. HEX triplet: AD, 33 and 7C. RGB value is (173,51,124). Sum of RGB (Red+Green+Blue) = 173+51+124=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD337C is #52CC83. Grayscale: #5F5F5F. Windows color (decimal): -5426308 or 8139693. OLE color: 8139693.
HSL color Cylindrical-coordinate representation of color #AD337C: hue angle of 324.1º 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 #AD337C is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 124 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.32 |
| HSL | 324.1º | 0.54% | 0.44% | - |
| HSV(B) | 324.1º | 0.71% | 0.68% | - |
| XYZ | 22.06 | 12.71 | 20.36 | - |
| YUV | 95.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 124 | 0 | 0.71 | 0.28 | 0.32 | 324.1 | 0.54 | 0.44 |
| Hex | AD | 33 | 7C | 0 | 47 | 1C | 20 | 144 | 36 | 2C |
| Octal | 255 | 63 | 174 | 0 | 107 | 34 | 40 | 504 | 66 | 54 |
| Binary | 10101101 | 110011 | 1111100 | 0 | 1000111 | 11100 | 100000 | 101000100 | 110110 | 101100 |
Color Harmonies of #AD337C
Complementary color
Monochromatic Colors of #AD337C
Black with #AD337C
Text Example
Text Example
White with #AD337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD337C; }
p { color: rgb(173,51,124); }
H1.HeaderClassName
{
color: #AD337C;
}
.AnyTagClassName
{
color: #AD337C;
}
</style>
background-color css
<style>
a { background-color: #AD337C; }
a { background-color: rgb(173,51,124); }
div.DivClassName
{
background-color: #AD337C;
}
.BgClassName
{
background-color: #AD337C;
}
</style>
border-color css
<style>
span { border-color: #AD337C; }
span { border-color: rgb(173,51,124); }
td.TdClassName
{
border-color: #AD337C;
}
.TagClassName
{
border-color: #AD337C;
}
</style>