Shades of Medium Violet Red #AD1282
Tints of Medium Violet Red #AD1282
RGB
CMYK
RGB Variations
Color information
#AD1282 (or 0xAD1282) is known color: Medium Violet Red. HEX triplet: AD, 12 and 82. RGB value is (173,18,130). Sum of RGB (Red+Green+Blue) = 173+18+130=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1282 is #52ED7D. Grayscale: #4C4C4C. Windows color (decimal): -5434750 or 8524461. OLE color: 8524461.
HSL color Cylindrical-coordinate representation of color #AD1282: hue angle of 316.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1282 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 130 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.32 |
| HSL | 316.65º | 0.81% | 0.37% | - |
| HSV(B) | 316.65º | 0.9% | 0.68% | - |
| XYZ | 21.48 | 10.93 | 22.1 | - |
| YUV | 77.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 130 | 0 | 0.90 | 0.25 | 0.32 | 316.65 | 0.81 | 0.37 |
| Hex | AD | 12 | 82 | 0 | 5A | 19 | 20 | 13D | 51 | 25 |
| Octal | 255 | 22 | 202 | 0 | 132 | 31 | 40 | 475 | 121 | 45 |
| Binary | 10101101 | 10010 | 10000010 | 0 | 1011010 | 11001 | 100000 | 100111101 | 1010001 | 100101 |
Color Harmonies of #AD1282
Complementary color
Monochromatic Colors of #AD1282
Black with #AD1282
Text Example
Text Example
White with #AD1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1282; }
p { color: rgb(173,18,130); }
H1.HeaderClassName
{
color: #AD1282;
}
.AnyTagClassName
{
color: #AD1282;
}
</style>
background-color css
<style>
a { background-color: #AD1282; }
a { background-color: rgb(173,18,130); }
div.DivClassName
{
background-color: #AD1282;
}
.BgClassName
{
background-color: #AD1282;
}
</style>
border-color css
<style>
span { border-color: #AD1282; }
span { border-color: rgb(173,18,130); }
td.TdClassName
{
border-color: #AD1282;
}
.TagClassName
{
border-color: #AD1282;
}
</style>