Shades of Medium Red Violet #AD259F
Tints of Medium Red Violet #AD259F
RGB
CMYK
RGB Variations
Color information
#AD259F (or 0xAD259F) is known color: Medium Red Violet. HEX triplet: AD, 25 and 9F. RGB value is (173,37,159). Sum of RGB (Red+Green+Blue) = 173+37+159=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD259F is #52DA60. Grayscale: #5B5B5B. Windows color (decimal): -5429857 or 10429869. OLE color: 10429869.
HSL color Cylindrical-coordinate representation of color #AD259F: hue angle of 306.18º 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 #AD259F is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 159 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.32 |
| HSL | 306.18º | 0.65% | 0.41% | - |
| HSV(B) | 306.18º | 0.79% | 0.68% | - |
| XYZ | 24.15 | 12.71 | 33.98 | - |
| YUV | 91.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 159 | 0 | 0.79 | 0.08 | 0.32 | 306.18 | 0.65 | 0.41 |
| Hex | AD | 25 | 9F | 0 | 4F | 8 | 20 | 132 | 41 | 29 |
| Octal | 255 | 45 | 237 | 0 | 117 | 10 | 40 | 462 | 101 | 51 |
| Binary | 10101101 | 100101 | 10011111 | 0 | 1001111 | 1000 | 100000 | 100110010 | 1000001 | 101001 |
Color Harmonies of #AD259F
Complementary color
Monochromatic Colors of #AD259F
Black with #AD259F
Text Example
Text Example
White with #AD259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD259F; }
p { color: rgb(173,37,159); }
H1.HeaderClassName
{
color: #AD259F;
}
.AnyTagClassName
{
color: #AD259F;
}
</style>
background-color css
<style>
a { background-color: #AD259F; }
a { background-color: rgb(173,37,159); }
div.DivClassName
{
background-color: #AD259F;
}
.BgClassName
{
background-color: #AD259F;
}
</style>
border-color css
<style>
span { border-color: #AD259F; }
span { border-color: rgb(173,37,159); }
td.TdClassName
{
border-color: #AD259F;
}
.TagClassName
{
border-color: #AD259F;
}
</style>