Shades of Medium Violet Red #AD097D
Tints of Medium Violet Red #AD097D
RGB
CMYK
RGB Variations
Color information
#AD097D (or 0xAD097D) is known color: Medium Violet Red. HEX triplet: AD, 09 and 7D. RGB value is (173,9,125). Sum of RGB (Red+Green+Blue) = 173+9+125=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD097D is #52F682. Grayscale: #464646. Windows color (decimal): -5437059 or 8194477. OLE color: 8194477.
HSL color Cylindrical-coordinate representation of color #AD097D: hue angle of 317.56º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD097D is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 125 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.32 |
| HSL | 317.56º | 0.9% | 0.36% | - |
| HSV(B) | 317.56º | 0.95% | 0.68% | - |
| XYZ | 21.03 | 10.56 | 20.33 | - |
| YUV | 71.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 125 | 0 | 0.95 | 0.28 | 0.32 | 317.56 | 0.9 | 0.36 |
| Hex | AD | 9 | 7D | 0 | 5F | 1C | 20 | 13E | 5A | 24 |
| Octal | 255 | 11 | 175 | 0 | 137 | 34 | 40 | 476 | 132 | 44 |
| Binary | 10101101 | 1001 | 1111101 | 0 | 1011111 | 11100 | 100000 | 100111110 | 1011010 | 100100 |
Color Harmonies of #AD097D
Complementary color
Monochromatic Colors of #AD097D
Black with #AD097D
Text Example
Text Example
White with #AD097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD097D; }
p { color: rgb(173,9,125); }
H1.HeaderClassName
{
color: #AD097D;
}
.AnyTagClassName
{
color: #AD097D;
}
</style>
background-color css
<style>
a { background-color: #AD097D; }
a { background-color: rgb(173,9,125); }
div.DivClassName
{
background-color: #AD097D;
}
.BgClassName
{
background-color: #AD097D;
}
</style>
border-color css
<style>
span { border-color: #AD097D; }
span { border-color: rgb(173,9,125); }
td.TdClassName
{
border-color: #AD097D;
}
.TagClassName
{
border-color: #AD097D;
}
</style>