Shades of Medium Red Violet #AD3780
Tints of Medium Red Violet #AD3780
RGB
CMYK
RGB Variations
Color information
#AD3780 (or 0xAD3780) is known color: Medium Red Violet. HEX triplet: AD, 37 and 80. RGB value is (173,55,128). Sum of RGB (Red+Green+Blue) = 173+55+128=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3780 is #52C87F. Grayscale: #626262. Windows color (decimal): -5425280 or 8402861. OLE color: 8402861.
HSL color Cylindrical-coordinate representation of color #AD3780: hue angle of 322.88º 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 #AD3780 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 128 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.32 |
| HSL | 322.88º | 0.52% | 0.45% | - |
| HSV(B) | 322.88º | 0.68% | 0.68% | - |
| XYZ | 22.5 | 13.18 | 21.78 | - |
| YUV | 98.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 128 | 0 | 0.68 | 0.26 | 0.32 | 322.88 | 0.52 | 0.45 |
| Hex | AD | 37 | 80 | 0 | 44 | 1A | 20 | 143 | 34 | 2D |
| Octal | 255 | 67 | 200 | 0 | 104 | 32 | 40 | 503 | 64 | 55 |
| Binary | 10101101 | 110111 | 10000000 | 0 | 1000100 | 11010 | 100000 | 101000011 | 110100 | 101101 |
Color Harmonies of #AD3780
Complementary color
Monochromatic Colors of #AD3780
Black with #AD3780
Text Example
Text Example
White with #AD3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3780; }
p { color: rgb(173,55,128); }
H1.HeaderClassName
{
color: #AD3780;
}
.AnyTagClassName
{
color: #AD3780;
}
</style>
background-color css
<style>
a { background-color: #AD3780; }
a { background-color: rgb(173,55,128); }
div.DivClassName
{
background-color: #AD3780;
}
.BgClassName
{
background-color: #AD3780;
}
</style>
border-color css
<style>
span { border-color: #AD3780; }
span { border-color: rgb(173,55,128); }
td.TdClassName
{
border-color: #AD3780;
}
.TagClassName
{
border-color: #AD3780;
}
</style>