Shades of Medium Red Violet #AD257F
Tints of Medium Red Violet #AD257F
RGB
CMYK
RGB Variations
Color information
#AD257F (or 0xAD257F) is known color: Medium Red Violet. HEX triplet: AD, 25 and 7F. RGB value is (173,37,127). Sum of RGB (Red+Green+Blue) = 173+37+127=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD257F is #52DA80. Grayscale: #575757. Windows color (decimal): -5429889 or 8332717. OLE color: 8332717.
HSL color Cylindrical-coordinate representation of color #AD257F: hue angle of 320.29º 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 #AD257F is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 127 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.32 |
| HSL | 320.29º | 0.65% | 0.41% | - |
| HSV(B) | 320.29º | 0.79% | 0.68% | - |
| XYZ | 21.73 | 11.74 | 21.2 | - |
| YUV | 87.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 127 | 0 | 0.79 | 0.27 | 0.32 | 320.29 | 0.65 | 0.41 |
| Hex | AD | 25 | 7F | 0 | 4F | 1B | 20 | 140 | 41 | 29 |
| Octal | 255 | 45 | 177 | 0 | 117 | 33 | 40 | 500 | 101 | 51 |
| Binary | 10101101 | 100101 | 1111111 | 0 | 1001111 | 11011 | 100000 | 101000000 | 1000001 | 101001 |
Color Harmonies of #AD257F
Complementary color
Monochromatic Colors of #AD257F
Black with #AD257F
Text Example
Text Example
White with #AD257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD257F; }
p { color: rgb(173,37,127); }
H1.HeaderClassName
{
color: #AD257F;
}
.AnyTagClassName
{
color: #AD257F;
}
</style>
background-color css
<style>
a { background-color: #AD257F; }
a { background-color: rgb(173,37,127); }
div.DivClassName
{
background-color: #AD257F;
}
.BgClassName
{
background-color: #AD257F;
}
</style>
border-color css
<style>
span { border-color: #AD257F; }
span { border-color: rgb(173,37,127); }
td.TdClassName
{
border-color: #AD257F;
}
.TagClassName
{
border-color: #AD257F;
}
</style>