Shades of Medium Red Violet #AD4583
Tints of Medium Red Violet #AD4583
RGB
CMYK
RGB Variations
Color information
#AD4583 (or 0xAD4583) is known color: Medium Red Violet. HEX triplet: AD, 45 and 83. RGB value is (173,69,131). Sum of RGB (Red+Green+Blue) = 173+69+131=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4583 is #52BA7C. Grayscale: #6B6B6B. Windows color (decimal): -5421693 or 8603053. OLE color: 8603053.
HSL color Cylindrical-coordinate representation of color #AD4583: hue angle of 324.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4583 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 131 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.32 |
| HSL | 324.23º | 0.43% | 0.47% | - |
| HSV(B) | 324.23º | 0.6% | 0.68% | - |
| XYZ | 23.46 | 14.78 | 23.09 | - |
| YUV | 107.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 131 | 0 | 0.60 | 0.24 | 0.32 | 324.23 | 0.43 | 0.47 |
| Hex | AD | 45 | 83 | 0 | 3C | 18 | 20 | 144 | 2B | 2F |
| Octal | 255 | 105 | 203 | 0 | 74 | 30 | 40 | 504 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10000011 | 0 | 111100 | 11000 | 100000 | 101000100 | 101011 | 101111 |
Color Harmonies of #AD4583
Complementary color
Monochromatic Colors of #AD4583
Black with #AD4583
Text Example
Text Example
White with #AD4583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4583; }
p { color: rgb(173,69,131); }
H1.HeaderClassName
{
color: #AD4583;
}
.AnyTagClassName
{
color: #AD4583;
}
</style>
background-color css
<style>
a { background-color: #AD4583; }
a { background-color: rgb(173,69,131); }
div.DivClassName
{
background-color: #AD4583;
}
.BgClassName
{
background-color: #AD4583;
}
</style>
border-color css
<style>
span { border-color: #AD4583; }
span { border-color: rgb(173,69,131); }
td.TdClassName
{
border-color: #AD4583;
}
.TagClassName
{
border-color: #AD4583;
}
</style>