Shades of Medium Red Violet #AD2673
Tints of Medium Red Violet #AD2673
RGB
CMYK
RGB Variations
Color information
#AD2673 (or 0xAD2673) is known color: Medium Red Violet. HEX triplet: AD, 26 and 73. RGB value is (173,38,115). Sum of RGB (Red+Green+Blue) = 173+38+115=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2673 is #52D98C. Grayscale: #565656. Windows color (decimal): -5429645 or 7546541. OLE color: 7546541.
HSL color Cylindrical-coordinate representation of color #AD2673: hue angle of 325.78º 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 #AD2673 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 115 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.32 |
| HSL | 325.78º | 0.64% | 0.41% | - |
| HSV(B) | 325.78º | 0.78% | 0.68% | - |
| XYZ | 21.02 | 11.51 | 17.33 | - |
| YUV | 87.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 115 | 0 | 0.78 | 0.34 | 0.32 | 325.78 | 0.64 | 0.41 |
| Hex | AD | 26 | 73 | 0 | 4E | 22 | 20 | 146 | 40 | 29 |
| Octal | 255 | 46 | 163 | 0 | 116 | 42 | 40 | 506 | 100 | 51 |
| Binary | 10101101 | 100110 | 1110011 | 0 | 1001110 | 100010 | 100000 | 101000110 | 1000000 | 101001 |
Color Harmonies of #AD2673
Complementary color
Monochromatic Colors of #AD2673
Black with #AD2673
Text Example
Text Example
White with #AD2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2673; }
p { color: rgb(173,38,115); }
H1.HeaderClassName
{
color: #AD2673;
}
.AnyTagClassName
{
color: #AD2673;
}
</style>
background-color css
<style>
a { background-color: #AD2673; }
a { background-color: rgb(173,38,115); }
div.DivClassName
{
background-color: #AD2673;
}
.BgClassName
{
background-color: #AD2673;
}
</style>
border-color css
<style>
span { border-color: #AD2673; }
span { border-color: rgb(173,38,115); }
td.TdClassName
{
border-color: #AD2673;
}
.TagClassName
{
border-color: #AD2673;
}
</style>