Shades of Medium Violet Red #AD1B8C
Tints of Medium Violet Red #AD1B8C
RGB
CMYK
RGB Variations
Color information
#AD1B8C (or 0xAD1B8C) is known color: Medium Violet Red. HEX triplet: AD, 1B and 8C. RGB value is (173,27,140). Sum of RGB (Red+Green+Blue) = 173+27+140=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B8C is #52E473. Grayscale: #535353. Windows color (decimal): -5432436 or 9182125. OLE color: 9182125.
HSL color Cylindrical-coordinate representation of color #AD1B8C: hue angle of 313.56º 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 #AD1B8C is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 140 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.32 |
| HSL | 313.56º | 0.73% | 0.39% | - |
| HSV(B) | 313.56º | 0.84% | 0.68% | - |
| XYZ | 22.36 | 11.56 | 25.86 | - |
| YUV | 83.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 140 | 0 | 0.84 | 0.19 | 0.32 | 313.56 | 0.73 | 0.39 |
| Hex | AD | 1B | 8C | 0 | 54 | 13 | 20 | 13A | 49 | 27 |
| Octal | 255 | 33 | 214 | 0 | 124 | 23 | 40 | 472 | 111 | 47 |
| Binary | 10101101 | 11011 | 10001100 | 0 | 1010100 | 10011 | 100000 | 100111010 | 1001001 | 100111 |
Color Harmonies of #AD1B8C
Complementary color
Monochromatic Colors of #AD1B8C
Black with #AD1B8C
Text Example
Text Example
White with #AD1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B8C; }
p { color: rgb(173,27,140); }
H1.HeaderClassName
{
color: #AD1B8C;
}
.AnyTagClassName
{
color: #AD1B8C;
}
</style>
background-color css
<style>
a { background-color: #AD1B8C; }
a { background-color: rgb(173,27,140); }
div.DivClassName
{
background-color: #AD1B8C;
}
.BgClassName
{
background-color: #AD1B8C;
}
</style>
border-color css
<style>
span { border-color: #AD1B8C; }
span { border-color: rgb(173,27,140); }
td.TdClassName
{
border-color: #AD1B8C;
}
.TagClassName
{
border-color: #AD1B8C;
}
</style>