Shades of Medium Red Violet #AD428D
Tints of Medium Red Violet #AD428D
RGB
CMYK
RGB Variations
Color information
#AD428D (or 0xAD428D) is known color: Medium Red Violet. HEX triplet: AD, 42 and 8D. RGB value is (173,66,141). Sum of RGB (Red+Green+Blue) = 173+66+141=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD428D is #52BD72. Grayscale: #6A6A6A. Windows color (decimal): -5422451 or 9257645. OLE color: 9257645.
HSL color Cylindrical-coordinate representation of color #AD428D: hue angle of 317.94º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD428D is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 141 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.32 |
| HSL | 317.94º | 0.45% | 0.47% | - |
| HSV(B) | 317.94º | 0.62% | 0.68% | - |
| XYZ | 23.99 | 14.7 | 26.77 | - |
| YUV | 106.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 141 | 0 | 0.62 | 0.18 | 0.32 | 317.94 | 0.45 | 0.47 |
| Hex | AD | 42 | 8D | 0 | 3E | 12 | 20 | 13E | 2D | 2F |
| Octal | 255 | 102 | 215 | 0 | 76 | 22 | 40 | 476 | 55 | 57 |
| Binary | 10101101 | 1000010 | 10001101 | 0 | 111110 | 10010 | 100000 | 100111110 | 101101 | 101111 |
Color Harmonies of #AD428D
Complementary color
Monochromatic Colors of #AD428D
Black with #AD428D
Text Example
Text Example
White with #AD428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD428D; }
p { color: rgb(173,66,141); }
H1.HeaderClassName
{
color: #AD428D;
}
.AnyTagClassName
{
color: #AD428D;
}
</style>
background-color css
<style>
a { background-color: #AD428D; }
a { background-color: rgb(173,66,141); }
div.DivClassName
{
background-color: #AD428D;
}
.BgClassName
{
background-color: #AD428D;
}
</style>
border-color css
<style>
span { border-color: #AD428D; }
span { border-color: rgb(173,66,141); }
td.TdClassName
{
border-color: #AD428D;
}
.TagClassName
{
border-color: #AD428D;
}
</style>