Shades of Medium Violet Red #AD1B7E
Tints of Medium Violet Red #AD1B7E
RGB
CMYK
RGB Variations
Color information
#AD1B7E (or 0xAD1B7E) is known color: Medium Violet Red. HEX triplet: AD, 1B and 7E. RGB value is (173,27,126). Sum of RGB (Red+Green+Blue) = 173+27+126=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B7E is #52E481. Grayscale: #515151. Windows color (decimal): -5432450 or 8264621. OLE color: 8264621.
HSL color Cylindrical-coordinate representation of color #AD1B7E: hue angle of 319.32º 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 #AD1B7E is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 126 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.32 |
| HSL | 319.32º | 0.73% | 0.39% | - |
| HSV(B) | 319.32º | 0.84% | 0.68% | - |
| XYZ | 21.39 | 11.17 | 20.77 | - |
| YUV | 81.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 126 | 0 | 0.84 | 0.27 | 0.32 | 319.32 | 0.73 | 0.39 |
| Hex | AD | 1B | 7E | 0 | 54 | 1B | 20 | 13F | 49 | 27 |
| Octal | 255 | 33 | 176 | 0 | 124 | 33 | 40 | 477 | 111 | 47 |
| Binary | 10101101 | 11011 | 1111110 | 0 | 1010100 | 11011 | 100000 | 100111111 | 1001001 | 100111 |
Color Harmonies of #AD1B7E
Complementary color
Monochromatic Colors of #AD1B7E
Black with #AD1B7E
Text Example
Text Example
White with #AD1B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B7E; }
p { color: rgb(173,27,126); }
H1.HeaderClassName
{
color: #AD1B7E;
}
.AnyTagClassName
{
color: #AD1B7E;
}
</style>
background-color css
<style>
a { background-color: #AD1B7E; }
a { background-color: rgb(173,27,126); }
div.DivClassName
{
background-color: #AD1B7E;
}
.BgClassName
{
background-color: #AD1B7E;
}
</style>
border-color css
<style>
span { border-color: #AD1B7E; }
span { border-color: rgb(173,27,126); }
td.TdClassName
{
border-color: #AD1B7E;
}
.TagClassName
{
border-color: #AD1B7E;
}
</style>