Shades of Medium Red Violet #AD309F
Tints of Medium Red Violet #AD309F
RGB
CMYK
RGB Variations
Color information
#AD309F (or 0xAD309F) is known color: Medium Red Violet. HEX triplet: AD, 30 and 9F. RGB value is (173,48,159). Sum of RGB (Red+Green+Blue) = 173+48+159=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD309F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD309F is #52CF60. Grayscale: #616161. Windows color (decimal): -5427041 or 10432685. OLE color: 10432685.
HSL color Cylindrical-coordinate representation of color #AD309F: hue angle of 306.72º 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 #AD309F is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 159 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.32 |
| HSL | 306.72º | 0.57% | 0.43% | - |
| HSV(B) | 306.72º | 0.72% | 0.68% | - |
| XYZ | 24.55 | 13.5 | 34.11 | - |
| YUV | 98.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 159 | 0 | 0.72 | 0.08 | 0.32 | 306.72 | 0.57 | 0.43 |
| Hex | AD | 30 | 9F | 0 | 48 | 8 | 20 | 133 | 39 | 2B |
| Octal | 255 | 60 | 237 | 0 | 110 | 10 | 40 | 463 | 71 | 53 |
| Binary | 10101101 | 110000 | 10011111 | 0 | 1001000 | 1000 | 100000 | 100110011 | 111001 | 101011 |
Color Harmonies of #AD309F
Complementary color
Monochromatic Colors of #AD309F
Black with #AD309F
Text Example
Text Example
White with #AD309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD309F; }
p { color: rgb(173,48,159); }
H1.HeaderClassName
{
color: #AD309F;
}
.AnyTagClassName
{
color: #AD309F;
}
</style>
background-color css
<style>
a { background-color: #AD309F; }
a { background-color: rgb(173,48,159); }
div.DivClassName
{
background-color: #AD309F;
}
.BgClassName
{
background-color: #AD309F;
}
</style>
border-color css
<style>
span { border-color: #AD309F; }
span { border-color: rgb(173,48,159); }
td.TdClassName
{
border-color: #AD309F;
}
.TagClassName
{
border-color: #AD309F;
}
</style>