Shades of Medium Red Violet #AD2697
Tints of Medium Red Violet #AD2697
RGB
CMYK
RGB Variations
Color information
#AD2697 (or 0xAD2697) is known color: Medium Red Violet. HEX triplet: AD, 26 and 97. RGB value is (173,38,151). Sum of RGB (Red+Green+Blue) = 173+38+151=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2697 is #52D968. Grayscale: #5A5A5A. Windows color (decimal): -5429609 or 9905837. OLE color: 9905837.
HSL color Cylindrical-coordinate representation of color #AD2697: hue angle of 309.78º 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 #AD2697 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 151 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.32 |
| HSL | 309.78º | 0.64% | 0.41% | - |
| HSV(B) | 309.78º | 0.78% | 0.68% | - |
| XYZ | 23.51 | 12.5 | 30.45 | - |
| YUV | 91.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 151 | 0 | 0.78 | 0.13 | 0.32 | 309.78 | 0.64 | 0.41 |
| Hex | AD | 26 | 97 | 0 | 4E | D | 20 | 136 | 40 | 29 |
| Octal | 255 | 46 | 227 | 0 | 116 | 15 | 40 | 466 | 100 | 51 |
| Binary | 10101101 | 100110 | 10010111 | 0 | 1001110 | 1101 | 100000 | 100110110 | 1000000 | 101001 |
Color Harmonies of #AD2697
Complementary color
Monochromatic Colors of #AD2697
Black with #AD2697
Text Example
Text Example
White with #AD2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2697; }
p { color: rgb(173,38,151); }
H1.HeaderClassName
{
color: #AD2697;
}
.AnyTagClassName
{
color: #AD2697;
}
</style>
background-color css
<style>
a { background-color: #AD2697; }
a { background-color: rgb(173,38,151); }
div.DivClassName
{
background-color: #AD2697;
}
.BgClassName
{
background-color: #AD2697;
}
</style>
border-color css
<style>
span { border-color: #AD2697; }
span { border-color: rgb(173,38,151); }
td.TdClassName
{
border-color: #AD2697;
}
.TagClassName
{
border-color: #AD2697;
}
</style>