Shades of Medium Red Violet #AD2795
Tints of Medium Red Violet #AD2795
RGB
CMYK
RGB Variations
Color information
#AD2795 (or 0xAD2795) is known color: Medium Red Violet. HEX triplet: AD, 27 and 95. RGB value is (173,39,149). Sum of RGB (Red+Green+Blue) = 173+39+149=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2795 is #52D86A. Grayscale: #5B5B5B. Windows color (decimal): -5429355 or 9775021. OLE color: 9775021.
HSL color Cylindrical-coordinate representation of color #AD2795: hue angle of 310.75º degrees, saturation: 0.63, 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 #AD2795 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 149 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.32 |
| HSL | 310.75º | 0.63% | 0.42% | - |
| HSV(B) | 310.75º | 0.77% | 0.68% | - |
| XYZ | 23.38 | 12.51 | 29.62 | - |
| YUV | 91.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 149 | 0 | 0.77 | 0.14 | 0.32 | 310.75 | 0.63 | 0.42 |
| Hex | AD | 27 | 95 | 0 | 4D | E | 20 | 137 | 3F | 2A |
| Octal | 255 | 47 | 225 | 0 | 115 | 16 | 40 | 467 | 77 | 52 |
| Binary | 10101101 | 100111 | 10010101 | 0 | 1001101 | 1110 | 100000 | 100110111 | 111111 | 101010 |
Color Harmonies of #AD2795
Complementary color
Monochromatic Colors of #AD2795
Black with #AD2795
Text Example
Text Example
White with #AD2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2795; }
p { color: rgb(173,39,149); }
H1.HeaderClassName
{
color: #AD2795;
}
.AnyTagClassName
{
color: #AD2795;
}
</style>
background-color css
<style>
a { background-color: #AD2795; }
a { background-color: rgb(173,39,149); }
div.DivClassName
{
background-color: #AD2795;
}
.BgClassName
{
background-color: #AD2795;
}
</style>
border-color css
<style>
span { border-color: #AD2795; }
span { border-color: rgb(173,39,149); }
td.TdClassName
{
border-color: #AD2795;
}
.TagClassName
{
border-color: #AD2795;
}
</style>