Shades of Medium Violet Red #AD1B99
Tints of Medium Violet Red #AD1B99
RGB
CMYK
RGB Variations
Color information
#AD1B99 (or 0xAD1B99) is known color: Medium Violet Red. HEX triplet: AD, 1B and 99. RGB value is (173,27,153). Sum of RGB (Red+Green+Blue) = 173+27+153=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B99 is #52E466. Grayscale: #545454. Windows color (decimal): -5432423 or 10034093. OLE color: 10034093.
HSL color Cylindrical-coordinate representation of color #AD1B99: hue angle of 308.22º 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 #AD1B99 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 153 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.32 |
| HSL | 308.22º | 0.73% | 0.39% | - |
| HSV(B) | 308.22º | 0.84% | 0.68% | - |
| XYZ | 23.38 | 11.97 | 31.22 | - |
| YUV | 85.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 153 | 0 | 0.84 | 0.12 | 0.32 | 308.22 | 0.73 | 0.39 |
| Hex | AD | 1B | 99 | 0 | 54 | C | 20 | 134 | 49 | 27 |
| Octal | 255 | 33 | 231 | 0 | 124 | 14 | 40 | 464 | 111 | 47 |
| Binary | 10101101 | 11011 | 10011001 | 0 | 1010100 | 1100 | 100000 | 100110100 | 1001001 | 100111 |
Color Harmonies of #AD1B99
Complementary color
Monochromatic Colors of #AD1B99
Black with #AD1B99
Text Example
Text Example
White with #AD1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B99; }
p { color: rgb(173,27,153); }
H1.HeaderClassName
{
color: #AD1B99;
}
.AnyTagClassName
{
color: #AD1B99;
}
</style>
background-color css
<style>
a { background-color: #AD1B99; }
a { background-color: rgb(173,27,153); }
div.DivClassName
{
background-color: #AD1B99;
}
.BgClassName
{
background-color: #AD1B99;
}
</style>
border-color css
<style>
span { border-color: #AD1B99; }
span { border-color: rgb(173,27,153); }
td.TdClassName
{
border-color: #AD1B99;
}
.TagClassName
{
border-color: #AD1B99;
}
</style>