Shades of Medium Red Violet #AD4594
Tints of Medium Red Violet #AD4594
RGB
CMYK
RGB Variations
Color information
#AD4594 (or 0xAD4594) is known color: Medium Red Violet. HEX triplet: AD, 45 and 94. RGB value is (173,69,148). Sum of RGB (Red+Green+Blue) = 173+69+148=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4594 is #52BA6B. Grayscale: #6C6C6C. Windows color (decimal): -5421676 or 9717165. OLE color: 9717165.
HSL color Cylindrical-coordinate representation of color #AD4594: hue angle of 314.42º 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 #AD4594 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 148 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.32 |
| HSL | 314.42º | 0.43% | 0.47% | - |
| HSV(B) | 314.42º | 0.6% | 0.68% | - |
| XYZ | 24.71 | 15.28 | 29.66 | - |
| YUV | 109.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 148 | 0 | 0.60 | 0.14 | 0.32 | 314.42 | 0.43 | 0.47 |
| Hex | AD | 45 | 94 | 0 | 3C | E | 20 | 13A | 2B | 2F |
| Octal | 255 | 105 | 224 | 0 | 74 | 16 | 40 | 472 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10010100 | 0 | 111100 | 1110 | 100000 | 100111010 | 101011 | 101111 |
Color Harmonies of #AD4594
Complementary color
Monochromatic Colors of #AD4594
Black with #AD4594
Text Example
Text Example
White with #AD4594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4594; }
p { color: rgb(173,69,148); }
H1.HeaderClassName
{
color: #AD4594;
}
.AnyTagClassName
{
color: #AD4594;
}
</style>
background-color css
<style>
a { background-color: #AD4594; }
a { background-color: rgb(173,69,148); }
div.DivClassName
{
background-color: #AD4594;
}
.BgClassName
{
background-color: #AD4594;
}
</style>
border-color css
<style>
span { border-color: #AD4594; }
span { border-color: rgb(173,69,148); }
td.TdClassName
{
border-color: #AD4594;
}
.TagClassName
{
border-color: #AD4594;
}
</style>