Shades of Medium Red Violet #AD378A
Tints of Medium Red Violet #AD378A
RGB
CMYK
RGB Variations
Color information
#AD378A (or 0xAD378A) is known color: Medium Red Violet. HEX triplet: AD, 37 and 8A. RGB value is (173,55,138). Sum of RGB (Red+Green+Blue) = 173+55+138=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD378A is #52C875. Grayscale: #636363. Windows color (decimal): -5425270 or 9058221. OLE color: 9058221.
HSL color Cylindrical-coordinate representation of color #AD378A: hue angle of 317.8º 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 #AD378A is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 138 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.32 |
| HSL | 317.8º | 0.52% | 0.45% | - |
| HSV(B) | 317.8º | 0.68% | 0.68% | - |
| XYZ | 23.19 | 13.45 | 25.42 | - |
| YUV | 99.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 138 | 0 | 0.68 | 0.20 | 0.32 | 317.8 | 0.52 | 0.45 |
| Hex | AD | 37 | 8A | 0 | 44 | 14 | 20 | 13E | 34 | 2D |
| Octal | 255 | 67 | 212 | 0 | 104 | 24 | 40 | 476 | 64 | 55 |
| Binary | 10101101 | 110111 | 10001010 | 0 | 1000100 | 10100 | 100000 | 100111110 | 110100 | 101101 |
Color Harmonies of #AD378A
Complementary color
Monochromatic Colors of #AD378A
Black with #AD378A
Text Example
Text Example
White with #AD378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD378A; }
p { color: rgb(173,55,138); }
H1.HeaderClassName
{
color: #AD378A;
}
.AnyTagClassName
{
color: #AD378A;
}
</style>
background-color css
<style>
a { background-color: #AD378A; }
a { background-color: rgb(173,55,138); }
div.DivClassName
{
background-color: #AD378A;
}
.BgClassName
{
background-color: #AD378A;
}
</style>
border-color css
<style>
span { border-color: #AD378A; }
span { border-color: rgb(173,55,138); }
td.TdClassName
{
border-color: #AD378A;
}
.TagClassName
{
border-color: #AD378A;
}
</style>