Shades of Medium Red Violet #AD2E7A
Tints of Medium Red Violet #AD2E7A
RGB
CMYK
RGB Variations
Color information
#AD2E7A (or 0xAD2E7A) is known color: Medium Red Violet. HEX triplet: AD, 2E and 7A. RGB value is (173,46,122). Sum of RGB (Red+Green+Blue) = 173+46+122=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2E7A is #52D185. Grayscale: #5C5C5C. Windows color (decimal): -5427590 or 8007341. OLE color: 8007341.
HSL color Cylindrical-coordinate representation of color #AD2E7A: hue angle of 324.09º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2E7A is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 46 | 122 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.32 |
| HSL | 324.09º | 0.58% | 0.43% | - |
| HSV(B) | 324.09º | 0.73% | 0.68% | - |
| XYZ | 21.72 | 12.24 | 19.63 | - |
| YUV | 92.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 122 | 0 | 0.73 | 0.29 | 0.32 | 324.09 | 0.58 | 0.43 |
| Hex | AD | 2E | 7A | 0 | 49 | 1D | 20 | 144 | 3A | 2B |
| Octal | 255 | 56 | 172 | 0 | 111 | 35 | 40 | 504 | 72 | 53 |
| Binary | 10101101 | 101110 | 1111010 | 0 | 1001001 | 11101 | 100000 | 101000100 | 111010 | 101011 |
Color Harmonies of #AD2E7A
Complementary color
Monochromatic Colors of #AD2E7A
Black with #AD2E7A
Text Example
Text Example
White with #AD2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2E7A; }
p { color: rgb(173,46,122); }
H1.HeaderClassName
{
color: #AD2E7A;
}
.AnyTagClassName
{
color: #AD2E7A;
}
</style>
background-color css
<style>
a { background-color: #AD2E7A; }
a { background-color: rgb(173,46,122); }
div.DivClassName
{
background-color: #AD2E7A;
}
.BgClassName
{
background-color: #AD2E7A;
}
</style>
border-color css
<style>
span { border-color: #AD2E7A; }
span { border-color: rgb(173,46,122); }
td.TdClassName
{
border-color: #AD2E7A;
}
.TagClassName
{
border-color: #AD2E7A;
}
</style>