Shades of Medium Red Violet #AD256F
Tints of Medium Red Violet #AD256F
RGB
CMYK
RGB Variations
Color information
#AD256F (or 0xAD256F) is known color: Medium Red Violet. HEX triplet: AD, 25 and 6F. RGB value is (173,37,111). Sum of RGB (Red+Green+Blue) = 173+37+111=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD256F is #52DA90. Grayscale: #555555. Windows color (decimal): -5429905 or 7284141. OLE color: 7284141.
HSL color Cylindrical-coordinate representation of color #AD256F: hue angle of 327.35º degrees, saturation: 0.65, 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 #AD256F is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 111 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.32 |
| HSL | 327.35º | 0.65% | 0.41% | - |
| HSV(B) | 327.35º | 0.79% | 0.68% | - |
| XYZ | 20.76 | 11.36 | 16.14 | - |
| YUV | 86.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 111 | 0 | 0.79 | 0.36 | 0.32 | 327.35 | 0.65 | 0.41 |
| Hex | AD | 25 | 6F | 0 | 4F | 24 | 20 | 147 | 41 | 29 |
| Octal | 255 | 45 | 157 | 0 | 117 | 44 | 40 | 507 | 101 | 51 |
| Binary | 10101101 | 100101 | 1101111 | 0 | 1001111 | 100100 | 100000 | 101000111 | 1000001 | 101001 |
Color Harmonies of #AD256F
Complementary color
Monochromatic Colors of #AD256F
Black with #AD256F
Text Example
Text Example
White with #AD256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD256F; }
p { color: rgb(173,37,111); }
H1.HeaderClassName
{
color: #AD256F;
}
.AnyTagClassName
{
color: #AD256F;
}
</style>
background-color css
<style>
a { background-color: #AD256F; }
a { background-color: rgb(173,37,111); }
div.DivClassName
{
background-color: #AD256F;
}
.BgClassName
{
background-color: #AD256F;
}
</style>
border-color css
<style>
span { border-color: #AD256F; }
span { border-color: rgb(173,37,111); }
td.TdClassName
{
border-color: #AD256F;
}
.TagClassName
{
border-color: #AD256F;
}
</style>