Shades of Medium Red Violet #AD378F
Tints of Medium Red Violet #AD378F
RGB
CMYK
RGB Variations
Color information
#AD378F (or 0xAD378F) is known color: Medium Red Violet. HEX triplet: AD, 37 and 8F. RGB value is (173,55,143). Sum of RGB (Red+Green+Blue) = 173+55+143=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD378F is #52C870. Grayscale: #646464. Windows color (decimal): -5425265 or 9385901. OLE color: 9385901.
HSL color Cylindrical-coordinate representation of color #AD378F: hue angle of 315.25º 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 #AD378F is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 143 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.32 |
| HSL | 315.25º | 0.52% | 0.45% | - |
| HSV(B) | 315.25º | 0.68% | 0.68% | - |
| XYZ | 23.56 | 13.6 | 27.37 | - |
| YUV | 100.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 143 | 0 | 0.68 | 0.17 | 0.32 | 315.25 | 0.52 | 0.45 |
| Hex | AD | 37 | 8F | 0 | 44 | 11 | 20 | 13B | 34 | 2D |
| Octal | 255 | 67 | 217 | 0 | 104 | 21 | 40 | 473 | 64 | 55 |
| Binary | 10101101 | 110111 | 10001111 | 0 | 1000100 | 10001 | 100000 | 100111011 | 110100 | 101101 |
Color Harmonies of #AD378F
Complementary color
Monochromatic Colors of #AD378F
Black with #AD378F
Text Example
Text Example
White with #AD378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD378F; }
p { color: rgb(173,55,143); }
H1.HeaderClassName
{
color: #AD378F;
}
.AnyTagClassName
{
color: #AD378F;
}
</style>
background-color css
<style>
a { background-color: #AD378F; }
a { background-color: rgb(173,55,143); }
div.DivClassName
{
background-color: #AD378F;
}
.BgClassName
{
background-color: #AD378F;
}
</style>
border-color css
<style>
span { border-color: #AD378F; }
span { border-color: rgb(173,55,143); }
td.TdClassName
{
border-color: #AD378F;
}
.TagClassName
{
border-color: #AD378F;
}
</style>