Shades of Medium Red Violet #AD398B
Tints of Medium Red Violet #AD398B
RGB
CMYK
RGB Variations
Color information
#AD398B (or 0xAD398B) is known color: Medium Red Violet. HEX triplet: AD, 39 and 8B. RGB value is (173,57,139). Sum of RGB (Red+Green+Blue) = 173+57+139=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD398B is #52C674. Grayscale: #646464. Windows color (decimal): -5424757 or 9124269. OLE color: 9124269.
HSL color Cylindrical-coordinate representation of color #AD398B: hue angle of 317.59º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD398B is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 139 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.32 |
| HSL | 317.59º | 0.5% | 0.45% | - |
| HSV(B) | 317.59º | 0.67% | 0.68% | - |
| XYZ | 23.36 | 13.67 | 25.83 | - |
| YUV | 101.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 139 | 0 | 0.67 | 0.20 | 0.32 | 317.59 | 0.5 | 0.45 |
| Hex | AD | 39 | 8B | 0 | 43 | 14 | 20 | 13E | 32 | 2D |
| Octal | 255 | 71 | 213 | 0 | 103 | 24 | 40 | 476 | 62 | 55 |
| Binary | 10101101 | 111001 | 10001011 | 0 | 1000011 | 10100 | 100000 | 100111110 | 110010 | 101101 |
Color Harmonies of #AD398B
Complementary color
Monochromatic Colors of #AD398B
Black with #AD398B
Text Example
Text Example
White with #AD398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD398B; }
p { color: rgb(173,57,139); }
H1.HeaderClassName
{
color: #AD398B;
}
.AnyTagClassName
{
color: #AD398B;
}
</style>
background-color css
<style>
a { background-color: #AD398B; }
a { background-color: rgb(173,57,139); }
div.DivClassName
{
background-color: #AD398B;
}
.BgClassName
{
background-color: #AD398B;
}
</style>
border-color css
<style>
span { border-color: #AD398B; }
span { border-color: rgb(173,57,139); }
td.TdClassName
{
border-color: #AD398B;
}
.TagClassName
{
border-color: #AD398B;
}
</style>