Shades of Medium Red Violet #AD348C
Tints of Medium Red Violet #AD348C
RGB
CMYK
RGB Variations
Color information
#AD348C (or 0xAD348C) is known color: Medium Red Violet. HEX triplet: AD, 34 and 8C. RGB value is (173,52,140). Sum of RGB (Red+Green+Blue) = 173+52+140=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD348C is #52CB73. Grayscale: #616161. Windows color (decimal): -5426036 or 9188525. OLE color: 9188525.
HSL color Cylindrical-coordinate representation of color #AD348C: hue angle of 316.36º 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 #AD348C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 140 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.32 |
| HSL | 316.36º | 0.54% | 0.44% | - |
| HSV(B) | 316.36º | 0.7% | 0.68% | - |
| XYZ | 23.2 | 13.23 | 26.14 | - |
| YUV | 98.21 | 151.59 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 140 | 0 | 0.70 | 0.19 | 0.32 | 316.36 | 0.54 | 0.44 |
| Hex | AD | 34 | 8C | 0 | 46 | 13 | 20 | 13C | 36 | 2C |
| Octal | 255 | 64 | 214 | 0 | 106 | 23 | 40 | 474 | 66 | 54 |
| Binary | 10101101 | 110100 | 10001100 | 0 | 1000110 | 10011 | 100000 | 100111100 | 110110 | 101100 |
Color Harmonies of #AD348C
Complementary color
Monochromatic Colors of #AD348C
Black with #AD348C
Text Example
Text Example
White with #AD348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD348C; }
p { color: rgb(173,52,140); }
H1.HeaderClassName
{
color: #AD348C;
}
.AnyTagClassName
{
color: #AD348C;
}
</style>
background-color css
<style>
a { background-color: #AD348C; }
a { background-color: rgb(173,52,140); }
div.DivClassName
{
background-color: #AD348C;
}
.BgClassName
{
background-color: #AD348C;
}
</style>
border-color css
<style>
span { border-color: #AD348C; }
span { border-color: rgb(173,52,140); }
td.TdClassName
{
border-color: #AD348C;
}
.TagClassName
{
border-color: #AD348C;
}
</style>