Shades of Medium Red Violet #AD2595
Tints of Medium Red Violet #AD2595
RGB
CMYK
RGB Variations
Color information
#AD2595 (or 0xAD2595) is known color: Medium Red Violet. HEX triplet: AD, 25 and 95. RGB value is (173,37,149). Sum of RGB (Red+Green+Blue) = 173+37+149=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2595 is #52DA6A. Grayscale: #5A5A5A. Windows color (decimal): -5429867 or 9774509. OLE color: 9774509.
HSL color Cylindrical-coordinate representation of color #AD2595: hue angle of 310.59º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2595 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 149 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.32 |
| HSL | 310.59º | 0.65% | 0.41% | - |
| HSV(B) | 310.59º | 0.79% | 0.68% | - |
| XYZ | 23.32 | 12.38 | 29.59 | - |
| YUV | 90.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 149 | 0 | 0.79 | 0.14 | 0.32 | 310.59 | 0.65 | 0.41 |
| Hex | AD | 25 | 95 | 0 | 4F | E | 20 | 137 | 41 | 29 |
| Octal | 255 | 45 | 225 | 0 | 117 | 16 | 40 | 467 | 101 | 51 |
| Binary | 10101101 | 100101 | 10010101 | 0 | 1001111 | 1110 | 100000 | 100110111 | 1000001 | 101001 |
Color Harmonies of #AD2595
Complementary color
Monochromatic Colors of #AD2595
Black with #AD2595
Text Example
Text Example
White with #AD2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2595; }
p { color: rgb(173,37,149); }
H1.HeaderClassName
{
color: #AD2595;
}
.AnyTagClassName
{
color: #AD2595;
}
</style>
background-color css
<style>
a { background-color: #AD2595; }
a { background-color: rgb(173,37,149); }
div.DivClassName
{
background-color: #AD2595;
}
.BgClassName
{
background-color: #AD2595;
}
</style>
border-color css
<style>
span { border-color: #AD2595; }
span { border-color: rgb(173,37,149); }
td.TdClassName
{
border-color: #AD2595;
}
.TagClassName
{
border-color: #AD2595;
}
</style>