Shades of Medium Violet Red #AD0682
Tints of Medium Violet Red #AD0682
RGB
CMYK
RGB Variations
Color information
#AD0682 (or 0xAD0682) is known color: Medium Violet Red. HEX triplet: AD, 06 and 82. RGB value is (173,6,130). Sum of RGB (Red+Green+Blue) = 173+6+130=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0682 is #52F97D. Grayscale: #454545. Windows color (decimal): -5437822 or 8521389. OLE color: 8521389.
HSL color Cylindrical-coordinate representation of color #AD0682: hue angle of 315.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0682 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.32 |
| HSL | 315.45º | 0.93% | 0.35% | - |
| HSV(B) | 315.45º | 0.97% | 0.68% | - |
| XYZ | 21.33 | 10.63 | 22.05 | - |
| YUV | 70.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 130 | 0 | 0.97 | 0.25 | 0.32 | 315.45 | 0.93 | 0.35 |
| Hex | AD | 6 | 82 | 0 | 61 | 19 | 20 | 13B | 5D | 23 |
| Octal | 255 | 6 | 202 | 0 | 141 | 31 | 40 | 473 | 135 | 43 |
| Binary | 10101101 | 110 | 10000010 | 0 | 1100001 | 11001 | 100000 | 100111011 | 1011101 | 100011 |
Color Harmonies of #AD0682
Complementary color
Monochromatic Colors of #AD0682
Black with #AD0682
Text Example
Text Example
White with #AD0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0682; }
p { color: rgb(173,6,130); }
H1.HeaderClassName
{
color: #AD0682;
}
.AnyTagClassName
{
color: #AD0682;
}
</style>
background-color css
<style>
a { background-color: #AD0682; }
a { background-color: rgb(173,6,130); }
div.DivClassName
{
background-color: #AD0682;
}
.BgClassName
{
background-color: #AD0682;
}
</style>
border-color css
<style>
span { border-color: #AD0682; }
span { border-color: rgb(173,6,130); }
td.TdClassName
{
border-color: #AD0682;
}
.TagClassName
{
border-color: #AD0682;
}
</style>