Shades of Medium Red Violet #AD258A
Tints of Medium Red Violet #AD258A
RGB
CMYK
RGB Variations
Color information
#AD258A (or 0xAD258A) is known color: Medium Red Violet. HEX triplet: AD, 25 and 8A. RGB value is (173,37,138). Sum of RGB (Red+Green+Blue) = 173+37+138=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD258A is #52DA75. Grayscale: #585858. Windows color (decimal): -5429878 or 9053613. OLE color: 9053613.
HSL color Cylindrical-coordinate representation of color #AD258A: hue angle of 315.44º 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 #AD258A is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 138 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.32 |
| HSL | 315.44º | 0.65% | 0.41% | - |
| HSV(B) | 315.44º | 0.79% | 0.68% | - |
| XYZ | 22.48 | 12.04 | 25.18 | - |
| YUV | 89.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 138 | 0 | 0.79 | 0.20 | 0.32 | 315.44 | 0.65 | 0.41 |
| Hex | AD | 25 | 8A | 0 | 4F | 14 | 20 | 13B | 41 | 29 |
| Octal | 255 | 45 | 212 | 0 | 117 | 24 | 40 | 473 | 101 | 51 |
| Binary | 10101101 | 100101 | 10001010 | 0 | 1001111 | 10100 | 100000 | 100111011 | 1000001 | 101001 |
Color Harmonies of #AD258A
Complementary color
Monochromatic Colors of #AD258A
Black with #AD258A
Text Example
Text Example
White with #AD258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD258A; }
p { color: rgb(173,37,138); }
H1.HeaderClassName
{
color: #AD258A;
}
.AnyTagClassName
{
color: #AD258A;
}
</style>
background-color css
<style>
a { background-color: #AD258A; }
a { background-color: rgb(173,37,138); }
div.DivClassName
{
background-color: #AD258A;
}
.BgClassName
{
background-color: #AD258A;
}
</style>
border-color css
<style>
span { border-color: #AD258A; }
span { border-color: rgb(173,37,138); }
td.TdClassName
{
border-color: #AD258A;
}
.TagClassName
{
border-color: #AD258A;
}
</style>