Shades of Medium Violet Red #AD1BA6
Tints of Medium Violet Red #AD1BA6
RGB
CMYK
RGB Variations
Color information
#AD1BA6 (or 0xAD1BA6) is known color: Medium Violet Red. HEX triplet: AD, 1B and A6. RGB value is (173,27,166). Sum of RGB (Red+Green+Blue) = 173+27+166=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1BA6 is #52E459. Grayscale: #565656. Windows color (decimal): -5432410 or 10886061. OLE color: 10886061.
HSL color Cylindrical-coordinate representation of color #AD1BA6: hue angle of 302.88º 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 #AD1BA6 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 166 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.32 |
| HSL | 302.88º | 0.73% | 0.39% | - |
| HSV(B) | 302.88º | 0.84% | 0.68% | - |
| XYZ | 24.51 | 12.42 | 37.18 | - |
| YUV | 86.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 166 | 0 | 0.84 | 0.04 | 0.32 | 302.88 | 0.73 | 0.39 |
| Hex | AD | 1B | A6 | 0 | 54 | 4 | 20 | 12F | 49 | 27 |
| Octal | 255 | 33 | 246 | 0 | 124 | 4 | 40 | 457 | 111 | 47 |
| Binary | 10101101 | 11011 | 10100110 | 0 | 1010100 | 100 | 100000 | 100101111 | 1001001 | 100111 |
Color Harmonies of #AD1BA6
Complementary color
Monochromatic Colors of #AD1BA6
Black with #AD1BA6
Text Example
Text Example
White with #AD1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BA6; }
p { color: rgb(173,27,166); }
H1.HeaderClassName
{
color: #AD1BA6;
}
.AnyTagClassName
{
color: #AD1BA6;
}
</style>
background-color css
<style>
a { background-color: #AD1BA6; }
a { background-color: rgb(173,27,166); }
div.DivClassName
{
background-color: #AD1BA6;
}
.BgClassName
{
background-color: #AD1BA6;
}
</style>
border-color css
<style>
span { border-color: #AD1BA6; }
span { border-color: rgb(173,27,166); }
td.TdClassName
{
border-color: #AD1BA6;
}
.TagClassName
{
border-color: #AD1BA6;
}
</style>