Shades of Medium Red Violet #AD3375
Tints of Medium Red Violet #AD3375
RGB
CMYK
RGB Variations
Color information
#AD3375 (or 0xAD3375) is known color: Medium Red Violet. HEX triplet: AD, 33 and 75. RGB value is (173,51,117). Sum of RGB (Red+Green+Blue) = 173+51+117=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3375 is #52CC8A. Grayscale: #5E5E5E. Windows color (decimal): -5426315 or 7680941. OLE color: 7680941.
HSL color Cylindrical-coordinate representation of color #AD3375: hue angle of 327.54º degrees, saturation: 0.54, 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 #AD3375 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 117 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.32 |
| HSL | 327.54º | 0.54% | 0.44% | - |
| HSV(B) | 327.54º | 0.71% | 0.68% | - |
| XYZ | 21.63 | 12.54 | 18.11 | - |
| YUV | 95 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 117 | 0 | 0.71 | 0.32 | 0.32 | 327.54 | 0.54 | 0.44 |
| Hex | AD | 33 | 75 | 0 | 47 | 20 | 20 | 148 | 36 | 2C |
| Octal | 255 | 63 | 165 | 0 | 107 | 40 | 40 | 510 | 66 | 54 |
| Binary | 10101101 | 110011 | 1110101 | 0 | 1000111 | 100000 | 100000 | 101001000 | 110110 | 101100 |
Color Harmonies of #AD3375
Complementary color
Monochromatic Colors of #AD3375
Black with #AD3375
Text Example
Text Example
White with #AD3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3375; }
p { color: rgb(173,51,117); }
H1.HeaderClassName
{
color: #AD3375;
}
.AnyTagClassName
{
color: #AD3375;
}
</style>
background-color css
<style>
a { background-color: #AD3375; }
a { background-color: rgb(173,51,117); }
div.DivClassName
{
background-color: #AD3375;
}
.BgClassName
{
background-color: #AD3375;
}
</style>
border-color css
<style>
span { border-color: #AD3375; }
span { border-color: rgb(173,51,117); }
td.TdClassName
{
border-color: #AD3375;
}
.TagClassName
{
border-color: #AD3375;
}
</style>