Shades of Medium Red Violet #AD458C
Tints of Medium Red Violet #AD458C
RGB
CMYK
RGB Variations
Color information
#AD458C (or 0xAD458C) is known color: Medium Red Violet. HEX triplet: AD, 45 and 8C. RGB value is (173,69,140). Sum of RGB (Red+Green+Blue) = 173+69+140=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD458C is #52BA73. Grayscale: #6C6C6C. Windows color (decimal): -5421684 or 9192877. OLE color: 9192877.
HSL color Cylindrical-coordinate representation of color #AD458C: hue angle of 319.04º 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 #AD458C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 140 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.32 |
| HSL | 319.04º | 0.43% | 0.47% | - |
| HSV(B) | 319.04º | 0.6% | 0.68% | - |
| XYZ | 24.1 | 15.03 | 26.44 | - |
| YUV | 108.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 140 | 0 | 0.60 | 0.19 | 0.32 | 319.04 | 0.43 | 0.47 |
| Hex | AD | 45 | 8C | 0 | 3C | 13 | 20 | 13F | 2B | 2F |
| Octal | 255 | 105 | 214 | 0 | 74 | 23 | 40 | 477 | 53 | 57 |
| Binary | 10101101 | 1000101 | 10001100 | 0 | 111100 | 10011 | 100000 | 100111111 | 101011 | 101111 |
Color Harmonies of #AD458C
Complementary color
Monochromatic Colors of #AD458C
Black with #AD458C
Text Example
Text Example
White with #AD458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD458C; }
p { color: rgb(173,69,140); }
H1.HeaderClassName
{
color: #AD458C;
}
.AnyTagClassName
{
color: #AD458C;
}
</style>
background-color css
<style>
a { background-color: #AD458C; }
a { background-color: rgb(173,69,140); }
div.DivClassName
{
background-color: #AD458C;
}
.BgClassName
{
background-color: #AD458C;
}
</style>
border-color css
<style>
span { border-color: #AD458C; }
span { border-color: rgb(173,69,140); }
td.TdClassName
{
border-color: #AD458C;
}
.TagClassName
{
border-color: #AD458C;
}
</style>