Shades of Medium Red Violet #AD3875
Tints of Medium Red Violet #AD3875
RGB
CMYK
RGB Variations
Color information
#AD3875 (or 0xAD3875) is known color: Medium Red Violet. HEX triplet: AD, 38 and 75. RGB value is (173,56,117). Sum of RGB (Red+Green+Blue) = 173+56+117=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3875 is #52C78A. Grayscale: #616161. Windows color (decimal): -5425035 or 7682221. OLE color: 7682221.
HSL color Cylindrical-coordinate representation of color #AD3875: hue angle of 328.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3875 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 117 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.32 |
| HSL | 328.72º | 0.51% | 0.45% | - |
| HSV(B) | 328.72º | 0.68% | 0.68% | - |
| XYZ | 21.86 | 13 | 18.19 | - |
| YUV | 97.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 117 | 0 | 0.68 | 0.32 | 0.32 | 328.72 | 0.51 | 0.45 |
| Hex | AD | 38 | 75 | 0 | 44 | 20 | 20 | 149 | 33 | 2D |
| Octal | 255 | 70 | 165 | 0 | 104 | 40 | 40 | 511 | 63 | 55 |
| Binary | 10101101 | 111000 | 1110101 | 0 | 1000100 | 100000 | 100000 | 101001001 | 110011 | 101101 |
Color Harmonies of #AD3875
Complementary color
Monochromatic Colors of #AD3875
Black with #AD3875
Text Example
Text Example
White with #AD3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3875; }
p { color: rgb(173,56,117); }
H1.HeaderClassName
{
color: #AD3875;
}
.AnyTagClassName
{
color: #AD3875;
}
</style>
background-color css
<style>
a { background-color: #AD3875; }
a { background-color: rgb(173,56,117); }
div.DivClassName
{
background-color: #AD3875;
}
.BgClassName
{
background-color: #AD3875;
}
</style>
border-color css
<style>
span { border-color: #AD3875; }
span { border-color: rgb(173,56,117); }
td.TdClassName
{
border-color: #AD3875;
}
.TagClassName
{
border-color: #AD3875;
}
</style>