Shades of Medium Red Violet #AD2583
Tints of Medium Red Violet #AD2583
RGB
CMYK
RGB Variations
Color information
#AD2583 (or 0xAD2583) is known color: Medium Red Violet. HEX triplet: AD, 25 and 83. RGB value is (173,37,131). Sum of RGB (Red+Green+Blue) = 173+37+131=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2583 is #52DA7C. Grayscale: #585858. Windows color (decimal): -5429885 or 8594861. OLE color: 8594861.
HSL color Cylindrical-coordinate representation of color #AD2583: hue angle of 318.53º 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 #AD2583 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 131 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.32 |
| HSL | 318.53º | 0.65% | 0.41% | - |
| HSV(B) | 318.53º | 0.79% | 0.68% | - |
| XYZ | 21.99 | 11.85 | 22.6 | - |
| YUV | 88.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 131 | 0 | 0.79 | 0.24 | 0.32 | 318.53 | 0.65 | 0.41 |
| Hex | AD | 25 | 83 | 0 | 4F | 18 | 20 | 13F | 41 | 29 |
| Octal | 255 | 45 | 203 | 0 | 117 | 30 | 40 | 477 | 101 | 51 |
| Binary | 10101101 | 100101 | 10000011 | 0 | 1001111 | 11000 | 100000 | 100111111 | 1000001 | 101001 |
Color Harmonies of #AD2583
Complementary color
Monochromatic Colors of #AD2583
Black with #AD2583
Text Example
Text Example
White with #AD2583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2583; }
p { color: rgb(173,37,131); }
H1.HeaderClassName
{
color: #AD2583;
}
.AnyTagClassName
{
color: #AD2583;
}
</style>
background-color css
<style>
a { background-color: #AD2583; }
a { background-color: rgb(173,37,131); }
div.DivClassName
{
background-color: #AD2583;
}
.BgClassName
{
background-color: #AD2583;
}
</style>
border-color css
<style>
span { border-color: #AD2583; }
span { border-color: rgb(173,37,131); }
td.TdClassName
{
border-color: #AD2583;
}
.TagClassName
{
border-color: #AD2583;
}
</style>