Shades of Medium Violet Red #AD1B9B
Tints of Medium Violet Red #AD1B9B
RGB
CMYK
RGB Variations
Color information
#AD1B9B (or 0xAD1B9B) is known color: Medium Violet Red. HEX triplet: AD, 1B and 9B. RGB value is (173,27,155). Sum of RGB (Red+Green+Blue) = 173+27+155=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B9B is #52E464. Grayscale: #545454. Windows color (decimal): -5432421 or 10165165. OLE color: 10165165.
HSL color Cylindrical-coordinate representation of color #AD1B9B: hue angle of 307.4º 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 #AD1B9B is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 155 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.32 |
| HSL | 307.4º | 0.73% | 0.39% | - |
| HSV(B) | 307.4º | 0.84% | 0.68% | - |
| XYZ | 23.54 | 12.03 | 32.09 | - |
| YUV | 85.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 155 | 0 | 0.84 | 0.10 | 0.32 | 307.4 | 0.73 | 0.39 |
| Hex | AD | 1B | 9B | 0 | 54 | A | 20 | 133 | 49 | 27 |
| Octal | 255 | 33 | 233 | 0 | 124 | 12 | 40 | 463 | 111 | 47 |
| Binary | 10101101 | 11011 | 10011011 | 0 | 1010100 | 1010 | 100000 | 100110011 | 1001001 | 100111 |
Color Harmonies of #AD1B9B
Complementary color
Monochromatic Colors of #AD1B9B
Black with #AD1B9B
Text Example
Text Example
White with #AD1B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B9B; }
p { color: rgb(173,27,155); }
H1.HeaderClassName
{
color: #AD1B9B;
}
.AnyTagClassName
{
color: #AD1B9B;
}
</style>
background-color css
<style>
a { background-color: #AD1B9B; }
a { background-color: rgb(173,27,155); }
div.DivClassName
{
background-color: #AD1B9B;
}
.BgClassName
{
background-color: #AD1B9B;
}
</style>
border-color css
<style>
span { border-color: #AD1B9B; }
span { border-color: rgb(173,27,155); }
td.TdClassName
{
border-color: #AD1B9B;
}
.TagClassName
{
border-color: #AD1B9B;
}
</style>