Shades of Medium Red Violet #AD2670
Tints of Medium Red Violet #AD2670
RGB
CMYK
RGB Variations
Color information
#AD2670 (or 0xAD2670) is known color: Medium Red Violet. HEX triplet: AD, 26 and 70. RGB value is (173,38,112). Sum of RGB (Red+Green+Blue) = 173+38+112=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2670 is #52D98F. Grayscale: #565656. Windows color (decimal): -5429648 or 7349933. OLE color: 7349933.
HSL color Cylindrical-coordinate representation of color #AD2670: hue angle of 327.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2670 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 112 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.32 |
| HSL | 327.11º | 0.64% | 0.41% | - |
| HSV(B) | 327.11º | 0.78% | 0.68% | - |
| XYZ | 20.85 | 11.44 | 16.44 | - |
| YUV | 86.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 112 | 0 | 0.78 | 0.35 | 0.32 | 327.11 | 0.64 | 0.41 |
| Hex | AD | 26 | 70 | 0 | 4E | 23 | 20 | 147 | 40 | 29 |
| Octal | 255 | 46 | 160 | 0 | 116 | 43 | 40 | 507 | 100 | 51 |
| Binary | 10101101 | 100110 | 1110000 | 0 | 1001110 | 100011 | 100000 | 101000111 | 1000000 | 101001 |
Color Harmonies of #AD2670
Complementary color
Monochromatic Colors of #AD2670
Black with #AD2670
Text Example
Text Example
White with #AD2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2670; }
p { color: rgb(173,38,112); }
H1.HeaderClassName
{
color: #AD2670;
}
.AnyTagClassName
{
color: #AD2670;
}
</style>
background-color css
<style>
a { background-color: #AD2670; }
a { background-color: rgb(173,38,112); }
div.DivClassName
{
background-color: #AD2670;
}
.BgClassName
{
background-color: #AD2670;
}
</style>
border-color css
<style>
span { border-color: #AD2670; }
span { border-color: rgb(173,38,112); }
td.TdClassName
{
border-color: #AD2670;
}
.TagClassName
{
border-color: #AD2670;
}
</style>