Shades of Medium Violet Red #AD1082
Tints of Medium Violet Red #AD1082
RGB
CMYK
RGB Variations
Color information
#AD1082 (or 0xAD1082) is known color: Medium Violet Red. HEX triplet: AD, 10 and 82. RGB value is (173,16,130). Sum of RGB (Red+Green+Blue) = 173+16+130=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1082 is #52EF7D. Grayscale: #4B4B4B. Windows color (decimal): -5435262 or 8523949. OLE color: 8523949.
HSL color Cylindrical-coordinate representation of color #AD1082: hue angle of 316.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1082 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 130 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.32 |
| HSL | 316.43º | 0.83% | 0.37% | - |
| HSV(B) | 316.43º | 0.91% | 0.68% | - |
| XYZ | 21.45 | 10.87 | 22.09 | - |
| YUV | 75.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 130 | 0 | 0.91 | 0.25 | 0.32 | 316.43 | 0.83 | 0.37 |
| Hex | AD | 10 | 82 | 0 | 5B | 19 | 20 | 13C | 53 | 25 |
| Octal | 255 | 20 | 202 | 0 | 133 | 31 | 40 | 474 | 123 | 45 |
| Binary | 10101101 | 10000 | 10000010 | 0 | 1011011 | 11001 | 100000 | 100111100 | 1010011 | 100101 |
Color Harmonies of #AD1082
Complementary color
Monochromatic Colors of #AD1082
Black with #AD1082
Text Example
Text Example
White with #AD1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1082; }
p { color: rgb(173,16,130); }
H1.HeaderClassName
{
color: #AD1082;
}
.AnyTagClassName
{
color: #AD1082;
}
</style>
background-color css
<style>
a { background-color: #AD1082; }
a { background-color: rgb(173,16,130); }
div.DivClassName
{
background-color: #AD1082;
}
.BgClassName
{
background-color: #AD1082;
}
</style>
border-color css
<style>
span { border-color: #AD1082; }
span { border-color: rgb(173,16,130); }
td.TdClassName
{
border-color: #AD1082;
}
.TagClassName
{
border-color: #AD1082;
}
</style>