Shades of Medium Red Violet #AD387F
Tints of Medium Red Violet #AD387F
RGB
CMYK
RGB Variations
Color information
#AD387F (or 0xAD387F) is known color: Medium Red Violet. HEX triplet: AD, 38 and 7F. RGB value is (173,56,127). Sum of RGB (Red+Green+Blue) = 173+56+127=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD387F is #52C780. Grayscale: #626262. Windows color (decimal): -5425025 or 8337581. OLE color: 8337581.
HSL color Cylindrical-coordinate representation of color #AD387F: hue angle of 323.59º 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 #AD387F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 127 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.32 |
| HSL | 323.59º | 0.51% | 0.45% | - |
| HSV(B) | 323.59º | 0.68% | 0.68% | - |
| XYZ | 22.48 | 13.24 | 21.45 | - |
| YUV | 99.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 127 | 0 | 0.68 | 0.27 | 0.32 | 323.59 | 0.51 | 0.45 |
| Hex | AD | 38 | 7F | 0 | 44 | 1B | 20 | 144 | 33 | 2D |
| Octal | 255 | 70 | 177 | 0 | 104 | 33 | 40 | 504 | 63 | 55 |
| Binary | 10101101 | 111000 | 1111111 | 0 | 1000100 | 11011 | 100000 | 101000100 | 110011 | 101101 |
Color Harmonies of #AD387F
Complementary color
Monochromatic Colors of #AD387F
Black with #AD387F
Text Example
Text Example
White with #AD387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD387F; }
p { color: rgb(173,56,127); }
H1.HeaderClassName
{
color: #AD387F;
}
.AnyTagClassName
{
color: #AD387F;
}
</style>
background-color css
<style>
a { background-color: #AD387F; }
a { background-color: rgb(173,56,127); }
div.DivClassName
{
background-color: #AD387F;
}
.BgClassName
{
background-color: #AD387F;
}
</style>
border-color css
<style>
span { border-color: #AD387F; }
span { border-color: rgb(173,56,127); }
td.TdClassName
{
border-color: #AD387F;
}
.TagClassName
{
border-color: #AD387F;
}
</style>