Shades of Medium Red Violet #AD309A
Tints of Medium Red Violet #AD309A
RGB
CMYK
RGB Variations
Color information
#AD309A (or 0xAD309A) is known color: Medium Red Violet. HEX triplet: AD, 30 and 9A. RGB value is (173,48,154). Sum of RGB (Red+Green+Blue) = 173+48+154=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD309A is #52CF65. Grayscale: #616161. Windows color (decimal): -5427046 or 10105005. OLE color: 10105005.
HSL color Cylindrical-coordinate representation of color #AD309A: hue angle of 309.12º 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 #AD309A is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 154 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.32 |
| HSL | 309.12º | 0.57% | 0.43% | - |
| HSV(B) | 309.12º | 0.72% | 0.68% | - |
| XYZ | 24.12 | 13.33 | 31.87 | - |
| YUV | 97.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 154 | 0 | 0.72 | 0.11 | 0.32 | 309.12 | 0.57 | 0.43 |
| Hex | AD | 30 | 9A | 0 | 48 | B | 20 | 135 | 39 | 2B |
| Octal | 255 | 60 | 232 | 0 | 110 | 13 | 40 | 465 | 71 | 53 |
| Binary | 10101101 | 110000 | 10011010 | 0 | 1001000 | 1011 | 100000 | 100110101 | 111001 | 101011 |
Color Harmonies of #AD309A
Complementary color
Monochromatic Colors of #AD309A
Black with #AD309A
Text Example
Text Example
White with #AD309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD309A; }
p { color: rgb(173,48,154); }
H1.HeaderClassName
{
color: #AD309A;
}
.AnyTagClassName
{
color: #AD309A;
}
</style>
background-color css
<style>
a { background-color: #AD309A; }
a { background-color: rgb(173,48,154); }
div.DivClassName
{
background-color: #AD309A;
}
.BgClassName
{
background-color: #AD309A;
}
</style>
border-color css
<style>
span { border-color: #AD309A; }
span { border-color: rgb(173,48,154); }
td.TdClassName
{
border-color: #AD309A;
}
.TagClassName
{
border-color: #AD309A;
}
</style>