Shades of Medium Red Violet #AD2975
Tints of Medium Red Violet #AD2975
RGB
CMYK
RGB Variations
Color information
#AD2975 (or 0xAD2975) is known color: Medium Red Violet. HEX triplet: AD, 29 and 75. RGB value is (173,41,117). Sum of RGB (Red+Green+Blue) = 173+41+117=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2975 is #52D68A. Grayscale: #585858. Windows color (decimal): -5428875 or 7678381. OLE color: 7678381.
HSL color Cylindrical-coordinate representation of color #AD2975: hue angle of 325.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2975 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 117 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.32 |
| HSL | 325.45º | 0.62% | 0.42% | - |
| HSV(B) | 325.45º | 0.76% | 0.68% | - |
| XYZ | 21.24 | 11.75 | 17.98 | - |
| YUV | 89.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 117 | 0 | 0.76 | 0.32 | 0.32 | 325.45 | 0.62 | 0.42 |
| Hex | AD | 29 | 75 | 0 | 4C | 20 | 20 | 145 | 3E | 2A |
| Octal | 255 | 51 | 165 | 0 | 114 | 40 | 40 | 505 | 76 | 52 |
| Binary | 10101101 | 101001 | 1110101 | 0 | 1001100 | 100000 | 100000 | 101000101 | 111110 | 101010 |
Color Harmonies of #AD2975
Complementary color
Monochromatic Colors of #AD2975
Black with #AD2975
Text Example
Text Example
White with #AD2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2975; }
p { color: rgb(173,41,117); }
H1.HeaderClassName
{
color: #AD2975;
}
.AnyTagClassName
{
color: #AD2975;
}
</style>
background-color css
<style>
a { background-color: #AD2975; }
a { background-color: rgb(173,41,117); }
div.DivClassName
{
background-color: #AD2975;
}
.BgClassName
{
background-color: #AD2975;
}
</style>
border-color css
<style>
span { border-color: #AD2975; }
span { border-color: rgb(173,41,117); }
td.TdClassName
{
border-color: #AD2975;
}
.TagClassName
{
border-color: #AD2975;
}
</style>