Shades of Medium Red Violet #AD3085
Tints of Medium Red Violet #AD3085
RGB
CMYK
RGB Variations
Color information
#AD3085 (or 0xAD3085) is known color: Medium Red Violet. HEX triplet: AD, 30 and 85. RGB value is (173,48,133). Sum of RGB (Red+Green+Blue) = 173+48+133=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3085 is #52CF7A. Grayscale: #5E5E5E. Windows color (decimal): -5427067 or 8728749. OLE color: 8728749.
HSL color Cylindrical-coordinate representation of color #AD3085: hue angle of 319.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3085 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 133 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.32 |
| HSL | 319.2º | 0.57% | 0.43% | - |
| HSV(B) | 319.2º | 0.72% | 0.68% | - |
| XYZ | 22.52 | 12.69 | 23.45 | - |
| YUV | 95.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 133 | 0 | 0.72 | 0.23 | 0.32 | 319.2 | 0.57 | 0.43 |
| Hex | AD | 30 | 85 | 0 | 48 | 17 | 20 | 13F | 39 | 2B |
| Octal | 255 | 60 | 205 | 0 | 110 | 27 | 40 | 477 | 71 | 53 |
| Binary | 10101101 | 110000 | 10000101 | 0 | 1001000 | 10111 | 100000 | 100111111 | 111001 | 101011 |
Color Harmonies of #AD3085
Complementary color
Monochromatic Colors of #AD3085
Black with #AD3085
Text Example
Text Example
White with #AD3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3085; }
p { color: rgb(173,48,133); }
H1.HeaderClassName
{
color: #AD3085;
}
.AnyTagClassName
{
color: #AD3085;
}
</style>
background-color css
<style>
a { background-color: #AD3085; }
a { background-color: rgb(173,48,133); }
div.DivClassName
{
background-color: #AD3085;
}
.BgClassName
{
background-color: #AD3085;
}
</style>
border-color css
<style>
span { border-color: #AD3085; }
span { border-color: rgb(173,48,133); }
td.TdClassName
{
border-color: #AD3085;
}
.TagClassName
{
border-color: #AD3085;
}
</style>