Shades of Medium Violet Red #AD1DA5
Tints of Medium Violet Red #AD1DA5
RGB
CMYK
RGB Variations
Color information
#AD1DA5 (or 0xAD1DA5) is known color: Medium Violet Red. HEX triplet: AD, 1D and A5. RGB value is (173,29,165). Sum of RGB (Red+Green+Blue) = 173+29+165=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1DA5 is #52E25A. Grayscale: #575757. Windows color (decimal): -5431899 or 10821037. OLE color: 10821037.
HSL color Cylindrical-coordinate representation of color #AD1DA5: hue angle of 303.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1DA5 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 165 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.32 |
| HSL | 303.33º | 0.71% | 0.4% | - |
| HSV(B) | 303.33º | 0.83% | 0.68% | - |
| XYZ | 24.46 | 12.48 | 36.72 | - |
| YUV | 87.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 165 | 0 | 0.83 | 0.05 | 0.32 | 303.33 | 0.71 | 0.4 |
| Hex | AD | 1D | A5 | 0 | 53 | 5 | 20 | 12F | 47 | 28 |
| Octal | 255 | 35 | 245 | 0 | 123 | 5 | 40 | 457 | 107 | 50 |
| Binary | 10101101 | 11101 | 10100101 | 0 | 1010011 | 101 | 100000 | 100101111 | 1000111 | 101000 |
Color Harmonies of #AD1DA5
Complementary color
Monochromatic Colors of #AD1DA5
Black with #AD1DA5
Text Example
Text Example
White with #AD1DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DA5; }
p { color: rgb(173,29,165); }
H1.HeaderClassName
{
color: #AD1DA5;
}
.AnyTagClassName
{
color: #AD1DA5;
}
</style>
background-color css
<style>
a { background-color: #AD1DA5; }
a { background-color: rgb(173,29,165); }
div.DivClassName
{
background-color: #AD1DA5;
}
.BgClassName
{
background-color: #AD1DA5;
}
</style>
border-color css
<style>
span { border-color: #AD1DA5; }
span { border-color: rgb(173,29,165); }
td.TdClassName
{
border-color: #AD1DA5;
}
.TagClassName
{
border-color: #AD1DA5;
}
</style>