Shades of Medium Red Violet #AD3698
Tints of Medium Red Violet #AD3698
RGB
CMYK
RGB Variations
Color information
#AD3698 (or 0xAD3698) is known color: Medium Red Violet. HEX triplet: AD, 36 and 98. RGB value is (173,54,152). Sum of RGB (Red+Green+Blue) = 173+54+152=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3698 is #52C967. Grayscale: #646464. Windows color (decimal): -5425512 or 9975469. OLE color: 9975469.
HSL color Cylindrical-coordinate representation of color #AD3698: hue angle of 310.59º 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 #AD3698 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 152 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.32 |
| HSL | 310.59º | 0.52% | 0.45% | - |
| HSV(B) | 310.59º | 0.69% | 0.68% | - |
| XYZ | 24.22 | 13.79 | 31.09 | - |
| YUV | 100.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 152 | 0 | 0.69 | 0.12 | 0.32 | 310.59 | 0.52 | 0.45 |
| Hex | AD | 36 | 98 | 0 | 45 | C | 20 | 137 | 34 | 2D |
| Octal | 255 | 66 | 230 | 0 | 105 | 14 | 40 | 467 | 64 | 55 |
| Binary | 10101101 | 110110 | 10011000 | 0 | 1000101 | 1100 | 100000 | 100110111 | 110100 | 101101 |
Color Harmonies of #AD3698
Complementary color
Monochromatic Colors of #AD3698
Black with #AD3698
Text Example
Text Example
White with #AD3698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3698; }
p { color: rgb(173,54,152); }
H1.HeaderClassName
{
color: #AD3698;
}
.AnyTagClassName
{
color: #AD3698;
}
</style>
background-color css
<style>
a { background-color: #AD3698; }
a { background-color: rgb(173,54,152); }
div.DivClassName
{
background-color: #AD3698;
}
.BgClassName
{
background-color: #AD3698;
}
</style>
border-color css
<style>
span { border-color: #AD3698; }
span { border-color: rgb(173,54,152); }
td.TdClassName
{
border-color: #AD3698;
}
.TagClassName
{
border-color: #AD3698;
}
</style>