Shades of Medium Red Violet #AD257B
Tints of Medium Red Violet #AD257B
RGB
CMYK
RGB Variations
Color information
#AD257B (or 0xAD257B) is known color: Medium Red Violet. HEX triplet: AD, 25 and 7B. RGB value is (173,37,123). Sum of RGB (Red+Green+Blue) = 173+37+123=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD257B is #52DA84. Grayscale: #575757. Windows color (decimal): -5429893 or 8070573. OLE color: 8070573.
HSL color Cylindrical-coordinate representation of color #AD257B: hue angle of 322.06º 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 #AD257B is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 123 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.32 |
| HSL | 322.06º | 0.65% | 0.41% | - |
| HSV(B) | 322.06º | 0.79% | 0.68% | - |
| XYZ | 21.47 | 11.64 | 19.85 | - |
| YUV | 87.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 123 | 0 | 0.79 | 0.29 | 0.32 | 322.06 | 0.65 | 0.41 |
| Hex | AD | 25 | 7B | 0 | 4F | 1D | 20 | 142 | 41 | 29 |
| Octal | 255 | 45 | 173 | 0 | 117 | 35 | 40 | 502 | 101 | 51 |
| Binary | 10101101 | 100101 | 1111011 | 0 | 1001111 | 11101 | 100000 | 101000010 | 1000001 | 101001 |
Color Harmonies of #AD257B
Complementary color
Monochromatic Colors of #AD257B
Black with #AD257B
Text Example
Text Example
White with #AD257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD257B; }
p { color: rgb(173,37,123); }
H1.HeaderClassName
{
color: #AD257B;
}
.AnyTagClassName
{
color: #AD257B;
}
</style>
background-color css
<style>
a { background-color: #AD257B; }
a { background-color: rgb(173,37,123); }
div.DivClassName
{
background-color: #AD257B;
}
.BgClassName
{
background-color: #AD257B;
}
</style>
border-color css
<style>
span { border-color: #AD257B; }
span { border-color: rgb(173,37,123); }
td.TdClassName
{
border-color: #AD257B;
}
.TagClassName
{
border-color: #AD257B;
}
</style>