Shades of Medium Red Violet #AD258C
Tints of Medium Red Violet #AD258C
RGB
CMYK
RGB Variations
Color information
#AD258C (or 0xAD258C) is known color: Medium Red Violet. HEX triplet: AD, 25 and 8C. RGB value is (173,37,140). Sum of RGB (Red+Green+Blue) = 173+37+140=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD258C is #52DA73. Grayscale: #595959. Windows color (decimal): -5429876 or 9184685. OLE color: 9184685.
HSL color Cylindrical-coordinate representation of color #AD258C: hue angle of 314.56º 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 #AD258C is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 140 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.32 |
| HSL | 314.56º | 0.65% | 0.41% | - |
| HSV(B) | 314.56º | 0.79% | 0.68% | - |
| XYZ | 22.63 | 12.1 | 25.95 | - |
| YUV | 89.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 140 | 0 | 0.79 | 0.19 | 0.32 | 314.56 | 0.65 | 0.41 |
| Hex | AD | 25 | 8C | 0 | 4F | 13 | 20 | 13B | 41 | 29 |
| Octal | 255 | 45 | 214 | 0 | 117 | 23 | 40 | 473 | 101 | 51 |
| Binary | 10101101 | 100101 | 10001100 | 0 | 1001111 | 10011 | 100000 | 100111011 | 1000001 | 101001 |
Color Harmonies of #AD258C
Complementary color
Monochromatic Colors of #AD258C
Black with #AD258C
Text Example
Text Example
White with #AD258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD258C; }
p { color: rgb(173,37,140); }
H1.HeaderClassName
{
color: #AD258C;
}
.AnyTagClassName
{
color: #AD258C;
}
</style>
background-color css
<style>
a { background-color: #AD258C; }
a { background-color: rgb(173,37,140); }
div.DivClassName
{
background-color: #AD258C;
}
.BgClassName
{
background-color: #AD258C;
}
</style>
border-color css
<style>
span { border-color: #AD258C; }
span { border-color: rgb(173,37,140); }
td.TdClassName
{
border-color: #AD258C;
}
.TagClassName
{
border-color: #AD258C;
}
</style>