Shades of Medium Red Violet #AD246F
Tints of Medium Red Violet #AD246F
RGB
CMYK
RGB Variations
Color information
#AD246F (or 0xAD246F) is known color: Medium Red Violet. HEX triplet: AD, 24 and 6F. RGB value is (173,36,111). Sum of RGB (Red+Green+Blue) = 173+36+111=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD246F is #52DB90. Grayscale: #555555. Windows color (decimal): -5430161 or 7283885. OLE color: 7283885.
HSL color Cylindrical-coordinate representation of color #AD246F: hue angle of 327.15º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD246F is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 111 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.32 |
| HSL | 327.15º | 0.66% | 0.41% | - |
| HSV(B) | 327.15º | 0.79% | 0.68% | - |
| XYZ | 20.73 | 11.29 | 16.13 | - |
| YUV | 85.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 111 | 0 | 0.79 | 0.36 | 0.32 | 327.15 | 0.66 | 0.41 |
| Hex | AD | 24 | 6F | 0 | 4F | 24 | 20 | 147 | 42 | 29 |
| Octal | 255 | 44 | 157 | 0 | 117 | 44 | 40 | 507 | 102 | 51 |
| Binary | 10101101 | 100100 | 1101111 | 0 | 1001111 | 100100 | 100000 | 101000111 | 1000010 | 101001 |
Color Harmonies of #AD246F
Complementary color
Monochromatic Colors of #AD246F
Black with #AD246F
Text Example
Text Example
White with #AD246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD246F; }
p { color: rgb(173,36,111); }
H1.HeaderClassName
{
color: #AD246F;
}
.AnyTagClassName
{
color: #AD246F;
}
</style>
background-color css
<style>
a { background-color: #AD246F; }
a { background-color: rgb(173,36,111); }
div.DivClassName
{
background-color: #AD246F;
}
.BgClassName
{
background-color: #AD246F;
}
</style>
border-color css
<style>
span { border-color: #AD246F; }
span { border-color: rgb(173,36,111); }
td.TdClassName
{
border-color: #AD246F;
}
.TagClassName
{
border-color: #AD246F;
}
</style>