Shades of Medium Red Violet #AD348B
Tints of Medium Red Violet #AD348B
RGB
CMYK
RGB Variations
Color information
#AD348B (or 0xAD348B) is known color: Medium Red Violet. HEX triplet: AD, 34 and 8B. RGB value is (173,52,139). Sum of RGB (Red+Green+Blue) = 173+52+139=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD348B is #52CB74. Grayscale: #616161. Windows color (decimal): -5426037 or 9122989. OLE color: 9122989.
HSL color Cylindrical-coordinate representation of color #AD348B: hue angle of 316.86º 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 #AD348B is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 139 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.32 |
| HSL | 316.86º | 0.54% | 0.44% | - |
| HSV(B) | 316.86º | 0.7% | 0.68% | - |
| XYZ | 23.12 | 13.2 | 25.76 | - |
| YUV | 98.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 139 | 0 | 0.70 | 0.20 | 0.32 | 316.86 | 0.54 | 0.44 |
| Hex | AD | 34 | 8B | 0 | 46 | 14 | 20 | 13D | 36 | 2C |
| Octal | 255 | 64 | 213 | 0 | 106 | 24 | 40 | 475 | 66 | 54 |
| Binary | 10101101 | 110100 | 10001011 | 0 | 1000110 | 10100 | 100000 | 100111101 | 110110 | 101100 |
Color Harmonies of #AD348B
Complementary color
Monochromatic Colors of #AD348B
Black with #AD348B
Text Example
Text Example
White with #AD348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD348B; }
p { color: rgb(173,52,139); }
H1.HeaderClassName
{
color: #AD348B;
}
.AnyTagClassName
{
color: #AD348B;
}
</style>
background-color css
<style>
a { background-color: #AD348B; }
a { background-color: rgb(173,52,139); }
div.DivClassName
{
background-color: #AD348B;
}
.BgClassName
{
background-color: #AD348B;
}
</style>
border-color css
<style>
span { border-color: #AD348B; }
span { border-color: rgb(173,52,139); }
td.TdClassName
{
border-color: #AD348B;
}
.TagClassName
{
border-color: #AD348B;
}
</style>