Shades of Medium Red Violet #AD297A
Tints of Medium Red Violet #AD297A
RGB
CMYK
RGB Variations
Color information
#AD297A (or 0xAD297A) is known color: Medium Red Violet. HEX triplet: AD, 29 and 7A. RGB value is (173,41,122). Sum of RGB (Red+Green+Blue) = 173+41+122=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD297A is #52D685. Grayscale: #595959. Windows color (decimal): -5428870 or 8006061. OLE color: 8006061.
HSL color Cylindrical-coordinate representation of color #AD297A: hue angle of 323.18º 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 #AD297A is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 122 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.32 |
| HSL | 323.18º | 0.62% | 0.42% | - |
| HSV(B) | 323.18º | 0.76% | 0.68% | - |
| XYZ | 21.54 | 11.88 | 19.57 | - |
| YUV | 89.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 122 | 0 | 0.76 | 0.29 | 0.32 | 323.18 | 0.62 | 0.42 |
| Hex | AD | 29 | 7A | 0 | 4C | 1D | 20 | 143 | 3E | 2A |
| Octal | 255 | 51 | 172 | 0 | 114 | 35 | 40 | 503 | 76 | 52 |
| Binary | 10101101 | 101001 | 1111010 | 0 | 1001100 | 11101 | 100000 | 101000011 | 111110 | 101010 |
Color Harmonies of #AD297A
Complementary color
Monochromatic Colors of #AD297A
Black with #AD297A
Text Example
Text Example
White with #AD297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD297A; }
p { color: rgb(173,41,122); }
H1.HeaderClassName
{
color: #AD297A;
}
.AnyTagClassName
{
color: #AD297A;
}
</style>
background-color css
<style>
a { background-color: #AD297A; }
a { background-color: rgb(173,41,122); }
div.DivClassName
{
background-color: #AD297A;
}
.BgClassName
{
background-color: #AD297A;
}
</style>
border-color css
<style>
span { border-color: #AD297A; }
span { border-color: rgb(173,41,122); }
td.TdClassName
{
border-color: #AD297A;
}
.TagClassName
{
border-color: #AD297A;
}
</style>