Shades of Medium Red Violet #AD387E
Tints of Medium Red Violet #AD387E
RGB
CMYK
RGB Variations
Color information
#AD387E (or 0xAD387E) is known color: Medium Red Violet. HEX triplet: AD, 38 and 7E. RGB value is (173,56,126). Sum of RGB (Red+Green+Blue) = 173+56+126=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD387E is #52C781. Grayscale: #626262. Windows color (decimal): -5425026 or 8272045. OLE color: 8272045.
HSL color Cylindrical-coordinate representation of color #AD387E: hue angle of 324.1º 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 #AD387E is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 126 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.32 |
| HSL | 324.1º | 0.51% | 0.45% | - |
| HSV(B) | 324.1º | 0.68% | 0.68% | - |
| XYZ | 22.41 | 13.22 | 21.11 | - |
| YUV | 98.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 126 | 0 | 0.68 | 0.27 | 0.32 | 324.1 | 0.51 | 0.45 |
| Hex | AD | 38 | 7E | 0 | 44 | 1B | 20 | 144 | 33 | 2D |
| Octal | 255 | 70 | 176 | 0 | 104 | 33 | 40 | 504 | 63 | 55 |
| Binary | 10101101 | 111000 | 1111110 | 0 | 1000100 | 11011 | 100000 | 101000100 | 110011 | 101101 |
Color Harmonies of #AD387E
Complementary color
Monochromatic Colors of #AD387E
Black with #AD387E
Text Example
Text Example
White with #AD387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD387E; }
p { color: rgb(173,56,126); }
H1.HeaderClassName
{
color: #AD387E;
}
.AnyTagClassName
{
color: #AD387E;
}
</style>
background-color css
<style>
a { background-color: #AD387E; }
a { background-color: rgb(173,56,126); }
div.DivClassName
{
background-color: #AD387E;
}
.BgClassName
{
background-color: #AD387E;
}
</style>
border-color css
<style>
span { border-color: #AD387E; }
span { border-color: rgb(173,56,126); }
td.TdClassName
{
border-color: #AD387E;
}
.TagClassName
{
border-color: #AD387E;
}
</style>