Shades of Medium Violet Red #AD098B
Tints of Medium Violet Red #AD098B
RGB
CMYK
RGB Variations
Color information
#AD098B (or 0xAD098B) is known color: Medium Violet Red. HEX triplet: AD, 09 and 8B. RGB value is (173,9,139). Sum of RGB (Red+Green+Blue) = 173+9+139=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD098B is #52F674. Grayscale: #484848. Windows color (decimal): -5437045 or 9111981. OLE color: 9111981.
HSL color Cylindrical-coordinate representation of color #AD098B: hue angle of 312.44º 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 #AD098B is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 139 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.32 |
| HSL | 312.44º | 0.9% | 0.36% | - |
| HSV(B) | 312.44º | 0.95% | 0.68% | - |
| XYZ | 21.99 | 10.94 | 25.38 | - |
| YUV | 72.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 139 | 0 | 0.95 | 0.20 | 0.32 | 312.44 | 0.9 | 0.36 |
| Hex | AD | 9 | 8B | 0 | 5F | 14 | 20 | 138 | 5A | 24 |
| Octal | 255 | 11 | 213 | 0 | 137 | 24 | 40 | 470 | 132 | 44 |
| Binary | 10101101 | 1001 | 10001011 | 0 | 1011111 | 10100 | 100000 | 100111000 | 1011010 | 100100 |
Color Harmonies of #AD098B
Complementary color
Monochromatic Colors of #AD098B
Black with #AD098B
Text Example
Text Example
White with #AD098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD098B; }
p { color: rgb(173,9,139); }
H1.HeaderClassName
{
color: #AD098B;
}
.AnyTagClassName
{
color: #AD098B;
}
</style>
background-color css
<style>
a { background-color: #AD098B; }
a { background-color: rgb(173,9,139); }
div.DivClassName
{
background-color: #AD098B;
}
.BgClassName
{
background-color: #AD098B;
}
</style>
border-color css
<style>
span { border-color: #AD098B; }
span { border-color: rgb(173,9,139); }
td.TdClassName
{
border-color: #AD098B;
}
.TagClassName
{
border-color: #AD098B;
}
</style>