Shades of Medium Red Violet #AD4187
Tints of Medium Red Violet #AD4187
RGB
CMYK
RGB Variations
Color information
#AD4187 (or 0xAD4187) is known color: Medium Red Violet. HEX triplet: AD, 41 and 87. RGB value is (173,65,135). Sum of RGB (Red+Green+Blue) = 173+65+135=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4187 is #52BE78. Grayscale: #696969. Windows color (decimal): -5422713 or 8864173. OLE color: 8864173.
HSL color Cylindrical-coordinate representation of color #AD4187: hue angle of 321.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4187 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 135 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.32 |
| HSL | 321.11º | 0.45% | 0.47% | - |
| HSV(B) | 321.11º | 0.62% | 0.68% | - |
| XYZ | 23.5 | 14.41 | 24.47 | - |
| YUV | 105.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 135 | 0 | 0.62 | 0.22 | 0.32 | 321.11 | 0.45 | 0.47 |
| Hex | AD | 41 | 87 | 0 | 3E | 16 | 20 | 141 | 2D | 2F |
| Octal | 255 | 101 | 207 | 0 | 76 | 26 | 40 | 501 | 55 | 57 |
| Binary | 10101101 | 1000001 | 10000111 | 0 | 111110 | 10110 | 100000 | 101000001 | 101101 | 101111 |
Color Harmonies of #AD4187
Complementary color
Monochromatic Colors of #AD4187
Black with #AD4187
Text Example
Text Example
White with #AD4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4187; }
p { color: rgb(173,65,135); }
H1.HeaderClassName
{
color: #AD4187;
}
.AnyTagClassName
{
color: #AD4187;
}
</style>
background-color css
<style>
a { background-color: #AD4187; }
a { background-color: rgb(173,65,135); }
div.DivClassName
{
background-color: #AD4187;
}
.BgClassName
{
background-color: #AD4187;
}
</style>
border-color css
<style>
span { border-color: #AD4187; }
span { border-color: rgb(173,65,135); }
td.TdClassName
{
border-color: #AD4187;
}
.TagClassName
{
border-color: #AD4187;
}
</style>