Shades of Medium Red Violet #AD259D
Tints of Medium Red Violet #AD259D
RGB
CMYK
RGB Variations
Color information
#AD259D (or 0xAD259D) is known color: Medium Red Violet. HEX triplet: AD, 25 and 9D. RGB value is (173,37,157). Sum of RGB (Red+Green+Blue) = 173+37+157=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD259D is #52DA62. Grayscale: #5A5A5A. Windows color (decimal): -5429859 or 10298797. OLE color: 10298797.
HSL color Cylindrical-coordinate representation of color #AD259D: hue angle of 307.06º 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 #AD259D is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 157 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.32 |
| HSL | 307.06º | 0.65% | 0.41% | - |
| HSV(B) | 307.06º | 0.79% | 0.68% | - |
| XYZ | 23.98 | 12.64 | 33.07 | - |
| YUV | 91.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 157 | 0 | 0.79 | 0.09 | 0.32 | 307.06 | 0.65 | 0.41 |
| Hex | AD | 25 | 9D | 0 | 4F | 9 | 20 | 133 | 41 | 29 |
| Octal | 255 | 45 | 235 | 0 | 117 | 11 | 40 | 463 | 101 | 51 |
| Binary | 10101101 | 100101 | 10011101 | 0 | 1001111 | 1001 | 100000 | 100110011 | 1000001 | 101001 |
Color Harmonies of #AD259D
Complementary color
Monochromatic Colors of #AD259D
Black with #AD259D
Text Example
Text Example
White with #AD259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD259D; }
p { color: rgb(173,37,157); }
H1.HeaderClassName
{
color: #AD259D;
}
.AnyTagClassName
{
color: #AD259D;
}
</style>
background-color css
<style>
a { background-color: #AD259D; }
a { background-color: rgb(173,37,157); }
div.DivClassName
{
background-color: #AD259D;
}
.BgClassName
{
background-color: #AD259D;
}
</style>
border-color css
<style>
span { border-color: #AD259D; }
span { border-color: rgb(173,37,157); }
td.TdClassName
{
border-color: #AD259D;
}
.TagClassName
{
border-color: #AD259D;
}
</style>