Shades of Medium Violet Red #AD1583
Tints of Medium Violet Red #AD1583
RGB
CMYK
RGB Variations
Color information
#AD1583 (or 0xAD1583) is known color: Medium Violet Red. HEX triplet: AD, 15 and 83. RGB value is (173,21,131). Sum of RGB (Red+Green+Blue) = 173+21+131=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1583 is #52EA7C. Grayscale: #4E4E4E. Windows color (decimal): -5433981 or 8590765. OLE color: 8590765.
HSL color Cylindrical-coordinate representation of color #AD1583: hue angle of 316.58º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1583 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 131 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.32 |
| HSL | 316.58º | 0.78% | 0.38% | - |
| HSV(B) | 316.58º | 0.88% | 0.68% | - |
| XYZ | 21.6 | 11.06 | 22.47 | - |
| YUV | 78.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 131 | 0 | 0.88 | 0.24 | 0.32 | 316.58 | 0.78 | 0.38 |
| Hex | AD | 15 | 83 | 0 | 58 | 18 | 20 | 13D | 4E | 26 |
| Octal | 255 | 25 | 203 | 0 | 130 | 30 | 40 | 475 | 116 | 46 |
| Binary | 10101101 | 10101 | 10000011 | 0 | 1011000 | 11000 | 100000 | 100111101 | 1001110 | 100110 |
Color Harmonies of #AD1583
Complementary color
Monochromatic Colors of #AD1583
Black with #AD1583
Text Example
Text Example
White with #AD1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1583; }
p { color: rgb(173,21,131); }
H1.HeaderClassName
{
color: #AD1583;
}
.AnyTagClassName
{
color: #AD1583;
}
</style>
background-color css
<style>
a { background-color: #AD1583; }
a { background-color: rgb(173,21,131); }
div.DivClassName
{
background-color: #AD1583;
}
.BgClassName
{
background-color: #AD1583;
}
</style>
border-color css
<style>
span { border-color: #AD1583; }
span { border-color: rgb(173,21,131); }
td.TdClassName
{
border-color: #AD1583;
}
.TagClassName
{
border-color: #AD1583;
}
</style>