Shades of Medium Violet Red #AD1B87
Tints of Medium Violet Red #AD1B87
RGB
CMYK
RGB Variations
Color information
#AD1B87 (or 0xAD1B87) is known color: Medium Violet Red. HEX triplet: AD, 1B and 87. RGB value is (173,27,135). Sum of RGB (Red+Green+Blue) = 173+27+135=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B87 is #52E478. Grayscale: #525252. Windows color (decimal): -5432441 or 8854445. OLE color: 8854445.
HSL color Cylindrical-coordinate representation of color #AD1B87: hue angle of 315.62º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B87 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 135 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.32 |
| HSL | 315.62º | 0.73% | 0.39% | - |
| HSV(B) | 315.62º | 0.84% | 0.68% | - |
| XYZ | 22 | 11.42 | 23.97 | - |
| YUV | 82.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 135 | 0 | 0.84 | 0.22 | 0.32 | 315.62 | 0.73 | 0.39 |
| Hex | AD | 1B | 87 | 0 | 54 | 16 | 20 | 13C | 49 | 27 |
| Octal | 255 | 33 | 207 | 0 | 124 | 26 | 40 | 474 | 111 | 47 |
| Binary | 10101101 | 11011 | 10000111 | 0 | 1010100 | 10110 | 100000 | 100111100 | 1001001 | 100111 |
Color Harmonies of #AD1B87
Complementary color
Monochromatic Colors of #AD1B87
Black with #AD1B87
Text Example
Text Example
White with #AD1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B87; }
p { color: rgb(173,27,135); }
H1.HeaderClassName
{
color: #AD1B87;
}
.AnyTagClassName
{
color: #AD1B87;
}
</style>
background-color css
<style>
a { background-color: #AD1B87; }
a { background-color: rgb(173,27,135); }
div.DivClassName
{
background-color: #AD1B87;
}
.BgClassName
{
background-color: #AD1B87;
}
</style>
border-color css
<style>
span { border-color: #AD1B87; }
span { border-color: rgb(173,27,135); }
td.TdClassName
{
border-color: #AD1B87;
}
.TagClassName
{
border-color: #AD1B87;
}
</style>