Shades of Medium Red Violet #AD309C
Tints of Medium Red Violet #AD309C
RGB
CMYK
RGB Variations
Color information
#AD309C (or 0xAD309C) is known color: Medium Red Violet. HEX triplet: AD, 30 and 9C. RGB value is (173,48,156). Sum of RGB (Red+Green+Blue) = 173+48+156=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD309C is #52CF63. Grayscale: #616161. Windows color (decimal): -5427044 or 10236077. OLE color: 10236077.
HSL color Cylindrical-coordinate representation of color #AD309C: hue angle of 308.16º 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 #AD309C is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 156 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.32 |
| HSL | 308.16º | 0.57% | 0.43% | - |
| HSV(B) | 308.16º | 0.72% | 0.68% | - |
| XYZ | 24.29 | 13.4 | 32.76 | - |
| YUV | 97.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 156 | 0 | 0.72 | 0.10 | 0.32 | 308.16 | 0.57 | 0.43 |
| Hex | AD | 30 | 9C | 0 | 48 | A | 20 | 134 | 39 | 2B |
| Octal | 255 | 60 | 234 | 0 | 110 | 12 | 40 | 464 | 71 | 53 |
| Binary | 10101101 | 110000 | 10011100 | 0 | 1001000 | 1010 | 100000 | 100110100 | 111001 | 101011 |
Color Harmonies of #AD309C
Complementary color
Monochromatic Colors of #AD309C
Black with #AD309C
Text Example
Text Example
White with #AD309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD309C; }
p { color: rgb(173,48,156); }
H1.HeaderClassName
{
color: #AD309C;
}
.AnyTagClassName
{
color: #AD309C;
}
</style>
background-color css
<style>
a { background-color: #AD309C; }
a { background-color: rgb(173,48,156); }
div.DivClassName
{
background-color: #AD309C;
}
.BgClassName
{
background-color: #AD309C;
}
</style>
border-color css
<style>
span { border-color: #AD309C; }
span { border-color: rgb(173,48,156); }
td.TdClassName
{
border-color: #AD309C;
}
.TagClassName
{
border-color: #AD309C;
}
</style>