Shades of Medium Red Violet #AD448B
Tints of Medium Red Violet #AD448B
RGB
CMYK
RGB Variations
Color information
#AD448B (or 0xAD448B) is known color: Medium Red Violet. HEX triplet: AD, 44 and 8B. RGB value is (173,68,139). Sum of RGB (Red+Green+Blue) = 173+68+139=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD448B is #52BB74. Grayscale: #6B6B6B. Windows color (decimal): -5421941 or 9127085. OLE color: 9127085.
HSL color Cylindrical-coordinate representation of color #AD448B: hue angle of 319.43º 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 #AD448B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 139 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.32 |
| HSL | 319.43º | 0.44% | 0.47% | - |
| HSV(B) | 319.43º | 0.61% | 0.68% | - |
| XYZ | 23.96 | 14.88 | 26.04 | - |
| YUV | 107.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 139 | 0 | 0.61 | 0.20 | 0.32 | 319.43 | 0.44 | 0.47 |
| Hex | AD | 44 | 8B | 0 | 3D | 14 | 20 | 13F | 2C | 2F |
| Octal | 255 | 104 | 213 | 0 | 75 | 24 | 40 | 477 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10001011 | 0 | 111101 | 10100 | 100000 | 100111111 | 101100 | 101111 |
Color Harmonies of #AD448B
Complementary color
Monochromatic Colors of #AD448B
Black with #AD448B
Text Example
Text Example
White with #AD448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD448B; }
p { color: rgb(173,68,139); }
H1.HeaderClassName
{
color: #AD448B;
}
.AnyTagClassName
{
color: #AD448B;
}
</style>
background-color css
<style>
a { background-color: #AD448B; }
a { background-color: rgb(173,68,139); }
div.DivClassName
{
background-color: #AD448B;
}
.BgClassName
{
background-color: #AD448B;
}
</style>
border-color css
<style>
span { border-color: #AD448B; }
span { border-color: rgb(173,68,139); }
td.TdClassName
{
border-color: #AD448B;
}
.TagClassName
{
border-color: #AD448B;
}
</style>