Shades of Medium Red Violet #AD298F
Tints of Medium Red Violet #AD298F
RGB
CMYK
RGB Variations
Color information
#AD298F (or 0xAD298F) is known color: Medium Red Violet. HEX triplet: AD, 29 and 8F. RGB value is (173,41,143). Sum of RGB (Red+Green+Blue) = 173+41+143=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD298F is #52D670. Grayscale: #5B5B5B. Windows color (decimal): -5428849 or 9382317. OLE color: 9382317.
HSL color Cylindrical-coordinate representation of color #AD298F: hue angle of 313.64º 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 #AD298F is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 143 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.32 |
| HSL | 313.64º | 0.62% | 0.42% | - |
| HSV(B) | 313.64º | 0.76% | 0.68% | - |
| XYZ | 22.98 | 12.45 | 27.18 | - |
| YUV | 92.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 143 | 0 | 0.76 | 0.17 | 0.32 | 313.64 | 0.62 | 0.42 |
| Hex | AD | 29 | 8F | 0 | 4C | 11 | 20 | 13A | 3E | 2A |
| Octal | 255 | 51 | 217 | 0 | 114 | 21 | 40 | 472 | 76 | 52 |
| Binary | 10101101 | 101001 | 10001111 | 0 | 1001100 | 10001 | 100000 | 100111010 | 111110 | 101010 |
Color Harmonies of #AD298F
Complementary color
Monochromatic Colors of #AD298F
Black with #AD298F
Text Example
Text Example
White with #AD298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD298F; }
p { color: rgb(173,41,143); }
H1.HeaderClassName
{
color: #AD298F;
}
.AnyTagClassName
{
color: #AD298F;
}
</style>
background-color css
<style>
a { background-color: #AD298F; }
a { background-color: rgb(173,41,143); }
div.DivClassName
{
background-color: #AD298F;
}
.BgClassName
{
background-color: #AD298F;
}
</style>
border-color css
<style>
span { border-color: #AD298F; }
span { border-color: rgb(173,41,143); }
td.TdClassName
{
border-color: #AD298F;
}
.TagClassName
{
border-color: #AD298F;
}
</style>