Shades of Medium Red Violet #AD2D7A
Tints of Medium Red Violet #AD2D7A
RGB
CMYK
RGB Variations
Color information
#AD2D7A (or 0xAD2D7A) is known color: Medium Red Violet. HEX triplet: AD, 2D and 7A. RGB value is (173,45,122). Sum of RGB (Red+Green+Blue) = 173+45+122=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2D7A is #52D285. Grayscale: #5B5B5B. Windows color (decimal): -5427846 or 8007085. OLE color: 8007085.
HSL color Cylindrical-coordinate representation of color #AD2D7A: hue angle of 323.91º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD2D7A is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 122 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.32 |
| HSL | 323.91º | 0.59% | 0.43% | - |
| HSV(B) | 323.91º | 0.74% | 0.68% | - |
| XYZ | 21.68 | 12.17 | 19.62 | - |
| YUV | 92.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 122 | 0 | 0.74 | 0.29 | 0.32 | 323.91 | 0.59 | 0.43 |
| Hex | AD | 2D | 7A | 0 | 4A | 1D | 20 | 144 | 3B | 2B |
| Octal | 255 | 55 | 172 | 0 | 112 | 35 | 40 | 504 | 73 | 53 |
| Binary | 10101101 | 101101 | 1111010 | 0 | 1001010 | 11101 | 100000 | 101000100 | 111011 | 101011 |
Color Harmonies of #AD2D7A
Complementary color
Monochromatic Colors of #AD2D7A
Black with #AD2D7A
Text Example
Text Example
White with #AD2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D7A; }
p { color: rgb(173,45,122); }
H1.HeaderClassName
{
color: #AD2D7A;
}
.AnyTagClassName
{
color: #AD2D7A;
}
</style>
background-color css
<style>
a { background-color: #AD2D7A; }
a { background-color: rgb(173,45,122); }
div.DivClassName
{
background-color: #AD2D7A;
}
.BgClassName
{
background-color: #AD2D7A;
}
</style>
border-color css
<style>
span { border-color: #AD2D7A; }
span { border-color: rgb(173,45,122); }
td.TdClassName
{
border-color: #AD2D7A;
}
.TagClassName
{
border-color: #AD2D7A;
}
</style>