Shades of Medium Red Violet #AD2C8C
Tints of Medium Red Violet #AD2C8C
RGB
CMYK
RGB Variations
Color information
#AD2C8C (or 0xAD2C8C) is known color: Medium Red Violet. HEX triplet: AD, 2C and 8C. RGB value is (173,44,140). Sum of RGB (Red+Green+Blue) = 173+44+140=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2C8C is #52D373. Grayscale: #5D5D5D. Windows color (decimal): -5428084 or 9186477. OLE color: 9186477.
HSL color Cylindrical-coordinate representation of color #AD2C8C: hue angle of 315.35º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C8C is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 140 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.32 |
| HSL | 315.35º | 0.59% | 0.43% | - |
| HSV(B) | 315.35º | 0.75% | 0.68% | - |
| XYZ | 22.87 | 12.58 | 26.03 | - |
| YUV | 93.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 140 | 0 | 0.75 | 0.19 | 0.32 | 315.35 | 0.59 | 0.43 |
| Hex | AD | 2C | 8C | 0 | 4B | 13 | 20 | 13B | 3B | 2B |
| Octal | 255 | 54 | 214 | 0 | 113 | 23 | 40 | 473 | 73 | 53 |
| Binary | 10101101 | 101100 | 10001100 | 0 | 1001011 | 10011 | 100000 | 100111011 | 111011 | 101011 |
Color Harmonies of #AD2C8C
Complementary color
Monochromatic Colors of #AD2C8C
Black with #AD2C8C
Text Example
Text Example
White with #AD2C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C8C; }
p { color: rgb(173,44,140); }
H1.HeaderClassName
{
color: #AD2C8C;
}
.AnyTagClassName
{
color: #AD2C8C;
}
</style>
background-color css
<style>
a { background-color: #AD2C8C; }
a { background-color: rgb(173,44,140); }
div.DivClassName
{
background-color: #AD2C8C;
}
.BgClassName
{
background-color: #AD2C8C;
}
</style>
border-color css
<style>
span { border-color: #AD2C8C; }
span { border-color: rgb(173,44,140); }
td.TdClassName
{
border-color: #AD2C8C;
}
.TagClassName
{
border-color: #AD2C8C;
}
</style>