Shades of Medium Red Violet #AD428E
Tints of Medium Red Violet #AD428E
RGB
CMYK
RGB Variations
Color information
#AD428E (or 0xAD428E) is known color: Medium Red Violet. HEX triplet: AD, 42 and 8E. RGB value is (173,66,142). Sum of RGB (Red+Green+Blue) = 173+66+142=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD428E is #52BD71. Grayscale: #6A6A6A. Windows color (decimal): -5422450 or 9323181. OLE color: 9323181.
HSL color Cylindrical-coordinate representation of color #AD428E: hue angle of 317.38º 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 #AD428E is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 142 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.32 |
| HSL | 317.38º | 0.45% | 0.47% | - |
| HSV(B) | 317.38º | 0.62% | 0.68% | - |
| XYZ | 24.06 | 14.73 | 27.17 | - |
| YUV | 106.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 142 | 0 | 0.62 | 0.18 | 0.32 | 317.38 | 0.45 | 0.47 |
| Hex | AD | 42 | 8E | 0 | 3E | 12 | 20 | 13D | 2D | 2F |
| Octal | 255 | 102 | 216 | 0 | 76 | 22 | 40 | 475 | 55 | 57 |
| Binary | 10101101 | 1000010 | 10001110 | 0 | 111110 | 10010 | 100000 | 100111101 | 101101 | 101111 |
Color Harmonies of #AD428E
Complementary color
Monochromatic Colors of #AD428E
Black with #AD428E
Text Example
Text Example
White with #AD428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD428E; }
p { color: rgb(173,66,142); }
H1.HeaderClassName
{
color: #AD428E;
}
.AnyTagClassName
{
color: #AD428E;
}
</style>
background-color css
<style>
a { background-color: #AD428E; }
a { background-color: rgb(173,66,142); }
div.DivClassName
{
background-color: #AD428E;
}
.BgClassName
{
background-color: #AD428E;
}
</style>
border-color css
<style>
span { border-color: #AD428E; }
span { border-color: rgb(173,66,142); }
td.TdClassName
{
border-color: #AD428E;
}
.TagClassName
{
border-color: #AD428E;
}
</style>