Shades of Medium Red Violet #AD389D
Tints of Medium Red Violet #AD389D
RGB
CMYK
RGB Variations
Color information
#AD389D (or 0xAD389D) is known color: Medium Red Violet. HEX triplet: AD, 38 and 9D. RGB value is (173,56,157). Sum of RGB (Red+Green+Blue) = 173+56+157=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD389D is #52C762. Grayscale: #666666. Windows color (decimal): -5424995 or 10303661. OLE color: 10303661.
HSL color Cylindrical-coordinate representation of color #AD389D: hue angle of 308.21º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD389D is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 157 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.32 |
| HSL | 308.21º | 0.51% | 0.45% | - |
| HSV(B) | 308.21º | 0.68% | 0.68% | - |
| XYZ | 24.73 | 14.15 | 33.33 | - |
| YUV | 102.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 157 | 0 | 0.68 | 0.09 | 0.32 | 308.21 | 0.51 | 0.45 |
| Hex | AD | 38 | 9D | 0 | 44 | 9 | 20 | 134 | 33 | 2D |
| Octal | 255 | 70 | 235 | 0 | 104 | 11 | 40 | 464 | 63 | 55 |
| Binary | 10101101 | 111000 | 10011101 | 0 | 1000100 | 1001 | 100000 | 100110100 | 110011 | 101101 |
Color Harmonies of #AD389D
Complementary color
Monochromatic Colors of #AD389D
Black with #AD389D
Text Example
Text Example
White with #AD389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD389D; }
p { color: rgb(173,56,157); }
H1.HeaderClassName
{
color: #AD389D;
}
.AnyTagClassName
{
color: #AD389D;
}
</style>
background-color css
<style>
a { background-color: #AD389D; }
a { background-color: rgb(173,56,157); }
div.DivClassName
{
background-color: #AD389D;
}
.BgClassName
{
background-color: #AD389D;
}
</style>
border-color css
<style>
span { border-color: #AD389D; }
span { border-color: rgb(173,56,157); }
td.TdClassName
{
border-color: #AD389D;
}
.TagClassName
{
border-color: #AD389D;
}
</style>