Shades of Medium Red Violet #AD389F
Tints of Medium Red Violet #AD389F
RGB
CMYK
RGB Variations
Color information
#AD389F (or 0xAD389F) is known color: Medium Red Violet. HEX triplet: AD, 38 and 9F. RGB value is (173,56,159). Sum of RGB (Red+Green+Blue) = 173+56+159=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD389F is #52C760. Grayscale: #666666. Windows color (decimal): -5424993 or 10434733. OLE color: 10434733.
HSL color Cylindrical-coordinate representation of color #AD389F: hue angle of 307.18º 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 #AD389F is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 159 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.32 |
| HSL | 307.18º | 0.51% | 0.45% | - |
| HSV(B) | 307.18º | 0.68% | 0.68% | - |
| XYZ | 24.91 | 14.22 | 34.23 | - |
| YUV | 102.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 159 | 0 | 0.68 | 0.08 | 0.32 | 307.18 | 0.51 | 0.45 |
| Hex | AD | 38 | 9F | 0 | 44 | 8 | 20 | 133 | 33 | 2D |
| Octal | 255 | 70 | 237 | 0 | 104 | 10 | 40 | 463 | 63 | 55 |
| Binary | 10101101 | 111000 | 10011111 | 0 | 1000100 | 1000 | 100000 | 100110011 | 110011 | 101101 |
Color Harmonies of #AD389F
Complementary color
Monochromatic Colors of #AD389F
Black with #AD389F
Text Example
Text Example
White with #AD389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD389F; }
p { color: rgb(173,56,159); }
H1.HeaderClassName
{
color: #AD389F;
}
.AnyTagClassName
{
color: #AD389F;
}
</style>
background-color css
<style>
a { background-color: #AD389F; }
a { background-color: rgb(173,56,159); }
div.DivClassName
{
background-color: #AD389F;
}
.BgClassName
{
background-color: #AD389F;
}
</style>
border-color css
<style>
span { border-color: #AD389F; }
span { border-color: rgb(173,56,159); }
td.TdClassName
{
border-color: #AD389F;
}
.TagClassName
{
border-color: #AD389F;
}
</style>