Shades of Medium Red Violet #AD259E
Tints of Medium Red Violet #AD259E
RGB
CMYK
RGB Variations
Color information
#AD259E (or 0xAD259E) is known color: Medium Red Violet. HEX triplet: AD, 25 and 9E. RGB value is (173,37,158). Sum of RGB (Red+Green+Blue) = 173+37+158=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD259E is #52DA61. Grayscale: #5B5B5B. Windows color (decimal): -5429858 or 10364333. OLE color: 10364333.
HSL color Cylindrical-coordinate representation of color #AD259E: hue angle of 306.62º degrees, saturation: 0.65, 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 #AD259E is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 158 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.32 |
| HSL | 306.62º | 0.65% | 0.41% | - |
| HSV(B) | 306.62º | 0.79% | 0.68% | - |
| XYZ | 24.07 | 12.68 | 33.53 | - |
| YUV | 91.46 | 165.56 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 158 | 0 | 0.79 | 0.09 | 0.32 | 306.62 | 0.65 | 0.41 |
| Hex | AD | 25 | 9E | 0 | 4F | 9 | 20 | 133 | 41 | 29 |
| Octal | 255 | 45 | 236 | 0 | 117 | 11 | 40 | 463 | 101 | 51 |
| Binary | 10101101 | 100101 | 10011110 | 0 | 1001111 | 1001 | 100000 | 100110011 | 1000001 | 101001 |
Color Harmonies of #AD259E
Complementary color
Monochromatic Colors of #AD259E
Black with #AD259E
Text Example
Text Example
White with #AD259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD259E; }
p { color: rgb(173,37,158); }
H1.HeaderClassName
{
color: #AD259E;
}
.AnyTagClassName
{
color: #AD259E;
}
</style>
background-color css
<style>
a { background-color: #AD259E; }
a { background-color: rgb(173,37,158); }
div.DivClassName
{
background-color: #AD259E;
}
.BgClassName
{
background-color: #AD259E;
}
</style>
border-color css
<style>
span { border-color: #AD259E; }
span { border-color: rgb(173,37,158); }
td.TdClassName
{
border-color: #AD259E;
}
.TagClassName
{
border-color: #AD259E;
}
</style>