Shades of Medium Red Violet #AD337F
Tints of Medium Red Violet #AD337F
RGB
CMYK
RGB Variations
Color information
#AD337F (or 0xAD337F) is known color: Medium Red Violet. HEX triplet: AD, 33 and 7F. RGB value is (173,51,127). Sum of RGB (Red+Green+Blue) = 173+51+127=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD337F is #52CC80. Grayscale: #5F5F5F. Windows color (decimal): -5426305 or 8336301. OLE color: 8336301.
HSL color Cylindrical-coordinate representation of color #AD337F: hue angle of 322.62º 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 #AD337F is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 127 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.32 |
| HSL | 322.62º | 0.54% | 0.44% | - |
| HSV(B) | 322.62º | 0.71% | 0.68% | - |
| XYZ | 22.25 | 12.78 | 21.37 | - |
| YUV | 96.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 127 | 0 | 0.71 | 0.27 | 0.32 | 322.62 | 0.54 | 0.44 |
| Hex | AD | 33 | 7F | 0 | 47 | 1B | 20 | 143 | 36 | 2C |
| Octal | 255 | 63 | 177 | 0 | 107 | 33 | 40 | 503 | 66 | 54 |
| Binary | 10101101 | 110011 | 1111111 | 0 | 1000111 | 11011 | 100000 | 101000011 | 110110 | 101100 |
Color Harmonies of #AD337F
Complementary color
Monochromatic Colors of #AD337F
Black with #AD337F
Text Example
Text Example
White with #AD337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD337F; }
p { color: rgb(173,51,127); }
H1.HeaderClassName
{
color: #AD337F;
}
.AnyTagClassName
{
color: #AD337F;
}
</style>
background-color css
<style>
a { background-color: #AD337F; }
a { background-color: rgb(173,51,127); }
div.DivClassName
{
background-color: #AD337F;
}
.BgClassName
{
background-color: #AD337F;
}
</style>
border-color css
<style>
span { border-color: #AD337F; }
span { border-color: rgb(173,51,127); }
td.TdClassName
{
border-color: #AD337F;
}
.TagClassName
{
border-color: #AD337F;
}
</style>