Shades of Medium Violet Red #AD1BA0
Tints of Medium Violet Red #AD1BA0
RGB
CMYK
RGB Variations
Color information
#AD1BA0 (or 0xAD1BA0) is known color: Medium Violet Red. HEX triplet: AD, 1B and A0. RGB value is (173,27,160). Sum of RGB (Red+Green+Blue) = 173+27+160=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BA0 is #52E45F. Grayscale: #555555. Windows color (decimal): -5432416 or 10492845. OLE color: 10492845.
HSL color Cylindrical-coordinate representation of color #AD1BA0: hue angle of 305.34º 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 #AD1BA0 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 160 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.32 |
| HSL | 305.34º | 0.73% | 0.39% | - |
| HSV(B) | 305.34º | 0.84% | 0.68% | - |
| XYZ | 23.97 | 12.21 | 34.35 | - |
| YUV | 85.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 160 | 0 | 0.84 | 0.08 | 0.32 | 305.34 | 0.73 | 0.39 |
| Hex | AD | 1B | A0 | 0 | 54 | 8 | 20 | 131 | 49 | 27 |
| Octal | 255 | 33 | 240 | 0 | 124 | 10 | 40 | 461 | 111 | 47 |
| Binary | 10101101 | 11011 | 10100000 | 0 | 1010100 | 1000 | 100000 | 100110001 | 1001001 | 100111 |
Color Harmonies of #AD1BA0
Complementary color
Monochromatic Colors of #AD1BA0
Black with #AD1BA0
Text Example
Text Example
White with #AD1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BA0; }
p { color: rgb(173,27,160); }
H1.HeaderClassName
{
color: #AD1BA0;
}
.AnyTagClassName
{
color: #AD1BA0;
}
</style>
background-color css
<style>
a { background-color: #AD1BA0; }
a { background-color: rgb(173,27,160); }
div.DivClassName
{
background-color: #AD1BA0;
}
.BgClassName
{
background-color: #AD1BA0;
}
</style>
border-color css
<style>
span { border-color: #AD1BA0; }
span { border-color: rgb(173,27,160); }
td.TdClassName
{
border-color: #AD1BA0;
}
.TagClassName
{
border-color: #AD1BA0;
}
</style>