Shades of Medium Red Violet #AD438B
Tints of Medium Red Violet #AD438B
RGB
CMYK
RGB Variations
Color information
#AD438B (or 0xAD438B) is known color: Medium Red Violet. HEX triplet: AD, 43 and 8B. RGB value is (173,67,139). Sum of RGB (Red+Green+Blue) = 173+67+139=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD438B is #52BC74. Grayscale: #6A6A6A. Windows color (decimal): -5422197 or 9126829. OLE color: 9126829.
HSL color Cylindrical-coordinate representation of color #AD438B: hue angle of 319.25º 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 #AD438B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 139 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.32 |
| HSL | 319.25º | 0.44% | 0.47% | - |
| HSV(B) | 319.25º | 0.61% | 0.68% | - |
| XYZ | 23.9 | 14.76 | 26.02 | - |
| YUV | 106.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 139 | 0 | 0.61 | 0.20 | 0.32 | 319.25 | 0.44 | 0.47 |
| Hex | AD | 43 | 8B | 0 | 3D | 14 | 20 | 13F | 2C | 2F |
| Octal | 255 | 103 | 213 | 0 | 75 | 24 | 40 | 477 | 54 | 57 |
| Binary | 10101101 | 1000011 | 10001011 | 0 | 111101 | 10100 | 100000 | 100111111 | 101100 | 101111 |
Color Harmonies of #AD438B
Complementary color
Monochromatic Colors of #AD438B
Black with #AD438B
Text Example
Text Example
White with #AD438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD438B; }
p { color: rgb(173,67,139); }
H1.HeaderClassName
{
color: #AD438B;
}
.AnyTagClassName
{
color: #AD438B;
}
</style>
background-color css
<style>
a { background-color: #AD438B; }
a { background-color: rgb(173,67,139); }
div.DivClassName
{
background-color: #AD438B;
}
.BgClassName
{
background-color: #AD438B;
}
</style>
border-color css
<style>
span { border-color: #AD438B; }
span { border-color: rgb(173,67,139); }
td.TdClassName
{
border-color: #AD438B;
}
.TagClassName
{
border-color: #AD438B;
}
</style>