Shades of Medium Red Violet #AD378B
Tints of Medium Red Violet #AD378B
RGB
CMYK
RGB Variations
Color information
#AD378B (or 0xAD378B) is known color: Medium Red Violet. HEX triplet: AD, 37 and 8B. RGB value is (173,55,139). Sum of RGB (Red+Green+Blue) = 173+55+139=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD378B is #52C874. Grayscale: #636363. Windows color (decimal): -5425269 or 9123757. OLE color: 9123757.
HSL color Cylindrical-coordinate representation of color #AD378B: hue angle of 317.29º 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 #AD378B is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 139 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.32 |
| HSL | 317.29º | 0.52% | 0.45% | - |
| HSV(B) | 317.29º | 0.68% | 0.68% | - |
| XYZ | 23.26 | 13.48 | 25.8 | - |
| YUV | 99.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 139 | 0 | 0.68 | 0.20 | 0.32 | 317.29 | 0.52 | 0.45 |
| Hex | AD | 37 | 8B | 0 | 44 | 14 | 20 | 13D | 34 | 2D |
| Octal | 255 | 67 | 213 | 0 | 104 | 24 | 40 | 475 | 64 | 55 |
| Binary | 10101101 | 110111 | 10001011 | 0 | 1000100 | 10100 | 100000 | 100111101 | 110100 | 101101 |
Color Harmonies of #AD378B
Complementary color
Monochromatic Colors of #AD378B
Black with #AD378B
Text Example
Text Example
White with #AD378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD378B; }
p { color: rgb(173,55,139); }
H1.HeaderClassName
{
color: #AD378B;
}
.AnyTagClassName
{
color: #AD378B;
}
</style>
background-color css
<style>
a { background-color: #AD378B; }
a { background-color: rgb(173,55,139); }
div.DivClassName
{
background-color: #AD378B;
}
.BgClassName
{
background-color: #AD378B;
}
</style>
border-color css
<style>
span { border-color: #AD378B; }
span { border-color: rgb(173,55,139); }
td.TdClassName
{
border-color: #AD378B;
}
.TagClassName
{
border-color: #AD378B;
}
</style>