Shades of Medium Red Violet #AD4385
Tints of Medium Red Violet #AD4385
RGB
CMYK
RGB Variations
Color information
#AD4385 (or 0xAD4385) is known color: Medium Red Violet. HEX triplet: AD, 43 and 85. RGB value is (173,67,133). Sum of RGB (Red+Green+Blue) = 173+67+133=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4385 is #52BC7A. Grayscale: #6A6A6A. Windows color (decimal): -5422203 or 8733613. OLE color: 8733613.
HSL color Cylindrical-coordinate representation of color #AD4385: hue angle of 322.64º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4385 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 133 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.32 |
| HSL | 322.64º | 0.44% | 0.47% | - |
| HSV(B) | 322.64º | 0.61% | 0.68% | - |
| XYZ | 23.47 | 14.59 | 23.77 | - |
| YUV | 106.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 133 | 0 | 0.61 | 0.23 | 0.32 | 322.64 | 0.44 | 0.47 |
| Hex | AD | 43 | 85 | 0 | 3D | 17 | 20 | 143 | 2C | 2F |
| Octal | 255 | 103 | 205 | 0 | 75 | 27 | 40 | 503 | 54 | 57 |
| Binary | 10101101 | 1000011 | 10000101 | 0 | 111101 | 10111 | 100000 | 101000011 | 101100 | 101111 |
Color Harmonies of #AD4385
Complementary color
Monochromatic Colors of #AD4385
Black with #AD4385
Text Example
Text Example
White with #AD4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4385; }
p { color: rgb(173,67,133); }
H1.HeaderClassName
{
color: #AD4385;
}
.AnyTagClassName
{
color: #AD4385;
}
</style>
background-color css
<style>
a { background-color: #AD4385; }
a { background-color: rgb(173,67,133); }
div.DivClassName
{
background-color: #AD4385;
}
.BgClassName
{
background-color: #AD4385;
}
</style>
border-color css
<style>
span { border-color: #AD4385; }
span { border-color: rgb(173,67,133); }
td.TdClassName
{
border-color: #AD4385;
}
.TagClassName
{
border-color: #AD4385;
}
</style>