Shades of Medium Red Violet #AD4082
Tints of Medium Red Violet #AD4082
RGB
CMYK
RGB Variations
Color information
#AD4082 (or 0xAD4082) is known color: Medium Red Violet. HEX triplet: AD, 40 and 82. RGB value is (173,64,130). Sum of RGB (Red+Green+Blue) = 173+64+130=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4082 is #52BF7D. Grayscale: #676767. Windows color (decimal): -5422974 or 8536237. OLE color: 8536237.
HSL color Cylindrical-coordinate representation of color #AD4082: hue angle of 323.67º 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 #AD4082 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 130 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.32 |
| HSL | 323.67º | 0.46% | 0.46% | - |
| HSV(B) | 323.67º | 0.63% | 0.68% | - |
| XYZ | 23.1 | 14.16 | 22.64 | - |
| YUV | 104.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 130 | 0 | 0.63 | 0.25 | 0.32 | 323.67 | 0.46 | 0.46 |
| Hex | AD | 40 | 82 | 0 | 3F | 19 | 20 | 144 | 2E | 2E |
| Octal | 255 | 100 | 202 | 0 | 77 | 31 | 40 | 504 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10000010 | 0 | 111111 | 11001 | 100000 | 101000100 | 101110 | 101110 |
Color Harmonies of #AD4082
Complementary color
Monochromatic Colors of #AD4082
Black with #AD4082
Text Example
Text Example
White with #AD4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4082; }
p { color: rgb(173,64,130); }
H1.HeaderClassName
{
color: #AD4082;
}
.AnyTagClassName
{
color: #AD4082;
}
</style>
background-color css
<style>
a { background-color: #AD4082; }
a { background-color: rgb(173,64,130); }
div.DivClassName
{
background-color: #AD4082;
}
.BgClassName
{
background-color: #AD4082;
}
</style>
border-color css
<style>
span { border-color: #AD4082; }
span { border-color: rgb(173,64,130); }
td.TdClassName
{
border-color: #AD4082;
}
.TagClassName
{
border-color: #AD4082;
}
</style>