Shades of Medium Red Violet #AD2375
Tints of Medium Red Violet #AD2375
RGB
CMYK
RGB Variations
Color information
#AD2375 (or 0xAD2375) is known color: Medium Red Violet. HEX triplet: AD, 23 and 75. RGB value is (173,35,117). Sum of RGB (Red+Green+Blue) = 173+35+117=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2375 is #52DC8A. Grayscale: #555555. Windows color (decimal): -5430411 or 7676845. OLE color: 7676845.
HSL color Cylindrical-coordinate representation of color #AD2375: hue angle of 324.35º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2375 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 117 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.32 |
| HSL | 324.35º | 0.66% | 0.41% | - |
| HSV(B) | 324.35º | 0.8% | 0.68% | - |
| XYZ | 21.05 | 11.37 | 17.92 | - |
| YUV | 85.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 117 | 0 | 0.80 | 0.32 | 0.32 | 324.35 | 0.66 | 0.41 |
| Hex | AD | 23 | 75 | 0 | 50 | 20 | 20 | 144 | 42 | 29 |
| Octal | 255 | 43 | 165 | 0 | 120 | 40 | 40 | 504 | 102 | 51 |
| Binary | 10101101 | 100011 | 1110101 | 0 | 1010000 | 100000 | 100000 | 101000100 | 1000010 | 101001 |
Color Harmonies of #AD2375
Complementary color
Monochromatic Colors of #AD2375
Black with #AD2375
Text Example
Text Example
White with #AD2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2375; }
p { color: rgb(173,35,117); }
H1.HeaderClassName
{
color: #AD2375;
}
.AnyTagClassName
{
color: #AD2375;
}
</style>
background-color css
<style>
a { background-color: #AD2375; }
a { background-color: rgb(173,35,117); }
div.DivClassName
{
background-color: #AD2375;
}
.BgClassName
{
background-color: #AD2375;
}
</style>
border-color css
<style>
span { border-color: #AD2375; }
span { border-color: rgb(173,35,117); }
td.TdClassName
{
border-color: #AD2375;
}
.TagClassName
{
border-color: #AD2375;
}
</style>