Shades of Medium Red Violet #AD3272
Tints of Medium Red Violet #AD3272
RGB
CMYK
RGB Variations
Color information
#AD3272 (or 0xAD3272) is known color: Medium Red Violet. HEX triplet: AD, 32 and 72. RGB value is (173,50,114). Sum of RGB (Red+Green+Blue) = 173+50+114=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3272 is #52CD8D. Grayscale: #5D5D5D. Windows color (decimal): -5426574 or 7484077. OLE color: 7484077.
HSL color Cylindrical-coordinate representation of color #AD3272: hue angle of 328.78º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3272 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 114 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.32 |
| HSL | 328.78º | 0.55% | 0.44% | - |
| HSV(B) | 328.78º | 0.71% | 0.68% | - |
| XYZ | 21.41 | 12.38 | 17.18 | - |
| YUV | 94.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 114 | 0 | 0.71 | 0.34 | 0.32 | 328.78 | 0.55 | 0.44 |
| Hex | AD | 32 | 72 | 0 | 47 | 22 | 20 | 149 | 37 | 2C |
| Octal | 255 | 62 | 162 | 0 | 107 | 42 | 40 | 511 | 67 | 54 |
| Binary | 10101101 | 110010 | 1110010 | 0 | 1000111 | 100010 | 100000 | 101001001 | 110111 | 101100 |
Color Harmonies of #AD3272
Complementary color
Monochromatic Colors of #AD3272
Black with #AD3272
Text Example
Text Example
White with #AD3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3272; }
p { color: rgb(173,50,114); }
H1.HeaderClassName
{
color: #AD3272;
}
.AnyTagClassName
{
color: #AD3272;
}
</style>
background-color css
<style>
a { background-color: #AD3272; }
a { background-color: rgb(173,50,114); }
div.DivClassName
{
background-color: #AD3272;
}
.BgClassName
{
background-color: #AD3272;
}
</style>
border-color css
<style>
span { border-color: #AD3272; }
span { border-color: rgb(173,50,114); }
td.TdClassName
{
border-color: #AD3272;
}
.TagClassName
{
border-color: #AD3272;
}
</style>