Shades of Medium Red Violet #AD3895
Tints of Medium Red Violet #AD3895
RGB
CMYK
RGB Variations
Color information
#AD3895 (or 0xAD3895) is known color: Medium Red Violet. HEX triplet: AD, 38 and 95. RGB value is (173,56,149). Sum of RGB (Red+Green+Blue) = 173+56+149=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3895 is #52C76A. Grayscale: #656565. Windows color (decimal): -5425003 or 9779373. OLE color: 9779373.
HSL color Cylindrical-coordinate representation of color #AD3895: hue angle of 312.31º degrees, saturation: 0.51, 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 #AD3895 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 149 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.32 |
| HSL | 312.31º | 0.51% | 0.45% | - |
| HSV(B) | 312.31º | 0.68% | 0.68% | - |
| XYZ | 24.07 | 13.88 | 29.84 | - |
| YUV | 101.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 149 | 0 | 0.68 | 0.14 | 0.32 | 312.31 | 0.51 | 0.45 |
| Hex | AD | 38 | 95 | 0 | 44 | E | 20 | 138 | 33 | 2D |
| Octal | 255 | 70 | 225 | 0 | 104 | 16 | 40 | 470 | 63 | 55 |
| Binary | 10101101 | 111000 | 10010101 | 0 | 1000100 | 1110 | 100000 | 100111000 | 110011 | 101101 |
Color Harmonies of #AD3895
Complementary color
Monochromatic Colors of #AD3895
Black with #AD3895
Text Example
Text Example
White with #AD3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3895; }
p { color: rgb(173,56,149); }
H1.HeaderClassName
{
color: #AD3895;
}
.AnyTagClassName
{
color: #AD3895;
}
</style>
background-color css
<style>
a { background-color: #AD3895; }
a { background-color: rgb(173,56,149); }
div.DivClassName
{
background-color: #AD3895;
}
.BgClassName
{
background-color: #AD3895;
}
</style>
border-color css
<style>
span { border-color: #AD3895; }
span { border-color: rgb(173,56,149); }
td.TdClassName
{
border-color: #AD3895;
}
.TagClassName
{
border-color: #AD3895;
}
</style>