Shades of Medium Red Violet #AD4495
Tints of Medium Red Violet #AD4495
RGB
CMYK
RGB Variations
Color information
#AD4495 (or 0xAD4495) is known color: Medium Red Violet. HEX triplet: AD, 44 and 95. RGB value is (173,68,149). Sum of RGB (Red+Green+Blue) = 173+68+149=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4495 is #52BB6A. Grayscale: #6C6C6C. Windows color (decimal): -5421931 or 9782445. OLE color: 9782445.
HSL color Cylindrical-coordinate representation of color #AD4495: hue angle of 313.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4495 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 149 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.32 |
| HSL | 313.71º | 0.44% | 0.47% | - |
| HSV(B) | 313.71º | 0.61% | 0.68% | - |
| XYZ | 24.73 | 15.19 | 30.06 | - |
| YUV | 108.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 149 | 0 | 0.61 | 0.14 | 0.32 | 313.71 | 0.44 | 0.47 |
| Hex | AD | 44 | 95 | 0 | 3D | E | 20 | 13A | 2C | 2F |
| Octal | 255 | 104 | 225 | 0 | 75 | 16 | 40 | 472 | 54 | 57 |
| Binary | 10101101 | 1000100 | 10010101 | 0 | 111101 | 1110 | 100000 | 100111010 | 101100 | 101111 |
Color Harmonies of #AD4495
Complementary color
Monochromatic Colors of #AD4495
Black with #AD4495
Text Example
Text Example
White with #AD4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4495; }
p { color: rgb(173,68,149); }
H1.HeaderClassName
{
color: #AD4495;
}
.AnyTagClassName
{
color: #AD4495;
}
</style>
background-color css
<style>
a { background-color: #AD4495; }
a { background-color: rgb(173,68,149); }
div.DivClassName
{
background-color: #AD4495;
}
.BgClassName
{
background-color: #AD4495;
}
</style>
border-color css
<style>
span { border-color: #AD4495; }
span { border-color: rgb(173,68,149); }
td.TdClassName
{
border-color: #AD4495;
}
.TagClassName
{
border-color: #AD4495;
}
</style>