Shades of Medium Red Violet #AD347F
Tints of Medium Red Violet #AD347F
RGB
CMYK
RGB Variations
Color information
#AD347F (or 0xAD347F) is known color: Medium Red Violet. HEX triplet: AD, 34 and 7F. RGB value is (173,52,127). Sum of RGB (Red+Green+Blue) = 173+52+127=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD347F is #52CB80. Grayscale: #606060. Windows color (decimal): -5426049 or 8336557. OLE color: 8336557.
HSL color Cylindrical-coordinate representation of color #AD347F: hue angle of 322.81º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD347F is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 127 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.32 |
| HSL | 322.81º | 0.54% | 0.44% | - |
| HSV(B) | 322.81º | 0.7% | 0.68% | - |
| XYZ | 22.29 | 12.87 | 21.39 | - |
| YUV | 96.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 127 | 0 | 0.70 | 0.27 | 0.32 | 322.81 | 0.54 | 0.44 |
| Hex | AD | 34 | 7F | 0 | 46 | 1B | 20 | 143 | 36 | 2C |
| Octal | 255 | 64 | 177 | 0 | 106 | 33 | 40 | 503 | 66 | 54 |
| Binary | 10101101 | 110100 | 1111111 | 0 | 1000110 | 11011 | 100000 | 101000011 | 110110 | 101100 |
Color Harmonies of #AD347F
Complementary color
Monochromatic Colors of #AD347F
Black with #AD347F
Text Example
Text Example
White with #AD347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD347F; }
p { color: rgb(173,52,127); }
H1.HeaderClassName
{
color: #AD347F;
}
.AnyTagClassName
{
color: #AD347F;
}
</style>
background-color css
<style>
a { background-color: #AD347F; }
a { background-color: rgb(173,52,127); }
div.DivClassName
{
background-color: #AD347F;
}
.BgClassName
{
background-color: #AD347F;
}
</style>
border-color css
<style>
span { border-color: #AD347F; }
span { border-color: rgb(173,52,127); }
td.TdClassName
{
border-color: #AD347F;
}
.TagClassName
{
border-color: #AD347F;
}
</style>