Shades of Medium Red Violet #AD388E
Tints of Medium Red Violet #AD388E
RGB
CMYK
RGB Variations
Color information
#AD388E (or 0xAD388E) is known color: Medium Red Violet. HEX triplet: AD, 38 and 8E. RGB value is (173,56,142). Sum of RGB (Red+Green+Blue) = 173+56+142=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD388E is #52C771. Grayscale: #646464. Windows color (decimal): -5425010 or 9320621. OLE color: 9320621.
HSL color Cylindrical-coordinate representation of color #AD388E: hue angle of 315.9º 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 #AD388E is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 142 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.32 |
| HSL | 315.9º | 0.51% | 0.45% | - |
| HSV(B) | 315.9º | 0.68% | 0.68% | - |
| XYZ | 23.53 | 13.67 | 26.99 | - |
| YUV | 100.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 142 | 0 | 0.68 | 0.18 | 0.32 | 315.9 | 0.51 | 0.45 |
| Hex | AD | 38 | 8E | 0 | 44 | 12 | 20 | 13C | 33 | 2D |
| Octal | 255 | 70 | 216 | 0 | 104 | 22 | 40 | 474 | 63 | 55 |
| Binary | 10101101 | 111000 | 10001110 | 0 | 1000100 | 10010 | 100000 | 100111100 | 110011 | 101101 |
Color Harmonies of #AD388E
Complementary color
Monochromatic Colors of #AD388E
Black with #AD388E
Text Example
Text Example
White with #AD388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD388E; }
p { color: rgb(173,56,142); }
H1.HeaderClassName
{
color: #AD388E;
}
.AnyTagClassName
{
color: #AD388E;
}
</style>
background-color css
<style>
a { background-color: #AD388E; }
a { background-color: rgb(173,56,142); }
div.DivClassName
{
background-color: #AD388E;
}
.BgClassName
{
background-color: #AD388E;
}
</style>
border-color css
<style>
span { border-color: #AD388E; }
span { border-color: rgb(173,56,142); }
td.TdClassName
{
border-color: #AD388E;
}
.TagClassName
{
border-color: #AD388E;
}
</style>