Shades of Medium Red Violet #AD2694
Tints of Medium Red Violet #AD2694
RGB
CMYK
RGB Variations
Color information
#AD2694 (or 0xAD2694) is known color: Medium Red Violet. HEX triplet: AD, 26 and 94. RGB value is (173,38,148). Sum of RGB (Red+Green+Blue) = 173+38+148=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2694 is #52D96B. Grayscale: #5A5A5A. Windows color (decimal): -5429612 or 9709229. OLE color: 9709229.
HSL color Cylindrical-coordinate representation of color #AD2694: hue angle of 311.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2694 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 148 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.32 |
| HSL | 311.11º | 0.64% | 0.41% | - |
| HSV(B) | 311.11º | 0.78% | 0.68% | - |
| XYZ | 23.27 | 12.41 | 29.19 | - |
| YUV | 90.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 148 | 0 | 0.78 | 0.14 | 0.32 | 311.11 | 0.64 | 0.41 |
| Hex | AD | 26 | 94 | 0 | 4E | E | 20 | 137 | 40 | 29 |
| Octal | 255 | 46 | 224 | 0 | 116 | 16 | 40 | 467 | 100 | 51 |
| Binary | 10101101 | 100110 | 10010100 | 0 | 1001110 | 1110 | 100000 | 100110111 | 1000000 | 101001 |
Color Harmonies of #AD2694
Complementary color
Monochromatic Colors of #AD2694
Black with #AD2694
Text Example
Text Example
White with #AD2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2694; }
p { color: rgb(173,38,148); }
H1.HeaderClassName
{
color: #AD2694;
}
.AnyTagClassName
{
color: #AD2694;
}
</style>
background-color css
<style>
a { background-color: #AD2694; }
a { background-color: rgb(173,38,148); }
div.DivClassName
{
background-color: #AD2694;
}
.BgClassName
{
background-color: #AD2694;
}
</style>
border-color css
<style>
span { border-color: #AD2694; }
span { border-color: rgb(173,38,148); }
td.TdClassName
{
border-color: #AD2694;
}
.TagClassName
{
border-color: #AD2694;
}
</style>