Shades of Medium Red Violet #AD309D
Tints of Medium Red Violet #AD309D
RGB
CMYK
RGB Variations
Color information
#AD309D (or 0xAD309D) is known color: Medium Red Violet. HEX triplet: AD, 30 and 9D. RGB value is (173,48,157). Sum of RGB (Red+Green+Blue) = 173+48+157=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD309D is #52CF62. Grayscale: #616161. Windows color (decimal): -5427043 or 10301613. OLE color: 10301613.
HSL color Cylindrical-coordinate representation of color #AD309D: hue angle of 307.68º 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 #AD309D is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 157 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.32 |
| HSL | 307.68º | 0.57% | 0.43% | - |
| HSV(B) | 307.68º | 0.72% | 0.68% | - |
| XYZ | 24.38 | 13.43 | 33.21 | - |
| YUV | 97.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 157 | 0 | 0.72 | 0.09 | 0.32 | 307.68 | 0.57 | 0.43 |
| Hex | AD | 30 | 9D | 0 | 48 | 9 | 20 | 134 | 39 | 2B |
| Octal | 255 | 60 | 235 | 0 | 110 | 11 | 40 | 464 | 71 | 53 |
| Binary | 10101101 | 110000 | 10011101 | 0 | 1001000 | 1001 | 100000 | 100110100 | 111001 | 101011 |
Color Harmonies of #AD309D
Complementary color
Monochromatic Colors of #AD309D
Black with #AD309D
Text Example
Text Example
White with #AD309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD309D; }
p { color: rgb(173,48,157); }
H1.HeaderClassName
{
color: #AD309D;
}
.AnyTagClassName
{
color: #AD309D;
}
</style>
background-color css
<style>
a { background-color: #AD309D; }
a { background-color: rgb(173,48,157); }
div.DivClassName
{
background-color: #AD309D;
}
.BgClassName
{
background-color: #AD309D;
}
</style>
border-color css
<style>
span { border-color: #AD309D; }
span { border-color: rgb(173,48,157); }
td.TdClassName
{
border-color: #AD309D;
}
.TagClassName
{
border-color: #AD309D;
}
</style>