Shades of Medium Red Violet #AD448C
Tints of Medium Red Violet #AD448C
RGB
CMYK
RGB Variations
Color information
#AD448C (or 0xAD448C) is known color: Medium Red Violet. HEX triplet: AD, 44 and 8C. RGB value is (173,68,140). Sum of RGB (Red+Green+Blue) = 173+68+140=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD448C is #52BB73. Grayscale: #6B6B6B. Windows color (decimal): -5421940 or 9192621. OLE color: 9192621.
HSL color Cylindrical-coordinate representation of color #AD448C: hue angle of 318.86º 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 #AD448C is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 140 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.32 |
| HSL | 318.86º | 0.44% | 0.47% | - |
| HSV(B) | 318.86º | 0.61% | 0.68% | - |
| XYZ | 24.03 | 14.91 | 26.42 | - |
| YUV | 107.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 140 | 0 | 0.61 | 0.19 | 0.32 | 318.86 | 0.44 | 0.47 |
| Hex | AD | 44 | 8C | 0 | 3D | 13 | 20 | 13F | 2C | 2F |
| Octal | 255 | 104 | 214 | 0 | 75 | 23 | 40 | 477 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10001100 | 0 | 111101 | 10011 | 100000 | 100111111 | 101100 | 101111 |
Color Harmonies of #AD448C
Complementary color
Monochromatic Colors of #AD448C
Black with #AD448C
Text Example
Text Example
White with #AD448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD448C; }
p { color: rgb(173,68,140); }
H1.HeaderClassName
{
color: #AD448C;
}
.AnyTagClassName
{
color: #AD448C;
}
</style>
background-color css
<style>
a { background-color: #AD448C; }
a { background-color: rgb(173,68,140); }
div.DivClassName
{
background-color: #AD448C;
}
.BgClassName
{
background-color: #AD448C;
}
</style>
border-color css
<style>
span { border-color: #AD448C; }
span { border-color: rgb(173,68,140); }
td.TdClassName
{
border-color: #AD448C;
}
.TagClassName
{
border-color: #AD448C;
}
</style>