Shades of Medium Red Violet #AD3F8F
Tints of Medium Red Violet #AD3F8F
RGB
CMYK
RGB Variations
Color information
#AD3F8F (or 0xAD3F8F) is known color: Medium Red Violet. HEX triplet: AD, 3F and 8F. RGB value is (173,63,143). Sum of RGB (Red+Green+Blue) = 173+63+143=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3F8F is #52C070. Grayscale: #686868. Windows color (decimal): -5423217 or 9387949. OLE color: 9387949.
HSL color Cylindrical-coordinate representation of color #AD3F8F: hue angle of 316.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD3F8F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 143 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.32 |
| HSL | 316.36º | 0.47% | 0.46% | - |
| HSV(B) | 316.36º | 0.64% | 0.68% | - |
| XYZ | 23.97 | 14.42 | 27.51 | - |
| YUV | 105.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 143 | 0 | 0.64 | 0.17 | 0.32 | 316.36 | 0.47 | 0.46 |
| Hex | AD | 3F | 8F | 0 | 40 | 11 | 20 | 13C | 2F | 2E |
| Octal | 255 | 77 | 217 | 0 | 100 | 21 | 40 | 474 | 57 | 56 |
| Binary | 10101101 | 111111 | 10001111 | 0 | 1000000 | 10001 | 100000 | 100111100 | 101111 | 101110 |
Color Harmonies of #AD3F8F
Complementary color
Monochromatic Colors of #AD3F8F
Black with #AD3F8F
Text Example
Text Example
White with #AD3F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F8F; }
p { color: rgb(173,63,143); }
H1.HeaderClassName
{
color: #AD3F8F;
}
.AnyTagClassName
{
color: #AD3F8F;
}
</style>
background-color css
<style>
a { background-color: #AD3F8F; }
a { background-color: rgb(173,63,143); }
div.DivClassName
{
background-color: #AD3F8F;
}
.BgClassName
{
background-color: #AD3F8F;
}
</style>
border-color css
<style>
span { border-color: #AD3F8F; }
span { border-color: rgb(173,63,143); }
td.TdClassName
{
border-color: #AD3F8F;
}
.TagClassName
{
border-color: #AD3F8F;
}
</style>