Shades of Medium Red Violet #AD378C
Tints of Medium Red Violet #AD378C
RGB
CMYK
RGB Variations
Color information
#AD378C (or 0xAD378C) is known color: Medium Red Violet. HEX triplet: AD, 37 and 8C. RGB value is (173,55,140). Sum of RGB (Red+Green+Blue) = 173+55+140=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD378C is #52C873. Grayscale: #636363. Windows color (decimal): -5425268 or 9189293. OLE color: 9189293.
HSL color Cylindrical-coordinate representation of color #AD378C: hue angle of 316.78º degrees, saturation: 0.52, 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 #AD378C is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 140 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.32 |
| HSL | 316.78º | 0.52% | 0.45% | - |
| HSV(B) | 316.78º | 0.68% | 0.68% | - |
| XYZ | 23.33 | 13.51 | 26.19 | - |
| YUV | 99.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 140 | 0 | 0.68 | 0.19 | 0.32 | 316.78 | 0.52 | 0.45 |
| Hex | AD | 37 | 8C | 0 | 44 | 13 | 20 | 13D | 34 | 2D |
| Octal | 255 | 67 | 214 | 0 | 104 | 23 | 40 | 475 | 64 | 55 |
| Binary | 10101101 | 110111 | 10001100 | 0 | 1000100 | 10011 | 100000 | 100111101 | 110100 | 101101 |
Color Harmonies of #AD378C
Complementary color
Monochromatic Colors of #AD378C
Black with #AD378C
Text Example
Text Example
White with #AD378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD378C; }
p { color: rgb(173,55,140); }
H1.HeaderClassName
{
color: #AD378C;
}
.AnyTagClassName
{
color: #AD378C;
}
</style>
background-color css
<style>
a { background-color: #AD378C; }
a { background-color: rgb(173,55,140); }
div.DivClassName
{
background-color: #AD378C;
}
.BgClassName
{
background-color: #AD378C;
}
</style>
border-color css
<style>
span { border-color: #AD378C; }
span { border-color: rgb(173,55,140); }
td.TdClassName
{
border-color: #AD378C;
}
.TagClassName
{
border-color: #AD378C;
}
</style>