Shades of Medium Red Violet #AD408B
Tints of Medium Red Violet #AD408B
RGB
CMYK
RGB Variations
Color information
#AD408B (or 0xAD408B) is known color: Medium Red Violet. HEX triplet: AD, 40 and 8B. RGB value is (173,64,139). Sum of RGB (Red+Green+Blue) = 173+64+139=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD408B is #52BF74. Grayscale: #686868. Windows color (decimal): -5422965 or 9126061. OLE color: 9126061.
HSL color Cylindrical-coordinate representation of color #AD408B: hue angle of 318.72º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD408B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 139 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.32 |
| HSL | 318.72º | 0.46% | 0.46% | - |
| HSV(B) | 318.72º | 0.63% | 0.68% | - |
| XYZ | 23.73 | 14.42 | 25.96 | - |
| YUV | 105.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 139 | 0 | 0.63 | 0.20 | 0.32 | 318.72 | 0.46 | 0.46 |
| Hex | AD | 40 | 8B | 0 | 3F | 14 | 20 | 13F | 2E | 2E |
| Octal | 255 | 100 | 213 | 0 | 77 | 24 | 40 | 477 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10001011 | 0 | 111111 | 10100 | 100000 | 100111111 | 101110 | 101110 |
Color Harmonies of #AD408B
Complementary color
Monochromatic Colors of #AD408B
Black with #AD408B
Text Example
Text Example
White with #AD408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD408B; }
p { color: rgb(173,64,139); }
H1.HeaderClassName
{
color: #AD408B;
}
.AnyTagClassName
{
color: #AD408B;
}
</style>
background-color css
<style>
a { background-color: #AD408B; }
a { background-color: rgb(173,64,139); }
div.DivClassName
{
background-color: #AD408B;
}
.BgClassName
{
background-color: #AD408B;
}
</style>
border-color css
<style>
span { border-color: #AD408B; }
span { border-color: rgb(173,64,139); }
td.TdClassName
{
border-color: #AD408B;
}
.TagClassName
{
border-color: #AD408B;
}
</style>