Shades of Medium Red Violet #AD2895
Tints of Medium Red Violet #AD2895
RGB
CMYK
RGB Variations
Color information
#AD2895 (or 0xAD2895) is known color: Medium Red Violet. HEX triplet: AD, 28 and 95. RGB value is (173,40,149). Sum of RGB (Red+Green+Blue) = 173+40+149=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2895 is #52D76A. Grayscale: #5B5B5B. Windows color (decimal): -5429099 or 9775277. OLE color: 9775277.
HSL color Cylindrical-coordinate representation of color #AD2895: hue angle of 310.83º 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 #AD2895 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 149 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.32 |
| HSL | 310.83º | 0.62% | 0.42% | - |
| HSV(B) | 310.83º | 0.77% | 0.68% | - |
| XYZ | 23.42 | 12.57 | 29.63 | - |
| YUV | 92.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 149 | 0 | 0.77 | 0.14 | 0.32 | 310.83 | 0.62 | 0.42 |
| Hex | AD | 28 | 95 | 0 | 4D | E | 20 | 137 | 3E | 2A |
| Octal | 255 | 50 | 225 | 0 | 115 | 16 | 40 | 467 | 76 | 52 |
| Binary | 10101101 | 101000 | 10010101 | 0 | 1001101 | 1110 | 100000 | 100110111 | 111110 | 101010 |
Color Harmonies of #AD2895
Complementary color
Monochromatic Colors of #AD2895
Black with #AD2895
Text Example
Text Example
White with #AD2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2895; }
p { color: rgb(173,40,149); }
H1.HeaderClassName
{
color: #AD2895;
}
.AnyTagClassName
{
color: #AD2895;
}
</style>
background-color css
<style>
a { background-color: #AD2895; }
a { background-color: rgb(173,40,149); }
div.DivClassName
{
background-color: #AD2895;
}
.BgClassName
{
background-color: #AD2895;
}
</style>
border-color css
<style>
span { border-color: #AD2895; }
span { border-color: rgb(173,40,149); }
td.TdClassName
{
border-color: #AD2895;
}
.TagClassName
{
border-color: #AD2895;
}
</style>