Shades of Medium Red Violet #AD2785
Tints of Medium Red Violet #AD2785
RGB
CMYK
RGB Variations
Color information
#AD2785 (or 0xAD2785) is known color: Medium Red Violet. HEX triplet: AD, 27 and 85. RGB value is (173,39,133). Sum of RGB (Red+Green+Blue) = 173+39+133=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2785 is #52D87A. Grayscale: #595959. Windows color (decimal): -5429371 or 8726445. OLE color: 8726445.
HSL color Cylindrical-coordinate representation of color #AD2785: hue angle of 317.91º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2785 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 133 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.32 |
| HSL | 317.91º | 0.63% | 0.42% | - |
| HSV(B) | 317.91º | 0.77% | 0.68% | - |
| XYZ | 22.19 | 12.03 | 23.34 | - |
| YUV | 89.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 133 | 0 | 0.77 | 0.23 | 0.32 | 317.91 | 0.63 | 0.42 |
| Hex | AD | 27 | 85 | 0 | 4D | 17 | 20 | 13E | 3F | 2A |
| Octal | 255 | 47 | 205 | 0 | 115 | 27 | 40 | 476 | 77 | 52 |
| Binary | 10101101 | 100111 | 10000101 | 0 | 1001101 | 10111 | 100000 | 100111110 | 111111 | 101010 |
Color Harmonies of #AD2785
Complementary color
Monochromatic Colors of #AD2785
Black with #AD2785
Text Example
Text Example
White with #AD2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2785; }
p { color: rgb(173,39,133); }
H1.HeaderClassName
{
color: #AD2785;
}
.AnyTagClassName
{
color: #AD2785;
}
</style>
background-color css
<style>
a { background-color: #AD2785; }
a { background-color: rgb(173,39,133); }
div.DivClassName
{
background-color: #AD2785;
}
.BgClassName
{
background-color: #AD2785;
}
</style>
border-color css
<style>
span { border-color: #AD2785; }
span { border-color: rgb(173,39,133); }
td.TdClassName
{
border-color: #AD2785;
}
.TagClassName
{
border-color: #AD2785;
}
</style>