Shades of Medium Red Violet #AD2885
Tints of Medium Red Violet #AD2885
RGB
CMYK
RGB Variations
Color information
#AD2885 (or 0xAD2885) is known color: Medium Red Violet. HEX triplet: AD, 28 and 85. RGB value is (173,40,133). Sum of RGB (Red+Green+Blue) = 173+40+133=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2885 is #52D77A. Grayscale: #5A5A5A. Windows color (decimal): -5429115 or 8726701. OLE color: 8726701.
HSL color Cylindrical-coordinate representation of color #AD2885: hue angle of 318.05º 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 #AD2885 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 133 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.32 |
| HSL | 318.05º | 0.62% | 0.42% | - |
| HSV(B) | 318.05º | 0.77% | 0.68% | - |
| XYZ | 22.23 | 12.1 | 23.35 | - |
| YUV | 90.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 133 | 0 | 0.77 | 0.23 | 0.32 | 318.05 | 0.62 | 0.42 |
| Hex | AD | 28 | 85 | 0 | 4D | 17 | 20 | 13E | 3E | 2A |
| Octal | 255 | 50 | 205 | 0 | 115 | 27 | 40 | 476 | 76 | 52 |
| Binary | 10101101 | 101000 | 10000101 | 0 | 1001101 | 10111 | 100000 | 100111110 | 111110 | 101010 |
Color Harmonies of #AD2885
Complementary color
Monochromatic Colors of #AD2885
Black with #AD2885
Text Example
Text Example
White with #AD2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2885; }
p { color: rgb(173,40,133); }
H1.HeaderClassName
{
color: #AD2885;
}
.AnyTagClassName
{
color: #AD2885;
}
</style>
background-color css
<style>
a { background-color: #AD2885; }
a { background-color: rgb(173,40,133); }
div.DivClassName
{
background-color: #AD2885;
}
.BgClassName
{
background-color: #AD2885;
}
</style>
border-color css
<style>
span { border-color: #AD2885; }
span { border-color: rgb(173,40,133); }
td.TdClassName
{
border-color: #AD2885;
}
.TagClassName
{
border-color: #AD2885;
}
</style>