Shades of Medium Red Violet #AD2294
Tints of Medium Red Violet #AD2294
RGB
CMYK
RGB Variations
Color information
#AD2294 (or 0xAD2294) is known color: Medium Red Violet. HEX triplet: AD, 22 and 94. RGB value is (173,34,148). Sum of RGB (Red+Green+Blue) = 173+34+148=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2294 is #52DD6B. Grayscale: #585858. Windows color (decimal): -5430636 or 9708205. OLE color: 9708205.
HSL color Cylindrical-coordinate representation of color #AD2294: hue angle of 310.79º 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 #AD2294 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 148 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.32 |
| HSL | 310.79º | 0.67% | 0.41% | - |
| HSV(B) | 310.79º | 0.8% | 0.68% | - |
| XYZ | 23.15 | 12.17 | 29.15 | - |
| YUV | 88.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 148 | 0 | 0.80 | 0.14 | 0.32 | 310.79 | 0.67 | 0.41 |
| Hex | AD | 22 | 94 | 0 | 50 | E | 20 | 137 | 43 | 29 |
| Octal | 255 | 42 | 224 | 0 | 120 | 16 | 40 | 467 | 103 | 51 |
| Binary | 10101101 | 100010 | 10010100 | 0 | 1010000 | 1110 | 100000 | 100110111 | 1000011 | 101001 |
Color Harmonies of #AD2294
Complementary color
Monochromatic Colors of #AD2294
Black with #AD2294
Text Example
Text Example
White with #AD2294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2294; }
p { color: rgb(173,34,148); }
H1.HeaderClassName
{
color: #AD2294;
}
.AnyTagClassName
{
color: #AD2294;
}
</style>
background-color css
<style>
a { background-color: #AD2294; }
a { background-color: rgb(173,34,148); }
div.DivClassName
{
background-color: #AD2294;
}
.BgClassName
{
background-color: #AD2294;
}
</style>
border-color css
<style>
span { border-color: #AD2294; }
span { border-color: rgb(173,34,148); }
td.TdClassName
{
border-color: #AD2294;
}
.TagClassName
{
border-color: #AD2294;
}
</style>