Shades of Medium Red Violet #AD379E
Tints of Medium Red Violet #AD379E
RGB
CMYK
RGB Variations
Color information
#AD379E (or 0xAD379E) is known color: Medium Red Violet. HEX triplet: AD, 37 and 9E. RGB value is (173,55,158). Sum of RGB (Red+Green+Blue) = 173+55+158=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD379E is #52C861. Grayscale: #656565. Windows color (decimal): -5425250 or 10368941. OLE color: 10368941.
HSL color Cylindrical-coordinate representation of color #AD379E: hue angle of 307.63º 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 #AD379E is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 158 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.32 |
| HSL | 307.63º | 0.52% | 0.45% | - |
| HSV(B) | 307.63º | 0.68% | 0.68% | - |
| XYZ | 24.77 | 14.09 | 33.76 | - |
| YUV | 102.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 158 | 0 | 0.68 | 0.09 | 0.32 | 307.63 | 0.52 | 0.45 |
| Hex | AD | 37 | 9E | 0 | 44 | 9 | 20 | 134 | 34 | 2D |
| Octal | 255 | 67 | 236 | 0 | 104 | 11 | 40 | 464 | 64 | 55 |
| Binary | 10101101 | 110111 | 10011110 | 0 | 1000100 | 1001 | 100000 | 100110100 | 110100 | 101101 |
Color Harmonies of #AD379E
Complementary color
Monochromatic Colors of #AD379E
Black with #AD379E
Text Example
Text Example
White with #AD379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD379E; }
p { color: rgb(173,55,158); }
H1.HeaderClassName
{
color: #AD379E;
}
.AnyTagClassName
{
color: #AD379E;
}
</style>
background-color css
<style>
a { background-color: #AD379E; }
a { background-color: rgb(173,55,158); }
div.DivClassName
{
background-color: #AD379E;
}
.BgClassName
{
background-color: #AD379E;
}
</style>
border-color css
<style>
span { border-color: #AD379E; }
span { border-color: rgb(173,55,158); }
td.TdClassName
{
border-color: #AD379E;
}
.TagClassName
{
border-color: #AD379E;
}
</style>