Shades of Medium Red Violet #AD3890
Tints of Medium Red Violet #AD3890
RGB
CMYK
RGB Variations
Color information
#AD3890 (or 0xAD3890) is known color: Medium Red Violet. HEX triplet: AD, 38 and 90. RGB value is (173,56,144). Sum of RGB (Red+Green+Blue) = 173+56+144=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3890 is #52C76F. Grayscale: #646464. Windows color (decimal): -5425008 or 9451693. OLE color: 9451693.
HSL color Cylindrical-coordinate representation of color #AD3890: hue angle of 314.87º 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 #AD3890 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 144 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.32 |
| HSL | 314.87º | 0.51% | 0.45% | - |
| HSV(B) | 314.87º | 0.68% | 0.68% | - |
| XYZ | 23.68 | 13.73 | 27.79 | - |
| YUV | 101.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 144 | 0 | 0.68 | 0.17 | 0.32 | 314.87 | 0.51 | 0.45 |
| Hex | AD | 38 | 90 | 0 | 44 | 11 | 20 | 13B | 33 | 2D |
| Octal | 255 | 70 | 220 | 0 | 104 | 21 | 40 | 473 | 63 | 55 |
| Binary | 10101101 | 111000 | 10010000 | 0 | 1000100 | 10001 | 100000 | 100111011 | 110011 | 101101 |
Color Harmonies of #AD3890
Complementary color
Monochromatic Colors of #AD3890
Black with #AD3890
Text Example
Text Example
White with #AD3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3890; }
p { color: rgb(173,56,144); }
H1.HeaderClassName
{
color: #AD3890;
}
.AnyTagClassName
{
color: #AD3890;
}
</style>
background-color css
<style>
a { background-color: #AD3890; }
a { background-color: rgb(173,56,144); }
div.DivClassName
{
background-color: #AD3890;
}
.BgClassName
{
background-color: #AD3890;
}
</style>
border-color css
<style>
span { border-color: #AD3890; }
span { border-color: rgb(173,56,144); }
td.TdClassName
{
border-color: #AD3890;
}
.TagClassName
{
border-color: #AD3890;
}
</style>