Shades of Medium Violet Red #AD0689
Tints of Medium Violet Red #AD0689
RGB
CMYK
RGB Variations
Color information
#AD0689 (or 0xAD0689) is known color: Medium Violet Red. HEX triplet: AD, 06 and 89. RGB value is (173,6,137). Sum of RGB (Red+Green+Blue) = 173+6+137=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0689 is #52F976. Grayscale: #464646. Windows color (decimal): -5437815 or 8980141. OLE color: 8980141.
HSL color Cylindrical-coordinate representation of color #AD0689: hue angle of 312.93º 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 #AD0689 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.32 |
| HSL | 312.93º | 0.93% | 0.35% | - |
| HSV(B) | 312.93º | 0.97% | 0.68% | - |
| XYZ | 21.81 | 10.82 | 24.61 | - |
| YUV | 70.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 137 | 0 | 0.97 | 0.21 | 0.32 | 312.93 | 0.93 | 0.35 |
| Hex | AD | 6 | 89 | 0 | 61 | 15 | 20 | 139 | 5D | 23 |
| Octal | 255 | 6 | 211 | 0 | 141 | 25 | 40 | 471 | 135 | 43 |
| Binary | 10101101 | 110 | 10001001 | 0 | 1100001 | 10101 | 100000 | 100111001 | 1011101 | 100011 |
Color Harmonies of #AD0689
Complementary color
Monochromatic Colors of #AD0689
Black with #AD0689
Text Example
Text Example
White with #AD0689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0689; }
p { color: rgb(173,6,137); }
H1.HeaderClassName
{
color: #AD0689;
}
.AnyTagClassName
{
color: #AD0689;
}
</style>
background-color css
<style>
a { background-color: #AD0689; }
a { background-color: rgb(173,6,137); }
div.DivClassName
{
background-color: #AD0689;
}
.BgClassName
{
background-color: #AD0689;
}
</style>
border-color css
<style>
span { border-color: #AD0689; }
span { border-color: rgb(173,6,137); }
td.TdClassName
{
border-color: #AD0689;
}
.TagClassName
{
border-color: #AD0689;
}
</style>