Shades of Medium Red Violet #AD26A6
Tints of Medium Red Violet #AD26A6
RGB
CMYK
RGB Variations
Color information
#AD26A6 (or 0xAD26A6) is known color: Medium Red Violet. HEX triplet: AD, 26 and A6. RGB value is (173,38,166). Sum of RGB (Red+Green+Blue) = 173+38+166=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD26A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD26A6 is #52D959. Grayscale: #5C5C5C. Windows color (decimal): -5429594 or 10888877. OLE color: 10888877.
HSL color Cylindrical-coordinate representation of color #AD26A6: hue angle of 303.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 #AD26A6 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 166 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.32 |
| HSL | 303.11º | 0.64% | 0.41% | - |
| HSV(B) | 303.11º | 0.78% | 0.68% | - |
| XYZ | 24.81 | 13.02 | 37.28 | - |
| YUV | 92.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 166 | 0 | 0.78 | 0.04 | 0.32 | 303.11 | 0.64 | 0.41 |
| Hex | AD | 26 | A6 | 0 | 4E | 4 | 20 | 12F | 40 | 29 |
| Octal | 255 | 46 | 246 | 0 | 116 | 4 | 40 | 457 | 100 | 51 |
| Binary | 10101101 | 100110 | 10100110 | 0 | 1001110 | 100 | 100000 | 100101111 | 1000000 | 101001 |
Color Harmonies of #AD26A6
Complementary color
Monochromatic Colors of #AD26A6
Black with #AD26A6
Text Example
Text Example
White with #AD26A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD26A6; }
p { color: rgb(173,38,166); }
H1.HeaderClassName
{
color: #AD26A6;
}
.AnyTagClassName
{
color: #AD26A6;
}
</style>
background-color css
<style>
a { background-color: #AD26A6; }
a { background-color: rgb(173,38,166); }
div.DivClassName
{
background-color: #AD26A6;
}
.BgClassName
{
background-color: #AD26A6;
}
</style>
border-color css
<style>
span { border-color: #AD26A6; }
span { border-color: rgb(173,38,166); }
td.TdClassName
{
border-color: #AD26A6;
}
.TagClassName
{
border-color: #AD26A6;
}
</style>