Shades of Medium Red Violet #AD2B8C
Tints of Medium Red Violet #AD2B8C
RGB
CMYK
RGB Variations
Color information
#AD2B8C (or 0xAD2B8C) is known color: Medium Red Violet. HEX triplet: AD, 2B and 8C. RGB value is (173,43,140). Sum of RGB (Red+Green+Blue) = 173+43+140=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2B8C is #52D473. Grayscale: #5C5C5C. Windows color (decimal): -5428340 or 9186221. OLE color: 9186221.
HSL color Cylindrical-coordinate representation of color #AD2B8C: hue angle of 315.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B8C is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 140 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.32 |
| HSL | 315.23º | 0.6% | 0.42% | - |
| HSV(B) | 315.23º | 0.75% | 0.68% | - |
| XYZ | 22.83 | 12.51 | 26.02 | - |
| YUV | 92.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 140 | 0 | 0.75 | 0.19 | 0.32 | 315.23 | 0.6 | 0.42 |
| Hex | AD | 2B | 8C | 0 | 4B | 13 | 20 | 13B | 3C | 2A |
| Octal | 255 | 53 | 214 | 0 | 113 | 23 | 40 | 473 | 74 | 52 |
| Binary | 10101101 | 101011 | 10001100 | 0 | 1001011 | 10011 | 100000 | 100111011 | 111100 | 101010 |
Color Harmonies of #AD2B8C
Complementary color
Monochromatic Colors of #AD2B8C
Black with #AD2B8C
Text Example
Text Example
White with #AD2B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B8C; }
p { color: rgb(173,43,140); }
H1.HeaderClassName
{
color: #AD2B8C;
}
.AnyTagClassName
{
color: #AD2B8C;
}
</style>
background-color css
<style>
a { background-color: #AD2B8C; }
a { background-color: rgb(173,43,140); }
div.DivClassName
{
background-color: #AD2B8C;
}
.BgClassName
{
background-color: #AD2B8C;
}
</style>
border-color css
<style>
span { border-color: #AD2B8C; }
span { border-color: rgb(173,43,140); }
td.TdClassName
{
border-color: #AD2B8C;
}
.TagClassName
{
border-color: #AD2B8C;
}
</style>