Shades of Medium Red Violet #AD2893
Tints of Medium Red Violet #AD2893
RGB
CMYK
RGB Variations
Color information
#AD2893 (or 0xAD2893) is known color: Medium Red Violet. HEX triplet: AD, 28 and 93. RGB value is (173,40,147). Sum of RGB (Red+Green+Blue) = 173+40+147=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2893 is #52D76C. Grayscale: #5B5B5B. Windows color (decimal): -5429101 or 9644205. OLE color: 9644205.
HSL color Cylindrical-coordinate representation of color #AD2893: hue angle of 311.73º 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 #AD2893 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 147 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.32 |
| HSL | 311.73º | 0.62% | 0.42% | - |
| HSV(B) | 311.73º | 0.77% | 0.68% | - |
| XYZ | 23.26 | 12.51 | 28.79 | - |
| YUV | 91.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 147 | 0 | 0.77 | 0.15 | 0.32 | 311.73 | 0.62 | 0.42 |
| Hex | AD | 28 | 93 | 0 | 4D | F | 20 | 138 | 3E | 2A |
| Octal | 255 | 50 | 223 | 0 | 115 | 17 | 40 | 470 | 76 | 52 |
| Binary | 10101101 | 101000 | 10010011 | 0 | 1001101 | 1111 | 100000 | 100111000 | 111110 | 101010 |
Color Harmonies of #AD2893
Complementary color
Monochromatic Colors of #AD2893
Black with #AD2893
Text Example
Text Example
White with #AD2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2893; }
p { color: rgb(173,40,147); }
H1.HeaderClassName
{
color: #AD2893;
}
.AnyTagClassName
{
color: #AD2893;
}
</style>
background-color css
<style>
a { background-color: #AD2893; }
a { background-color: rgb(173,40,147); }
div.DivClassName
{
background-color: #AD2893;
}
.BgClassName
{
background-color: #AD2893;
}
</style>
border-color css
<style>
span { border-color: #AD2893; }
span { border-color: rgb(173,40,147); }
td.TdClassName
{
border-color: #AD2893;
}
.TagClassName
{
border-color: #AD2893;
}
</style>