Shades of Medium Violet Red #AD1B8F
Tints of Medium Violet Red #AD1B8F
RGB
CMYK
RGB Variations
Color information
#AD1B8F (or 0xAD1B8F) is known color: Medium Violet Red. HEX triplet: AD, 1B and 8F. RGB value is (173,27,143). Sum of RGB (Red+Green+Blue) = 173+27+143=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1B8F is #52E470. Grayscale: #535353. Windows color (decimal): -5432433 or 9378733. OLE color: 9378733.
HSL color Cylindrical-coordinate representation of color #AD1B8F: hue angle of 312.33º 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 #AD1B8F is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 143 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.32 |
| HSL | 312.33º | 0.73% | 0.39% | - |
| HSV(B) | 312.33º | 0.84% | 0.68% | - |
| XYZ | 22.58 | 11.65 | 27.05 | - |
| YUV | 83.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 143 | 0 | 0.84 | 0.17 | 0.32 | 312.33 | 0.73 | 0.39 |
| Hex | AD | 1B | 8F | 0 | 54 | 11 | 20 | 138 | 49 | 27 |
| Octal | 255 | 33 | 217 | 0 | 124 | 21 | 40 | 470 | 111 | 47 |
| Binary | 10101101 | 11011 | 10001111 | 0 | 1010100 | 10001 | 100000 | 100111000 | 1001001 | 100111 |
Color Harmonies of #AD1B8F
Complementary color
Monochromatic Colors of #AD1B8F
Black with #AD1B8F
Text Example
Text Example
White with #AD1B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B8F; }
p { color: rgb(173,27,143); }
H1.HeaderClassName
{
color: #AD1B8F;
}
.AnyTagClassName
{
color: #AD1B8F;
}
</style>
background-color css
<style>
a { background-color: #AD1B8F; }
a { background-color: rgb(173,27,143); }
div.DivClassName
{
background-color: #AD1B8F;
}
.BgClassName
{
background-color: #AD1B8F;
}
</style>
border-color css
<style>
span { border-color: #AD1B8F; }
span { border-color: rgb(173,27,143); }
td.TdClassName
{
border-color: #AD1B8F;
}
.TagClassName
{
border-color: #AD1B8F;
}
</style>