Shades of Medium Violet Red #AD097E
Tints of Medium Violet Red #AD097E
RGB
CMYK
RGB Variations
Color information
#AD097E (or 0xAD097E) is known color: Medium Violet Red. HEX triplet: AD, 09 and 7E. RGB value is (173,9,126). Sum of RGB (Red+Green+Blue) = 173+9+126=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD097E is #52F681. Grayscale: #474747. Windows color (decimal): -5437058 or 8260013. OLE color: 8260013.
HSL color Cylindrical-coordinate representation of color #AD097E: hue angle of 317.2º 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 #AD097E is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.32 |
| HSL | 317.2º | 0.9% | 0.36% | - |
| HSV(B) | 317.2º | 0.95% | 0.68% | - |
| XYZ | 21.1 | 10.59 | 20.67 | - |
| YUV | 71.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 126 | 0 | 0.95 | 0.27 | 0.32 | 317.2 | 0.9 | 0.36 |
| Hex | AD | 9 | 7E | 0 | 5F | 1B | 20 | 13D | 5A | 24 |
| Octal | 255 | 11 | 176 | 0 | 137 | 33 | 40 | 475 | 132 | 44 |
| Binary | 10101101 | 1001 | 1111110 | 0 | 1011111 | 11011 | 100000 | 100111101 | 1011010 | 100100 |
Color Harmonies of #AD097E
Complementary color
Monochromatic Colors of #AD097E
Black with #AD097E
Text Example
Text Example
White with #AD097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD097E; }
p { color: rgb(173,9,126); }
H1.HeaderClassName
{
color: #AD097E;
}
.AnyTagClassName
{
color: #AD097E;
}
</style>
background-color css
<style>
a { background-color: #AD097E; }
a { background-color: rgb(173,9,126); }
div.DivClassName
{
background-color: #AD097E;
}
.BgClassName
{
background-color: #AD097E;
}
</style>
border-color css
<style>
span { border-color: #AD097E; }
span { border-color: rgb(173,9,126); }
td.TdClassName
{
border-color: #AD097E;
}
.TagClassName
{
border-color: #AD097E;
}
</style>