Shades of Medium Red Violet #AD4588
Tints of Medium Red Violet #AD4588
RGB
CMYK
RGB Variations
Color information
#AD4588 (or 0xAD4588) is known color: Medium Red Violet. HEX triplet: AD, 45 and 88. RGB value is (173,69,136). Sum of RGB (Red+Green+Blue) = 173+69+136=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4588 is #52BA77. Grayscale: #6B6B6B. Windows color (decimal): -5421688 or 8930733. OLE color: 8930733.
HSL color Cylindrical-coordinate representation of color #AD4588: hue angle of 321.35º 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 #AD4588 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 136 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.32 |
| HSL | 321.35º | 0.43% | 0.47% | - |
| HSV(B) | 321.35º | 0.6% | 0.68% | - |
| XYZ | 23.81 | 14.92 | 24.92 | - |
| YUV | 107.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 136 | 0 | 0.60 | 0.21 | 0.32 | 321.35 | 0.43 | 0.47 |
| Hex | AD | 45 | 88 | 0 | 3C | 15 | 20 | 141 | 2B | 2F |
| Octal | 255 | 105 | 210 | 0 | 74 | 25 | 40 | 501 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10001000 | 0 | 111100 | 10101 | 100000 | 101000001 | 101011 | 101111 |
Color Harmonies of #AD4588
Complementary color
Monochromatic Colors of #AD4588
Black with #AD4588
Text Example
Text Example
White with #AD4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4588; }
p { color: rgb(173,69,136); }
H1.HeaderClassName
{
color: #AD4588;
}
.AnyTagClassName
{
color: #AD4588;
}
</style>
background-color css
<style>
a { background-color: #AD4588; }
a { background-color: rgb(173,69,136); }
div.DivClassName
{
background-color: #AD4588;
}
.BgClassName
{
background-color: #AD4588;
}
</style>
border-color css
<style>
span { border-color: #AD4588; }
span { border-color: rgb(173,69,136); }
td.TdClassName
{
border-color: #AD4588;
}
.TagClassName
{
border-color: #AD4588;
}
</style>