Shades of Medium Violet Red #AD098C
Tints of Medium Violet Red #AD098C
RGB
CMYK
RGB Variations
Color information
#AD098C (or 0xAD098C) is known color: Medium Violet Red. HEX triplet: AD, 09 and 8C. RGB value is (173,9,140). Sum of RGB (Red+Green+Blue) = 173+9+140=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD098C is #52F673. Grayscale: #484848. Windows color (decimal): -5437044 or 9177517. OLE color: 9177517.
HSL color Cylindrical-coordinate representation of color #AD098C: hue angle of 312.07º 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 #AD098C is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 140 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.32 |
| HSL | 312.07º | 0.9% | 0.36% | - |
| HSV(B) | 312.07º | 0.95% | 0.68% | - |
| XYZ | 22.06 | 10.97 | 25.77 | - |
| YUV | 72.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 140 | 0 | 0.95 | 0.19 | 0.32 | 312.07 | 0.9 | 0.36 |
| Hex | AD | 9 | 8C | 0 | 5F | 13 | 20 | 138 | 5A | 24 |
| Octal | 255 | 11 | 214 | 0 | 137 | 23 | 40 | 470 | 132 | 44 |
| Binary | 10101101 | 1001 | 10001100 | 0 | 1011111 | 10011 | 100000 | 100111000 | 1011010 | 100100 |
Color Harmonies of #AD098C
Complementary color
Monochromatic Colors of #AD098C
Black with #AD098C
Text Example
Text Example
White with #AD098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD098C; }
p { color: rgb(173,9,140); }
H1.HeaderClassName
{
color: #AD098C;
}
.AnyTagClassName
{
color: #AD098C;
}
</style>
background-color css
<style>
a { background-color: #AD098C; }
a { background-color: rgb(173,9,140); }
div.DivClassName
{
background-color: #AD098C;
}
.BgClassName
{
background-color: #AD098C;
}
</style>
border-color css
<style>
span { border-color: #AD098C; }
span { border-color: rgb(173,9,140); }
td.TdClassName
{
border-color: #AD098C;
}
.TagClassName
{
border-color: #AD098C;
}
</style>