Shades of Medium Red Violet #AD3676
Tints of Medium Red Violet #AD3676
RGB
CMYK
RGB Variations
Color information
#AD3676 (or 0xAD3676) is known color: Medium Red Violet. HEX triplet: AD, 36 and 76. RGB value is (173,54,118). Sum of RGB (Red+Green+Blue) = 173+54+118=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3676 is #52C989. Grayscale: #606060. Windows color (decimal): -5425546 or 7747245. OLE color: 7747245.
HSL color Cylindrical-coordinate representation of color #AD3676: hue angle of 327.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3676 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 118 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.32 |
| HSL | 327.73º | 0.52% | 0.45% | - |
| HSV(B) | 327.73º | 0.69% | 0.68% | - |
| XYZ | 21.82 | 12.83 | 18.47 | - |
| YUV | 96.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 118 | 0 | 0.69 | 0.32 | 0.32 | 327.73 | 0.52 | 0.45 |
| Hex | AD | 36 | 76 | 0 | 45 | 20 | 20 | 148 | 34 | 2D |
| Octal | 255 | 66 | 166 | 0 | 105 | 40 | 40 | 510 | 64 | 55 |
| Binary | 10101101 | 110110 | 1110110 | 0 | 1000101 | 100000 | 100000 | 101001000 | 110100 | 101101 |
Color Harmonies of #AD3676
Complementary color
Monochromatic Colors of #AD3676
Black with #AD3676
Text Example
Text Example
White with #AD3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3676; }
p { color: rgb(173,54,118); }
H1.HeaderClassName
{
color: #AD3676;
}
.AnyTagClassName
{
color: #AD3676;
}
</style>
background-color css
<style>
a { background-color: #AD3676; }
a { background-color: rgb(173,54,118); }
div.DivClassName
{
background-color: #AD3676;
}
.BgClassName
{
background-color: #AD3676;
}
</style>
border-color css
<style>
span { border-color: #AD3676; }
span { border-color: rgb(173,54,118); }
td.TdClassName
{
border-color: #AD3676;
}
.TagClassName
{
border-color: #AD3676;
}
</style>