Shades of Medium Red Violet #AD249B
Tints of Medium Red Violet #AD249B
RGB
CMYK
RGB Variations
Color information
#AD249B (or 0xAD249B) is known color: Medium Red Violet. HEX triplet: AD, 24 and 9B. RGB value is (173,36,155). Sum of RGB (Red+Green+Blue) = 173+36+155=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD249B is #52DB64. Grayscale: #5A5A5A. Windows color (decimal): -5430117 or 10167469. OLE color: 10167469.
HSL color Cylindrical-coordinate representation of color #AD249B: hue angle of 307.88º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD249B is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 155 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.32 |
| HSL | 307.88º | 0.66% | 0.41% | - |
| HSV(B) | 307.88º | 0.79% | 0.68% | - |
| XYZ | 23.78 | 12.51 | 32.17 | - |
| YUV | 90.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 155 | 0 | 0.79 | 0.10 | 0.32 | 307.88 | 0.66 | 0.41 |
| Hex | AD | 24 | 9B | 0 | 4F | A | 20 | 134 | 42 | 29 |
| Octal | 255 | 44 | 233 | 0 | 117 | 12 | 40 | 464 | 102 | 51 |
| Binary | 10101101 | 100100 | 10011011 | 0 | 1001111 | 1010 | 100000 | 100110100 | 1000010 | 101001 |
Color Harmonies of #AD249B
Complementary color
Monochromatic Colors of #AD249B
Black with #AD249B
Text Example
Text Example
White with #AD249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD249B; }
p { color: rgb(173,36,155); }
H1.HeaderClassName
{
color: #AD249B;
}
.AnyTagClassName
{
color: #AD249B;
}
</style>
background-color css
<style>
a { background-color: #AD249B; }
a { background-color: rgb(173,36,155); }
div.DivClassName
{
background-color: #AD249B;
}
.BgClassName
{
background-color: #AD249B;
}
</style>
border-color css
<style>
span { border-color: #AD249B; }
span { border-color: rgb(173,36,155); }
td.TdClassName
{
border-color: #AD249B;
}
.TagClassName
{
border-color: #AD249B;
}
</style>