Shades of Medium Red Violet #AD299B
Tints of Medium Red Violet #AD299B
RGB
CMYK
RGB Variations
Color information
#AD299B (or 0xAD299B) is known color: Medium Red Violet. HEX triplet: AD, 29 and 9B. RGB value is (173,41,155). Sum of RGB (Red+Green+Blue) = 173+41+155=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD299B is #52D664. Grayscale: #5D5D5D. Windows color (decimal): -5428837 or 10168749. OLE color: 10168749.
HSL color Cylindrical-coordinate representation of color #AD299B: hue angle of 308.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD299B is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 155 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.32 |
| HSL | 308.18º | 0.62% | 0.42% | - |
| HSV(B) | 308.18º | 0.76% | 0.68% | - |
| XYZ | 23.94 | 12.84 | 32.23 | - |
| YUV | 93.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 155 | 0 | 0.76 | 0.10 | 0.32 | 308.18 | 0.62 | 0.42 |
| Hex | AD | 29 | 9B | 0 | 4C | A | 20 | 134 | 3E | 2A |
| Octal | 255 | 51 | 233 | 0 | 114 | 12 | 40 | 464 | 76 | 52 |
| Binary | 10101101 | 101001 | 10011011 | 0 | 1001100 | 1010 | 100000 | 100110100 | 111110 | 101010 |
Color Harmonies of #AD299B
Complementary color
Monochromatic Colors of #AD299B
Black with #AD299B
Text Example
Text Example
White with #AD299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD299B; }
p { color: rgb(173,41,155); }
H1.HeaderClassName
{
color: #AD299B;
}
.AnyTagClassName
{
color: #AD299B;
}
</style>
background-color css
<style>
a { background-color: #AD299B; }
a { background-color: rgb(173,41,155); }
div.DivClassName
{
background-color: #AD299B;
}
.BgClassName
{
background-color: #AD299B;
}
</style>
border-color css
<style>
span { border-color: #AD299B; }
span { border-color: rgb(173,41,155); }
td.TdClassName
{
border-color: #AD299B;
}
.TagClassName
{
border-color: #AD299B;
}
</style>