Shades of Medium Red Violet #AD2379
Tints of Medium Red Violet #AD2379
RGB
CMYK
RGB Variations
Color information
#AD2379 (or 0xAD2379) is known color: Medium Red Violet. HEX triplet: AD, 23 and 79. RGB value is (173,35,121). Sum of RGB (Red+Green+Blue) = 173+35+121=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2379 is #52DC86. Grayscale: #555555. Windows color (decimal): -5430407 or 7938989. OLE color: 7938989.
HSL color Cylindrical-coordinate representation of color #AD2379: hue angle of 322.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2379 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 121 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.32 |
| HSL | 322.61º | 0.66% | 0.41% | - |
| HSV(B) | 322.61º | 0.8% | 0.68% | - |
| XYZ | 21.29 | 11.47 | 19.18 | - |
| YUV | 86.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 121 | 0 | 0.80 | 0.30 | 0.32 | 322.61 | 0.66 | 0.41 |
| Hex | AD | 23 | 79 | 0 | 50 | 1E | 20 | 143 | 42 | 29 |
| Octal | 255 | 43 | 171 | 0 | 120 | 36 | 40 | 503 | 102 | 51 |
| Binary | 10101101 | 100011 | 1111001 | 0 | 1010000 | 11110 | 100000 | 101000011 | 1000010 | 101001 |
Color Harmonies of #AD2379
Complementary color
Monochromatic Colors of #AD2379
Black with #AD2379
Text Example
Text Example
White with #AD2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2379; }
p { color: rgb(173,35,121); }
H1.HeaderClassName
{
color: #AD2379;
}
.AnyTagClassName
{
color: #AD2379;
}
</style>
background-color css
<style>
a { background-color: #AD2379; }
a { background-color: rgb(173,35,121); }
div.DivClassName
{
background-color: #AD2379;
}
.BgClassName
{
background-color: #AD2379;
}
</style>
border-color css
<style>
span { border-color: #AD2379; }
span { border-color: rgb(173,35,121); }
td.TdClassName
{
border-color: #AD2379;
}
.TagClassName
{
border-color: #AD2379;
}
</style>