Shades of Medium Red Violet #AD438D
Tints of Medium Red Violet #AD438D
RGB
CMYK
RGB Variations
Color information
#AD438D (or 0xAD438D) is known color: Medium Red Violet. HEX triplet: AD, 43 and 8D. RGB value is (173,67,141). Sum of RGB (Red+Green+Blue) = 173+67+141=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD438D is #52BC72. Grayscale: #6A6A6A. Windows color (decimal): -5422195 or 9257901. OLE color: 9257901.
HSL color Cylindrical-coordinate representation of color #AD438D: hue angle of 318.11º 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 #AD438D is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 141 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.32 |
| HSL | 318.11º | 0.44% | 0.47% | - |
| HSV(B) | 318.11º | 0.61% | 0.68% | - |
| XYZ | 24.05 | 14.82 | 26.79 | - |
| YUV | 107.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 141 | 0 | 0.61 | 0.18 | 0.32 | 318.11 | 0.44 | 0.47 |
| Hex | AD | 43 | 8D | 0 | 3D | 12 | 20 | 13E | 2C | 2F |
| Octal | 255 | 103 | 215 | 0 | 75 | 22 | 40 | 476 | 54 | 57 |
| Binary | 10101101 | 1000011 | 10001101 | 0 | 111101 | 10010 | 100000 | 100111110 | 101100 | 101111 |
Color Harmonies of #AD438D
Complementary color
Monochromatic Colors of #AD438D
Black with #AD438D
Text Example
Text Example
White with #AD438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD438D; }
p { color: rgb(173,67,141); }
H1.HeaderClassName
{
color: #AD438D;
}
.AnyTagClassName
{
color: #AD438D;
}
</style>
background-color css
<style>
a { background-color: #AD438D; }
a { background-color: rgb(173,67,141); }
div.DivClassName
{
background-color: #AD438D;
}
.BgClassName
{
background-color: #AD438D;
}
</style>
border-color css
<style>
span { border-color: #AD438D; }
span { border-color: rgb(173,67,141); }
td.TdClassName
{
border-color: #AD438D;
}
.TagClassName
{
border-color: #AD438D;
}
</style>