Shades of Medium Violet Red #AD1B8B
Tints of Medium Violet Red #AD1B8B
RGB
CMYK
RGB Variations
Color information
#AD1B8B (or 0xAD1B8B) is known color: Medium Violet Red. HEX triplet: AD, 1B and 8B. RGB value is (173,27,139). Sum of RGB (Red+Green+Blue) = 173+27+139=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B8B is #52E474. Grayscale: #535353. Windows color (decimal): -5432437 or 9116589. OLE color: 9116589.
HSL color Cylindrical-coordinate representation of color #AD1B8B: hue angle of 313.97º 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 #AD1B8B is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 139 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.32 |
| HSL | 313.97º | 0.73% | 0.39% | - |
| HSV(B) | 313.97º | 0.84% | 0.68% | - |
| XYZ | 22.29 | 11.53 | 25.48 | - |
| YUV | 83.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 139 | 0 | 0.84 | 0.20 | 0.32 | 313.97 | 0.73 | 0.39 |
| Hex | AD | 1B | 8B | 0 | 54 | 14 | 20 | 13A | 49 | 27 |
| Octal | 255 | 33 | 213 | 0 | 124 | 24 | 40 | 472 | 111 | 47 |
| Binary | 10101101 | 11011 | 10001011 | 0 | 1010100 | 10100 | 100000 | 100111010 | 1001001 | 100111 |
Color Harmonies of #AD1B8B
Complementary color
Monochromatic Colors of #AD1B8B
Black with #AD1B8B
Text Example
Text Example
White with #AD1B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B8B; }
p { color: rgb(173,27,139); }
H1.HeaderClassName
{
color: #AD1B8B;
}
.AnyTagClassName
{
color: #AD1B8B;
}
</style>
background-color css
<style>
a { background-color: #AD1B8B; }
a { background-color: rgb(173,27,139); }
div.DivClassName
{
background-color: #AD1B8B;
}
.BgClassName
{
background-color: #AD1B8B;
}
</style>
border-color css
<style>
span { border-color: #AD1B8B; }
span { border-color: rgb(173,27,139); }
td.TdClassName
{
border-color: #AD1B8B;
}
.TagClassName
{
border-color: #AD1B8B;
}
</style>