Shades of Medium Red Violet #AD2679
Tints of Medium Red Violet #AD2679
RGB
CMYK
RGB Variations
Color information
#AD2679 (or 0xAD2679) is known color: Medium Red Violet. HEX triplet: AD, 26 and 79. RGB value is (173,38,121). Sum of RGB (Red+Green+Blue) = 173+38+121=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2679 is #52D986. Grayscale: #575757. Windows color (decimal): -5429639 or 7939757. OLE color: 7939757.
HSL color Cylindrical-coordinate representation of color #AD2679: hue angle of 323.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2679 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 121 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.32 |
| HSL | 323.11º | 0.64% | 0.41% | - |
| HSV(B) | 323.11º | 0.78% | 0.68% | - |
| XYZ | 21.38 | 11.65 | 19.21 | - |
| YUV | 87.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 121 | 0 | 0.78 | 0.30 | 0.32 | 323.11 | 0.64 | 0.41 |
| Hex | AD | 26 | 79 | 0 | 4E | 1E | 20 | 143 | 40 | 29 |
| Octal | 255 | 46 | 171 | 0 | 116 | 36 | 40 | 503 | 100 | 51 |
| Binary | 10101101 | 100110 | 1111001 | 0 | 1001110 | 11110 | 100000 | 101000011 | 1000000 | 101001 |
Color Harmonies of #AD2679
Complementary color
Monochromatic Colors of #AD2679
Black with #AD2679
Text Example
Text Example
White with #AD2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2679; }
p { color: rgb(173,38,121); }
H1.HeaderClassName
{
color: #AD2679;
}
.AnyTagClassName
{
color: #AD2679;
}
</style>
background-color css
<style>
a { background-color: #AD2679; }
a { background-color: rgb(173,38,121); }
div.DivClassName
{
background-color: #AD2679;
}
.BgClassName
{
background-color: #AD2679;
}
</style>
border-color css
<style>
span { border-color: #AD2679; }
span { border-color: rgb(173,38,121); }
td.TdClassName
{
border-color: #AD2679;
}
.TagClassName
{
border-color: #AD2679;
}
</style>