Shades of Medium Red Violet #AD437F
Tints of Medium Red Violet #AD437F
RGB
CMYK
RGB Variations
Color information
#AD437F (or 0xAD437F) is known color: Medium Red Violet. HEX triplet: AD, 43 and 7F. RGB value is (173,67,127). Sum of RGB (Red+Green+Blue) = 173+67+127=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD437F is #52BC80. Grayscale: #696969. Windows color (decimal): -5422209 or 8340397. OLE color: 8340397.
HSL color Cylindrical-coordinate representation of color #AD437F: hue angle of 326.04º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD437F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 127 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.32 |
| HSL | 326.04º | 0.44% | 0.47% | - |
| HSV(B) | 326.04º | 0.61% | 0.68% | - |
| XYZ | 23.07 | 14.43 | 21.65 | - |
| YUV | 105.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 127 | 0 | 0.61 | 0.27 | 0.32 | 326.04 | 0.44 | 0.47 |
| Hex | AD | 43 | 7F | 0 | 3D | 1B | 20 | 146 | 2C | 2F |
| Octal | 255 | 103 | 177 | 0 | 75 | 33 | 40 | 506 | 54 | 57 |
| Binary | 10101101 | 1000011 | 1111111 | 0 | 111101 | 11011 | 100000 | 101000110 | 101100 | 101111 |
Color Harmonies of #AD437F
Complementary color
Monochromatic Colors of #AD437F
Black with #AD437F
Text Example
Text Example
White with #AD437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD437F; }
p { color: rgb(173,67,127); }
H1.HeaderClassName
{
color: #AD437F;
}
.AnyTagClassName
{
color: #AD437F;
}
</style>
background-color css
<style>
a { background-color: #AD437F; }
a { background-color: rgb(173,67,127); }
div.DivClassName
{
background-color: #AD437F;
}
.BgClassName
{
background-color: #AD437F;
}
</style>
border-color css
<style>
span { border-color: #AD437F; }
span { border-color: rgb(173,67,127); }
td.TdClassName
{
border-color: #AD437F;
}
.TagClassName
{
border-color: #AD437F;
}
</style>