Shades of Medium Red Violet #AD3294
Tints of Medium Red Violet #AD3294
RGB
CMYK
RGB Variations
Color information
#AD3294 (or 0xAD3294) is known color: Medium Red Violet. HEX triplet: AD, 32 and 94. RGB value is (173,50,148). Sum of RGB (Red+Green+Blue) = 173+50+148=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3294 is #52CD6B. Grayscale: #616161. Windows color (decimal): -5426540 or 9712301. OLE color: 9712301.
HSL color Cylindrical-coordinate representation of color #AD3294: hue angle of 312.2º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3294 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 148 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.32 |
| HSL | 312.2º | 0.55% | 0.44% | - |
| HSV(B) | 312.2º | 0.71% | 0.68% | - |
| XYZ | 23.72 | 13.3 | 29.33 | - |
| YUV | 97.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 148 | 0 | 0.71 | 0.14 | 0.32 | 312.2 | 0.55 | 0.44 |
| Hex | AD | 32 | 94 | 0 | 47 | E | 20 | 138 | 37 | 2C |
| Octal | 255 | 62 | 224 | 0 | 107 | 16 | 40 | 470 | 67 | 54 |
| Binary | 10101101 | 110010 | 10010100 | 0 | 1000111 | 1110 | 100000 | 100111000 | 110111 | 101100 |
Color Harmonies of #AD3294
Complementary color
Monochromatic Colors of #AD3294
Black with #AD3294
Text Example
Text Example
White with #AD3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3294; }
p { color: rgb(173,50,148); }
H1.HeaderClassName
{
color: #AD3294;
}
.AnyTagClassName
{
color: #AD3294;
}
</style>
background-color css
<style>
a { background-color: #AD3294; }
a { background-color: rgb(173,50,148); }
div.DivClassName
{
background-color: #AD3294;
}
.BgClassName
{
background-color: #AD3294;
}
</style>
border-color css
<style>
span { border-color: #AD3294; }
span { border-color: rgb(173,50,148); }
td.TdClassName
{
border-color: #AD3294;
}
.TagClassName
{
border-color: #AD3294;
}
</style>