Shades of Medium Red Violet #AD2C9F
Tints of Medium Red Violet #AD2C9F
RGB
CMYK
RGB Variations
Color information
#AD2C9F (or 0xAD2C9F) is known color: Medium Red Violet. HEX triplet: AD, 2C and 9F. RGB value is (173,44,159). Sum of RGB (Red+Green+Blue) = 173+44+159=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C9F is #52D360. Grayscale: #5F5F5F. Windows color (decimal): -5428065 or 10431661. OLE color: 10431661.
HSL color Cylindrical-coordinate representation of color #AD2C9F: hue angle of 306.51º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C9F is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 159 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.32 |
| HSL | 306.51º | 0.59% | 0.43% | - |
| HSV(B) | 306.51º | 0.75% | 0.68% | - |
| XYZ | 24.39 | 13.19 | 34.06 | - |
| YUV | 95.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 159 | 0 | 0.75 | 0.08 | 0.32 | 306.51 | 0.59 | 0.43 |
| Hex | AD | 2C | 9F | 0 | 4B | 8 | 20 | 133 | 3B | 2B |
| Octal | 255 | 54 | 237 | 0 | 113 | 10 | 40 | 463 | 73 | 53 |
| Binary | 10101101 | 101100 | 10011111 | 0 | 1001011 | 1000 | 100000 | 100110011 | 111011 | 101011 |
Color Harmonies of #AD2C9F
Complementary color
Monochromatic Colors of #AD2C9F
Black with #AD2C9F
Text Example
Text Example
White with #AD2C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C9F; }
p { color: rgb(173,44,159); }
H1.HeaderClassName
{
color: #AD2C9F;
}
.AnyTagClassName
{
color: #AD2C9F;
}
</style>
background-color css
<style>
a { background-color: #AD2C9F; }
a { background-color: rgb(173,44,159); }
div.DivClassName
{
background-color: #AD2C9F;
}
.BgClassName
{
background-color: #AD2C9F;
}
</style>
border-color css
<style>
span { border-color: #AD2C9F; }
span { border-color: rgb(173,44,159); }
td.TdClassName
{
border-color: #AD2C9F;
}
.TagClassName
{
border-color: #AD2C9F;
}
</style>