Shades of Medium Red Violet #AD2293
Tints of Medium Red Violet #AD2293
RGB
CMYK
RGB Variations
Color information
#AD2293 (or 0xAD2293) is known color: Medium Red Violet. HEX triplet: AD, 22 and 93. RGB value is (173,34,147). Sum of RGB (Red+Green+Blue) = 173+34+147=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2293 is #52DD6C. Grayscale: #585858. Windows color (decimal): -5430637 or 9642669. OLE color: 9642669.
HSL color Cylindrical-coordinate representation of color #AD2293: hue angle of 311.22º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2293 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 147 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.32 |
| HSL | 311.22º | 0.67% | 0.41% | - |
| HSV(B) | 311.22º | 0.8% | 0.68% | - |
| XYZ | 23.07 | 12.13 | 28.73 | - |
| YUV | 88.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 147 | 0 | 0.80 | 0.15 | 0.32 | 311.22 | 0.67 | 0.41 |
| Hex | AD | 22 | 93 | 0 | 50 | F | 20 | 137 | 43 | 29 |
| Octal | 255 | 42 | 223 | 0 | 120 | 17 | 40 | 467 | 103 | 51 |
| Binary | 10101101 | 100010 | 10010011 | 0 | 1010000 | 1111 | 100000 | 100110111 | 1000011 | 101001 |
Color Harmonies of #AD2293
Complementary color
Monochromatic Colors of #AD2293
Black with #AD2293
Text Example
Text Example
White with #AD2293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2293; }
p { color: rgb(173,34,147); }
H1.HeaderClassName
{
color: #AD2293;
}
.AnyTagClassName
{
color: #AD2293;
}
</style>
background-color css
<style>
a { background-color: #AD2293; }
a { background-color: rgb(173,34,147); }
div.DivClassName
{
background-color: #AD2293;
}
.BgClassName
{
background-color: #AD2293;
}
</style>
border-color css
<style>
span { border-color: #AD2293; }
span { border-color: rgb(173,34,147); }
td.TdClassName
{
border-color: #AD2293;
}
.TagClassName
{
border-color: #AD2293;
}
</style>