Shades of Medium Violet Red #AD1B80
Tints of Medium Violet Red #AD1B80
RGB
CMYK
RGB Variations
Color information
#AD1B80 (or 0xAD1B80) is known color: Medium Violet Red. HEX triplet: AD, 1B and 80. RGB value is (173,27,128). Sum of RGB (Red+Green+Blue) = 173+27+128=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B80 is #52E47F. Grayscale: #515151. Windows color (decimal): -5432448 or 8395693. OLE color: 8395693.
HSL color Cylindrical-coordinate representation of color #AD1B80: hue angle of 318.49º 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 #AD1B80 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 128 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.32 |
| HSL | 318.49º | 0.73% | 0.39% | - |
| HSV(B) | 318.49º | 0.84% | 0.68% | - |
| XYZ | 21.52 | 11.23 | 21.45 | - |
| YUV | 82.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 128 | 0 | 0.84 | 0.26 | 0.32 | 318.49 | 0.73 | 0.39 |
| Hex | AD | 1B | 80 | 0 | 54 | 1A | 20 | 13E | 49 | 27 |
| Octal | 255 | 33 | 200 | 0 | 124 | 32 | 40 | 476 | 111 | 47 |
| Binary | 10101101 | 11011 | 10000000 | 0 | 1010100 | 11010 | 100000 | 100111110 | 1001001 | 100111 |
Color Harmonies of #AD1B80
Complementary color
Monochromatic Colors of #AD1B80
Black with #AD1B80
Text Example
Text Example
White with #AD1B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B80; }
p { color: rgb(173,27,128); }
H1.HeaderClassName
{
color: #AD1B80;
}
.AnyTagClassName
{
color: #AD1B80;
}
</style>
background-color css
<style>
a { background-color: #AD1B80; }
a { background-color: rgb(173,27,128); }
div.DivClassName
{
background-color: #AD1B80;
}
.BgClassName
{
background-color: #AD1B80;
}
</style>
border-color css
<style>
span { border-color: #AD1B80; }
span { border-color: rgb(173,27,128); }
td.TdClassName
{
border-color: #AD1B80;
}
.TagClassName
{
border-color: #AD1B80;
}
</style>