Shades of Medium Red Violet #AD418B
Tints of Medium Red Violet #AD418B
RGB
CMYK
RGB Variations
Color information
#AD418B (or 0xAD418B) is known color: Medium Red Violet. HEX triplet: AD, 41 and 8B. RGB value is (173,65,139). Sum of RGB (Red+Green+Blue) = 173+65+139=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD418B is #52BE74. Grayscale: #696969. Windows color (decimal): -5422709 or 9126317. OLE color: 9126317.
HSL color Cylindrical-coordinate representation of color #AD418B: hue angle of 318.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD418B is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 139 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.32 |
| HSL | 318.89º | 0.45% | 0.47% | - |
| HSV(B) | 318.89º | 0.62% | 0.68% | - |
| XYZ | 23.78 | 14.53 | 25.98 | - |
| YUV | 105.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 139 | 0 | 0.62 | 0.20 | 0.32 | 318.89 | 0.45 | 0.47 |
| Hex | AD | 41 | 8B | 0 | 3E | 14 | 20 | 13F | 2D | 2F |
| Octal | 255 | 101 | 213 | 0 | 76 | 24 | 40 | 477 | 55 | 57 |
| Binary | 10101101 | 1000001 | 10001011 | 0 | 111110 | 10100 | 100000 | 100111111 | 101101 | 101111 |
Color Harmonies of #AD418B
Complementary color
Monochromatic Colors of #AD418B
Black with #AD418B
Text Example
Text Example
White with #AD418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD418B; }
p { color: rgb(173,65,139); }
H1.HeaderClassName
{
color: #AD418B;
}
.AnyTagClassName
{
color: #AD418B;
}
</style>
background-color css
<style>
a { background-color: #AD418B; }
a { background-color: rgb(173,65,139); }
div.DivClassName
{
background-color: #AD418B;
}
.BgClassName
{
background-color: #AD418B;
}
</style>
border-color css
<style>
span { border-color: #AD418B; }
span { border-color: rgb(173,65,139); }
td.TdClassName
{
border-color: #AD418B;
}
.TagClassName
{
border-color: #AD418B;
}
</style>