Shades of Medium Red Violet #AD2892
Tints of Medium Red Violet #AD2892
RGB
CMYK
RGB Variations
Color information
#AD2892 (or 0xAD2892) is known color: Medium Red Violet. HEX triplet: AD, 28 and 92. RGB value is (173,40,146). Sum of RGB (Red+Green+Blue) = 173+40+146=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2892 is #52D76D. Grayscale: #5B5B5B. Windows color (decimal): -5429102 or 9578669. OLE color: 9578669.
HSL color Cylindrical-coordinate representation of color #AD2892: hue angle of 312.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2892 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 146 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.32 |
| HSL | 312.18º | 0.62% | 0.42% | - |
| HSV(B) | 312.18º | 0.77% | 0.68% | - |
| XYZ | 23.18 | 12.48 | 28.38 | - |
| YUV | 91.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 146 | 0 | 0.77 | 0.16 | 0.32 | 312.18 | 0.62 | 0.42 |
| Hex | AD | 28 | 92 | 0 | 4D | 10 | 20 | 138 | 3E | 2A |
| Octal | 255 | 50 | 222 | 0 | 115 | 20 | 40 | 470 | 76 | 52 |
| Binary | 10101101 | 101000 | 10010010 | 0 | 1001101 | 10000 | 100000 | 100111000 | 111110 | 101010 |
Color Harmonies of #AD2892
Complementary color
Monochromatic Colors of #AD2892
Black with #AD2892
Text Example
Text Example
White with #AD2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2892; }
p { color: rgb(173,40,146); }
H1.HeaderClassName
{
color: #AD2892;
}
.AnyTagClassName
{
color: #AD2892;
}
</style>
background-color css
<style>
a { background-color: #AD2892; }
a { background-color: rgb(173,40,146); }
div.DivClassName
{
background-color: #AD2892;
}
.BgClassName
{
background-color: #AD2892;
}
</style>
border-color css
<style>
span { border-color: #AD2892; }
span { border-color: rgb(173,40,146); }
td.TdClassName
{
border-color: #AD2892;
}
.TagClassName
{
border-color: #AD2892;
}
</style>