Shades of Medium Violet Red #AD1A87
Tints of Medium Violet Red #AD1A87
RGB
CMYK
RGB Variations
Color information
#AD1A87 (or 0xAD1A87) is known color: Medium Violet Red. HEX triplet: AD, 1A and 87. RGB value is (173,26,135). Sum of RGB (Red+Green+Blue) = 173+26+135=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1A87 is #52E578. Grayscale: #525252. Windows color (decimal): -5432697 or 8854189. OLE color: 8854189.
HSL color Cylindrical-coordinate representation of color #AD1A87: hue angle of 315.51º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A87 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 135 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.32 |
| HSL | 315.51º | 0.74% | 0.39% | - |
| HSV(B) | 315.51º | 0.85% | 0.68% | - |
| XYZ | 21.98 | 11.37 | 23.96 | - |
| YUV | 82.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 135 | 0 | 0.85 | 0.22 | 0.32 | 315.51 | 0.74 | 0.39 |
| Hex | AD | 1A | 87 | 0 | 55 | 16 | 20 | 13C | 4A | 27 |
| Octal | 255 | 32 | 207 | 0 | 125 | 26 | 40 | 474 | 112 | 47 |
| Binary | 10101101 | 11010 | 10000111 | 0 | 1010101 | 10110 | 100000 | 100111100 | 1001010 | 100111 |
Color Harmonies of #AD1A87
Complementary color
Monochromatic Colors of #AD1A87
Black with #AD1A87
Text Example
Text Example
White with #AD1A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A87; }
p { color: rgb(173,26,135); }
H1.HeaderClassName
{
color: #AD1A87;
}
.AnyTagClassName
{
color: #AD1A87;
}
</style>
background-color css
<style>
a { background-color: #AD1A87; }
a { background-color: rgb(173,26,135); }
div.DivClassName
{
background-color: #AD1A87;
}
.BgClassName
{
background-color: #AD1A87;
}
</style>
border-color css
<style>
span { border-color: #AD1A87; }
span { border-color: rgb(173,26,135); }
td.TdClassName
{
border-color: #AD1A87;
}
.TagClassName
{
border-color: #AD1A87;
}
</style>