Shades of Medium Red Violet #AD26A0
Tints of Medium Red Violet #AD26A0
RGB
CMYK
RGB Variations
Color information
#AD26A0 (or 0xAD26A0) is known color: Medium Red Violet. HEX triplet: AD, 26 and A0. RGB value is (173,38,160). Sum of RGB (Red+Green+Blue) = 173+38+160=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD26A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD26A0 is #52D95F. Grayscale: #5B5B5B. Windows color (decimal): -5429600 or 10495661. OLE color: 10495661.
HSL color Cylindrical-coordinate representation of color #AD26A0: hue angle of 305.78º 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 #AD26A0 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 160 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.32 |
| HSL | 305.78º | 0.64% | 0.41% | - |
| HSV(B) | 305.78º | 0.78% | 0.68% | - |
| XYZ | 24.27 | 12.81 | 34.45 | - |
| YUV | 92.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 160 | 0 | 0.78 | 0.08 | 0.32 | 305.78 | 0.64 | 0.41 |
| Hex | AD | 26 | A0 | 0 | 4E | 8 | 20 | 132 | 40 | 29 |
| Octal | 255 | 46 | 240 | 0 | 116 | 10 | 40 | 462 | 100 | 51 |
| Binary | 10101101 | 100110 | 10100000 | 0 | 1001110 | 1000 | 100000 | 100110010 | 1000000 | 101001 |
Color Harmonies of #AD26A0
Complementary color
Monochromatic Colors of #AD26A0
Black with #AD26A0
Text Example
Text Example
White with #AD26A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26A0; }
p { color: rgb(173,38,160); }
H1.HeaderClassName
{
color: #AD26A0;
}
.AnyTagClassName
{
color: #AD26A0;
}
</style>
background-color css
<style>
a { background-color: #AD26A0; }
a { background-color: rgb(173,38,160); }
div.DivClassName
{
background-color: #AD26A0;
}
.BgClassName
{
background-color: #AD26A0;
}
</style>
border-color css
<style>
span { border-color: #AD26A0; }
span { border-color: rgb(173,38,160); }
td.TdClassName
{
border-color: #AD26A0;
}
.TagClassName
{
border-color: #AD26A0;
}
</style>