Shades of Medium Red Violet #AD309B
Tints of Medium Red Violet #AD309B
RGB
CMYK
RGB Variations
Color information
#AD309B (or 0xAD309B) is known color: Medium Red Violet. HEX triplet: AD, 30 and 9B. RGB value is (173,48,155). Sum of RGB (Red+Green+Blue) = 173+48+155=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD309B is #52CF64. Grayscale: #616161. Windows color (decimal): -5427045 or 10170541. OLE color: 10170541.
HSL color Cylindrical-coordinate representation of color #AD309B: hue angle of 308.64º 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 #AD309B is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 155 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.32 |
| HSL | 308.64º | 0.57% | 0.43% | - |
| HSV(B) | 308.64º | 0.72% | 0.68% | - |
| XYZ | 24.21 | 13.36 | 32.31 | - |
| YUV | 97.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 155 | 0 | 0.72 | 0.10 | 0.32 | 308.64 | 0.57 | 0.43 |
| Hex | AD | 30 | 9B | 0 | 48 | A | 20 | 135 | 39 | 2B |
| Octal | 255 | 60 | 233 | 0 | 110 | 12 | 40 | 465 | 71 | 53 |
| Binary | 10101101 | 110000 | 10011011 | 0 | 1001000 | 1010 | 100000 | 100110101 | 111001 | 101011 |
Color Harmonies of #AD309B
Complementary color
Monochromatic Colors of #AD309B
Black with #AD309B
Text Example
Text Example
White with #AD309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD309B; }
p { color: rgb(173,48,155); }
H1.HeaderClassName
{
color: #AD309B;
}
.AnyTagClassName
{
color: #AD309B;
}
</style>
background-color css
<style>
a { background-color: #AD309B; }
a { background-color: rgb(173,48,155); }
div.DivClassName
{
background-color: #AD309B;
}
.BgClassName
{
background-color: #AD309B;
}
</style>
border-color css
<style>
span { border-color: #AD309B; }
span { border-color: rgb(173,48,155); }
td.TdClassName
{
border-color: #AD309B;
}
.TagClassName
{
border-color: #AD309B;
}
</style>