Shades of Medium Red Violet #AD369E
Tints of Medium Red Violet #AD369E
RGB
CMYK
RGB Variations
Color information
#AD369E (or 0xAD369E) is known color: Medium Red Violet. HEX triplet: AD, 36 and 9E. RGB value is (173,54,158). Sum of RGB (Red+Green+Blue) = 173+54+158=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD369E is #52C961. Grayscale: #656565. Windows color (decimal): -5425506 or 10368685. OLE color: 10368685.
HSL color Cylindrical-coordinate representation of color #AD369E: hue angle of 307.56º 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 #AD369E is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 158 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.32 |
| HSL | 307.56º | 0.52% | 0.45% | - |
| HSV(B) | 307.56º | 0.69% | 0.68% | - |
| XYZ | 24.72 | 13.99 | 33.75 | - |
| YUV | 101.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 158 | 0 | 0.69 | 0.09 | 0.32 | 307.56 | 0.52 | 0.45 |
| Hex | AD | 36 | 9E | 0 | 45 | 9 | 20 | 134 | 34 | 2D |
| Octal | 255 | 66 | 236 | 0 | 105 | 11 | 40 | 464 | 64 | 55 |
| Binary | 10101101 | 110110 | 10011110 | 0 | 1000101 | 1001 | 100000 | 100110100 | 110100 | 101101 |
Color Harmonies of #AD369E
Complementary color
Monochromatic Colors of #AD369E
Black with #AD369E
Text Example
Text Example
White with #AD369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD369E; }
p { color: rgb(173,54,158); }
H1.HeaderClassName
{
color: #AD369E;
}
.AnyTagClassName
{
color: #AD369E;
}
</style>
background-color css
<style>
a { background-color: #AD369E; }
a { background-color: rgb(173,54,158); }
div.DivClassName
{
background-color: #AD369E;
}
.BgClassName
{
background-color: #AD369E;
}
</style>
border-color css
<style>
span { border-color: #AD369E; }
span { border-color: rgb(173,54,158); }
td.TdClassName
{
border-color: #AD369E;
}
.TagClassName
{
border-color: #AD369E;
}
</style>