Shades of Medium Red Violet #AD289E
Tints of Medium Red Violet #AD289E
RGB
CMYK
RGB Variations
Color information
#AD289E (or 0xAD289E) is known color: Medium Red Violet. HEX triplet: AD, 28 and 9E. RGB value is (173,40,158). Sum of RGB (Red+Green+Blue) = 173+40+158=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD289E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD289E is #52D761. Grayscale: #5C5C5C. Windows color (decimal): -5429090 or 10365101. OLE color: 10365101.
HSL color Cylindrical-coordinate representation of color #AD289E: hue angle of 306.77º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD289E is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 158 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.32 |
| HSL | 306.77º | 0.62% | 0.42% | - |
| HSV(B) | 306.77º | 0.77% | 0.68% | - |
| XYZ | 24.16 | 12.87 | 33.56 | - |
| YUV | 93.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 158 | 0 | 0.77 | 0.09 | 0.32 | 306.77 | 0.62 | 0.42 |
| Hex | AD | 28 | 9E | 0 | 4D | 9 | 20 | 133 | 3E | 2A |
| Octal | 255 | 50 | 236 | 0 | 115 | 11 | 40 | 463 | 76 | 52 |
| Binary | 10101101 | 101000 | 10011110 | 0 | 1001101 | 1001 | 100000 | 100110011 | 111110 | 101010 |
Color Harmonies of #AD289E
Complementary color
Monochromatic Colors of #AD289E
Black with #AD289E
Text Example
Text Example
White with #AD289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD289E; }
p { color: rgb(173,40,158); }
H1.HeaderClassName
{
color: #AD289E;
}
.AnyTagClassName
{
color: #AD289E;
}
</style>
background-color css
<style>
a { background-color: #AD289E; }
a { background-color: rgb(173,40,158); }
div.DivClassName
{
background-color: #AD289E;
}
.BgClassName
{
background-color: #AD289E;
}
</style>
border-color css
<style>
span { border-color: #AD289E; }
span { border-color: rgb(173,40,158); }
td.TdClassName
{
border-color: #AD289E;
}
.TagClassName
{
border-color: #AD289E;
}
</style>