Shades of Medium Red Violet #AD448D
Tints of Medium Red Violet #AD448D
RGB
CMYK
RGB Variations
Color information
#AD448D (or 0xAD448D) is known color: Medium Red Violet. HEX triplet: AD, 44 and 8D. RGB value is (173,68,141). Sum of RGB (Red+Green+Blue) = 173+68+141=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD448D is #52BB72. Grayscale: #6B6B6B. Windows color (decimal): -5421939 or 9258157. OLE color: 9258157.
HSL color Cylindrical-coordinate representation of color #AD448D: hue angle of 318.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD448D is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 141 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.32 |
| HSL | 318.29º | 0.44% | 0.47% | - |
| HSV(B) | 318.29º | 0.61% | 0.68% | - |
| XYZ | 24.11 | 14.94 | 26.81 | - |
| YUV | 107.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 141 | 0 | 0.61 | 0.18 | 0.32 | 318.29 | 0.44 | 0.47 |
| Hex | AD | 44 | 8D | 0 | 3D | 12 | 20 | 13E | 2C | 2F |
| Octal | 255 | 104 | 215 | 0 | 75 | 22 | 40 | 476 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10001101 | 0 | 111101 | 10010 | 100000 | 100111110 | 101100 | 101111 |
Color Harmonies of #AD448D
Complementary color
Monochromatic Colors of #AD448D
Black with #AD448D
Text Example
Text Example
White with #AD448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD448D; }
p { color: rgb(173,68,141); }
H1.HeaderClassName
{
color: #AD448D;
}
.AnyTagClassName
{
color: #AD448D;
}
</style>
background-color css
<style>
a { background-color: #AD448D; }
a { background-color: rgb(173,68,141); }
div.DivClassName
{
background-color: #AD448D;
}
.BgClassName
{
background-color: #AD448D;
}
</style>
border-color css
<style>
span { border-color: #AD448D; }
span { border-color: rgb(173,68,141); }
td.TdClassName
{
border-color: #AD448D;
}
.TagClassName
{
border-color: #AD448D;
}
</style>