Shades of Medium Violet Red #AD1485
Tints of Medium Violet Red #AD1485
RGB
CMYK
RGB Variations
Color information
#AD1485 (or 0xAD1485) is known color: Medium Violet Red. HEX triplet: AD, 14 and 85. RGB value is (173,20,133). Sum of RGB (Red+Green+Blue) = 173+20+133=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1485 is #52EB7A. Grayscale: #4E4E4E. Windows color (decimal): -5434235 or 8721581. OLE color: 8721581.
HSL color Cylindrical-coordinate representation of color #AD1485: hue angle of 315.69º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1485 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 133 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.32 |
| HSL | 315.69º | 0.79% | 0.38% | - |
| HSV(B) | 315.69º | 0.88% | 0.68% | - |
| XYZ | 21.72 | 11.08 | 23.18 | - |
| YUV | 78.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 133 | 0 | 0.88 | 0.23 | 0.32 | 315.69 | 0.79 | 0.38 |
| Hex | AD | 14 | 85 | 0 | 58 | 17 | 20 | 13C | 4F | 26 |
| Octal | 255 | 24 | 205 | 0 | 130 | 27 | 40 | 474 | 117 | 46 |
| Binary | 10101101 | 10100 | 10000101 | 0 | 1011000 | 10111 | 100000 | 100111100 | 1001111 | 100110 |
Color Harmonies of #AD1485
Complementary color
Monochromatic Colors of #AD1485
Black with #AD1485
Text Example
Text Example
White with #AD1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1485; }
p { color: rgb(173,20,133); }
H1.HeaderClassName
{
color: #AD1485;
}
.AnyTagClassName
{
color: #AD1485;
}
</style>
background-color css
<style>
a { background-color: #AD1485; }
a { background-color: rgb(173,20,133); }
div.DivClassName
{
background-color: #AD1485;
}
.BgClassName
{
background-color: #AD1485;
}
</style>
border-color css
<style>
span { border-color: #AD1485; }
span { border-color: rgb(173,20,133); }
td.TdClassName
{
border-color: #AD1485;
}
.TagClassName
{
border-color: #AD1485;
}
</style>