Shades of Medium Red Violet #AD298B
Tints of Medium Red Violet #AD298B
RGB
CMYK
RGB Variations
Color information
#AD298B (or 0xAD298B) is known color: Medium Red Violet. HEX triplet: AD, 29 and 8B. RGB value is (173,41,139). Sum of RGB (Red+Green+Blue) = 173+41+139=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD298B is #52D674. Grayscale: #5B5B5B. Windows color (decimal): -5428853 or 9120173. OLE color: 9120173.
HSL color Cylindrical-coordinate representation of color #AD298B: hue angle of 315.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD298B is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 139 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.32 |
| HSL | 315.45º | 0.62% | 0.42% | - |
| HSV(B) | 315.45º | 0.76% | 0.68% | - |
| XYZ | 22.69 | 12.33 | 25.61 | - |
| YUV | 91.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 139 | 0 | 0.76 | 0.20 | 0.32 | 315.45 | 0.62 | 0.42 |
| Hex | AD | 29 | 8B | 0 | 4C | 14 | 20 | 13B | 3E | 2A |
| Octal | 255 | 51 | 213 | 0 | 114 | 24 | 40 | 473 | 76 | 52 |
| Binary | 10101101 | 101001 | 10001011 | 0 | 1001100 | 10100 | 100000 | 100111011 | 111110 | 101010 |
Color Harmonies of #AD298B
Complementary color
Monochromatic Colors of #AD298B
Black with #AD298B
Text Example
Text Example
White with #AD298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD298B; }
p { color: rgb(173,41,139); }
H1.HeaderClassName
{
color: #AD298B;
}
.AnyTagClassName
{
color: #AD298B;
}
</style>
background-color css
<style>
a { background-color: #AD298B; }
a { background-color: rgb(173,41,139); }
div.DivClassName
{
background-color: #AD298B;
}
.BgClassName
{
background-color: #AD298B;
}
</style>
border-color css
<style>
span { border-color: #AD298B; }
span { border-color: rgb(173,41,139); }
td.TdClassName
{
border-color: #AD298B;
}
.TagClassName
{
border-color: #AD298B;
}
</style>