Shades of Medium Red Violet #AD3877
Tints of Medium Red Violet #AD3877
RGB
CMYK
RGB Variations
Color information
#AD3877 (or 0xAD3877) is known color: Medium Red Violet. HEX triplet: AD, 38 and 77. RGB value is (173,56,119). Sum of RGB (Red+Green+Blue) = 173+56+119=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3877 is #52C788. Grayscale: #626262. Windows color (decimal): -5425033 or 7813293. OLE color: 7813293.
HSL color Cylindrical-coordinate representation of color #AD3877: hue angle of 327.69º 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 #AD3877 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 119 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.32 |
| HSL | 327.69º | 0.51% | 0.45% | - |
| HSV(B) | 327.69º | 0.68% | 0.68% | - |
| XYZ | 21.98 | 13.04 | 18.81 | - |
| YUV | 98.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 119 | 0 | 0.68 | 0.31 | 0.32 | 327.69 | 0.51 | 0.45 |
| Hex | AD | 38 | 77 | 0 | 44 | 1F | 20 | 148 | 33 | 2D |
| Octal | 255 | 70 | 167 | 0 | 104 | 37 | 40 | 510 | 63 | 55 |
| Binary | 10101101 | 111000 | 1110111 | 0 | 1000100 | 11111 | 100000 | 101001000 | 110011 | 101101 |
Color Harmonies of #AD3877
Complementary color
Monochromatic Colors of #AD3877
Black with #AD3877
Text Example
Text Example
White with #AD3877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3877; }
p { color: rgb(173,56,119); }
H1.HeaderClassName
{
color: #AD3877;
}
.AnyTagClassName
{
color: #AD3877;
}
</style>
background-color css
<style>
a { background-color: #AD3877; }
a { background-color: rgb(173,56,119); }
div.DivClassName
{
background-color: #AD3877;
}
.BgClassName
{
background-color: #AD3877;
}
</style>
border-color css
<style>
span { border-color: #AD3877; }
span { border-color: rgb(173,56,119); }
td.TdClassName
{
border-color: #AD3877;
}
.TagClassName
{
border-color: #AD3877;
}
</style>