Shades of Medium Red Violet #AD4080
Tints of Medium Red Violet #AD4080
RGB
CMYK
RGB Variations
Color information
#AD4080 (or 0xAD4080) is known color: Medium Red Violet. HEX triplet: AD, 40 and 80. RGB value is (173,64,128). Sum of RGB (Red+Green+Blue) = 173+64+128=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4080 is #52BF7F. Grayscale: #676767. Windows color (decimal): -5422976 or 8405165. OLE color: 8405165.
HSL color Cylindrical-coordinate representation of color #AD4080: hue angle of 324.77º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4080 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 128 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.32 |
| HSL | 324.77º | 0.46% | 0.46% | - |
| HSV(B) | 324.77º | 0.63% | 0.68% | - |
| XYZ | 22.96 | 14.11 | 21.94 | - |
| YUV | 103.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 128 | 0 | 0.63 | 0.26 | 0.32 | 324.77 | 0.46 | 0.46 |
| Hex | AD | 40 | 80 | 0 | 3F | 1A | 20 | 145 | 2E | 2E |
| Octal | 255 | 100 | 200 | 0 | 77 | 32 | 40 | 505 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10000000 | 0 | 111111 | 11010 | 100000 | 101000101 | 101110 | 101110 |
Color Harmonies of #AD4080
Complementary color
Monochromatic Colors of #AD4080
Black with #AD4080
Text Example
Text Example
White with #AD4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4080; }
p { color: rgb(173,64,128); }
H1.HeaderClassName
{
color: #AD4080;
}
.AnyTagClassName
{
color: #AD4080;
}
</style>
background-color css
<style>
a { background-color: #AD4080; }
a { background-color: rgb(173,64,128); }
div.DivClassName
{
background-color: #AD4080;
}
.BgClassName
{
background-color: #AD4080;
}
</style>
border-color css
<style>
span { border-color: #AD4080; }
span { border-color: rgb(173,64,128); }
td.TdClassName
{
border-color: #AD4080;
}
.TagClassName
{
border-color: #AD4080;
}
</style>