Shades of Medium Red Violet #AD408D
Tints of Medium Red Violet #AD408D
RGB
CMYK
RGB Variations
Color information
#AD408D (or 0xAD408D) is known color: Medium Red Violet. HEX triplet: AD, 40 and 8D. RGB value is (173,64,141). Sum of RGB (Red+Green+Blue) = 173+64+141=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD408D is #52BF72. Grayscale: #696969. Windows color (decimal): -5422963 or 9257133. OLE color: 9257133.
HSL color Cylindrical-coordinate representation of color #AD408D: hue angle of 317.61º 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 #AD408D is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 141 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.32 |
| HSL | 317.61º | 0.46% | 0.46% | - |
| HSV(B) | 317.61º | 0.63% | 0.68% | - |
| XYZ | 23.87 | 14.47 | 26.73 | - |
| YUV | 105.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 141 | 0 | 0.63 | 0.18 | 0.32 | 317.61 | 0.46 | 0.46 |
| Hex | AD | 40 | 8D | 0 | 3F | 12 | 20 | 13E | 2E | 2E |
| Octal | 255 | 100 | 215 | 0 | 77 | 22 | 40 | 476 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10001101 | 0 | 111111 | 10010 | 100000 | 100111110 | 101110 | 101110 |
Color Harmonies of #AD408D
Complementary color
Monochromatic Colors of #AD408D
Black with #AD408D
Text Example
Text Example
White with #AD408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD408D; }
p { color: rgb(173,64,141); }
H1.HeaderClassName
{
color: #AD408D;
}
.AnyTagClassName
{
color: #AD408D;
}
</style>
background-color css
<style>
a { background-color: #AD408D; }
a { background-color: rgb(173,64,141); }
div.DivClassName
{
background-color: #AD408D;
}
.BgClassName
{
background-color: #AD408D;
}
</style>
border-color css
<style>
span { border-color: #AD408D; }
span { border-color: rgb(173,64,141); }
td.TdClassName
{
border-color: #AD408D;
}
.TagClassName
{
border-color: #AD408D;
}
</style>