Shades of Medium Red Violet #AD3681
Tints of Medium Red Violet #AD3681
RGB
CMYK
RGB Variations
Color information
#AD3681 (or 0xAD3681) is known color: Medium Red Violet. HEX triplet: AD, 36 and 81. RGB value is (173,54,129). Sum of RGB (Red+Green+Blue) = 173+54+129=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3681 is #52C97E. Grayscale: #616161. Windows color (decimal): -5425535 or 8468141. OLE color: 8468141.
HSL color Cylindrical-coordinate representation of color #AD3681: hue angle of 322.18º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3681 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 129 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.32 |
| HSL | 322.18º | 0.52% | 0.45% | - |
| HSV(B) | 322.18º | 0.69% | 0.68% | - |
| XYZ | 22.52 | 13.11 | 22.11 | - |
| YUV | 98.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 129 | 0 | 0.69 | 0.25 | 0.32 | 322.18 | 0.52 | 0.45 |
| Hex | AD | 36 | 81 | 0 | 45 | 19 | 20 | 142 | 34 | 2D |
| Octal | 255 | 66 | 201 | 0 | 105 | 31 | 40 | 502 | 64 | 55 |
| Binary | 10101101 | 110110 | 10000001 | 0 | 1000101 | 11001 | 100000 | 101000010 | 110100 | 101101 |
Color Harmonies of #AD3681
Complementary color
Monochromatic Colors of #AD3681
Black with #AD3681
Text Example
Text Example
White with #AD3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3681; }
p { color: rgb(173,54,129); }
H1.HeaderClassName
{
color: #AD3681;
}
.AnyTagClassName
{
color: #AD3681;
}
</style>
background-color css
<style>
a { background-color: #AD3681; }
a { background-color: rgb(173,54,129); }
div.DivClassName
{
background-color: #AD3681;
}
.BgClassName
{
background-color: #AD3681;
}
</style>
border-color css
<style>
span { border-color: #AD3681; }
span { border-color: rgb(173,54,129); }
td.TdClassName
{
border-color: #AD3681;
}
.TagClassName
{
border-color: #AD3681;
}
</style>