Shades of Medium Red Violet #AD1F8B
Tints of Medium Red Violet #AD1F8B
RGB
CMYK
RGB Variations
Color information
#AD1F8B (or 0xAD1F8B) is known color: Medium Red Violet. HEX triplet: AD, 1F and 8B. RGB value is (173,31,139). Sum of RGB (Red+Green+Blue) = 173+31+139=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1F8B is #52E074. Grayscale: #555555. Windows color (decimal): -5431413 or 9117613. OLE color: 9117613.
HSL color Cylindrical-coordinate representation of color #AD1F8B: hue angle of 314.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1F8B is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 31 | 139 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.32 |
| HSL | 314.37º | 0.7% | 0.4% | - |
| HSV(B) | 314.37º | 0.82% | 0.68% | - |
| XYZ | 22.38 | 11.73 | 25.51 | - |
| YUV | 85.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 139 | 0 | 0.82 | 0.20 | 0.32 | 314.37 | 0.7 | 0.4 |
| Hex | AD | 1F | 8B | 0 | 52 | 14 | 20 | 13A | 46 | 28 |
| Octal | 255 | 37 | 213 | 0 | 122 | 24 | 40 | 472 | 106 | 50 |
| Binary | 10101101 | 11111 | 10001011 | 0 | 1010010 | 10100 | 100000 | 100111010 | 1000110 | 101000 |
Color Harmonies of #AD1F8B
Complementary color
Monochromatic Colors of #AD1F8B
Black with #AD1F8B
Text Example
Text Example
White with #AD1F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1F8B; }
p { color: rgb(173,31,139); }
H1.HeaderClassName
{
color: #AD1F8B;
}
.AnyTagClassName
{
color: #AD1F8B;
}
</style>
background-color css
<style>
a { background-color: #AD1F8B; }
a { background-color: rgb(173,31,139); }
div.DivClassName
{
background-color: #AD1F8B;
}
.BgClassName
{
background-color: #AD1F8B;
}
</style>
border-color css
<style>
span { border-color: #AD1F8B; }
span { border-color: rgb(173,31,139); }
td.TdClassName
{
border-color: #AD1F8B;
}
.TagClassName
{
border-color: #AD1F8B;
}
</style>