Shades of Medium Red Violet #AD258B
Tints of Medium Red Violet #AD258B
RGB
CMYK
RGB Variations
Color information
#AD258B (or 0xAD258B) is known color: Medium Red Violet. HEX triplet: AD, 25 and 8B. RGB value is (173,37,139). Sum of RGB (Red+Green+Blue) = 173+37+139=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD258B is #52DA74. Grayscale: #595959. Windows color (decimal): -5429877 or 9119149. OLE color: 9119149.
HSL color Cylindrical-coordinate representation of color #AD258B: hue angle of 315º 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 #AD258B is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 139 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.32 |
| HSL | 315º | 0.65% | 0.41% | - |
| HSV(B) | 315º | 0.79% | 0.68% | - |
| XYZ | 22.56 | 12.07 | 25.57 | - |
| YUV | 89.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 139 | 0 | 0.79 | 0.20 | 0.32 | 315 | 0.65 | 0.41 |
| Hex | AD | 25 | 8B | 0 | 4F | 14 | 20 | 13B | 41 | 29 |
| Octal | 255 | 45 | 213 | 0 | 117 | 24 | 40 | 473 | 101 | 51 |
| Binary | 10101101 | 100101 | 10001011 | 0 | 1001111 | 10100 | 100000 | 100111011 | 1000001 | 101001 |
Color Harmonies of #AD258B
Complementary color
Monochromatic Colors of #AD258B
Black with #AD258B
Text Example
Text Example
White with #AD258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD258B; }
p { color: rgb(173,37,139); }
H1.HeaderClassName
{
color: #AD258B;
}
.AnyTagClassName
{
color: #AD258B;
}
</style>
background-color css
<style>
a { background-color: #AD258B; }
a { background-color: rgb(173,37,139); }
div.DivClassName
{
background-color: #AD258B;
}
.BgClassName
{
background-color: #AD258B;
}
</style>
border-color css
<style>
span { border-color: #AD258B; }
span { border-color: rgb(173,37,139); }
td.TdClassName
{
border-color: #AD258B;
}
.TagClassName
{
border-color: #AD258B;
}
</style>