Shades of Medium Red Violet #AD249E
Tints of Medium Red Violet #AD249E
RGB
CMYK
RGB Variations
Color information
#AD249E (or 0xAD249E) is known color: Medium Red Violet. HEX triplet: AD, 24 and 9E. RGB value is (173,36,158). Sum of RGB (Red+Green+Blue) = 173+36+158=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 36 (14.45% from 255 or 9.81% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD249E is #52DB61. Grayscale: #5A5A5A. Windows color (decimal): -5430114 or 10364077. OLE color: 10364077.
HSL color Cylindrical-coordinate representation of color #AD249E: hue angle of 306.57º 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 #AD249E is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 158 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.32 |
| HSL | 306.57º | 0.66% | 0.41% | - |
| HSV(B) | 306.57º | 0.79% | 0.68% | - |
| XYZ | 24.04 | 12.61 | 33.52 | - |
| YUV | 90.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 158 | 0 | 0.79 | 0.09 | 0.32 | 306.57 | 0.66 | 0.41 |
| Hex | AD | 24 | 9E | 0 | 4F | 9 | 20 | 133 | 42 | 29 |
| Octal | 255 | 44 | 236 | 0 | 117 | 11 | 40 | 463 | 102 | 51 |
| Binary | 10101101 | 100100 | 10011110 | 0 | 1001111 | 1001 | 100000 | 100110011 | 1000010 | 101001 |
Color Harmonies of #AD249E
Complementary color
Monochromatic Colors of #AD249E
Black with #AD249E
Text Example
Text Example
White with #AD249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD249E; }
p { color: rgb(173,36,158); }
H1.HeaderClassName
{
color: #AD249E;
}
.AnyTagClassName
{
color: #AD249E;
}
</style>
background-color css
<style>
a { background-color: #AD249E; }
a { background-color: rgb(173,36,158); }
div.DivClassName
{
background-color: #AD249E;
}
.BgClassName
{
background-color: #AD249E;
}
</style>
border-color css
<style>
span { border-color: #AD249E; }
span { border-color: rgb(173,36,158); }
td.TdClassName
{
border-color: #AD249E;
}
.TagClassName
{
border-color: #AD249E;
}
</style>