Shades of Medium Red Violet #AD2A8B
Tints of Medium Red Violet #AD2A8B
RGB
CMYK
RGB Variations
Color information
#AD2A8B (or 0xAD2A8B) is known color: Medium Red Violet. HEX triplet: AD, 2A and 8B. RGB value is (173,42,139). Sum of RGB (Red+Green+Blue) = 173+42+139=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2A8B is #52D574. Grayscale: #5B5B5B. Windows color (decimal): -5428597 or 9120429. OLE color: 9120429.
HSL color Cylindrical-coordinate representation of color #AD2A8B: hue angle of 315.57º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A8B is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 139 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.32 |
| HSL | 315.57º | 0.61% | 0.42% | - |
| HSV(B) | 315.57º | 0.76% | 0.68% | - |
| XYZ | 22.72 | 12.4 | 25.62 | - |
| YUV | 92.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 139 | 0 | 0.76 | 0.20 | 0.32 | 315.57 | 0.61 | 0.42 |
| Hex | AD | 2A | 8B | 0 | 4C | 14 | 20 | 13C | 3D | 2A |
| Octal | 255 | 52 | 213 | 0 | 114 | 24 | 40 | 474 | 75 | 52 |
| Binary | 10101101 | 101010 | 10001011 | 0 | 1001100 | 10100 | 100000 | 100111100 | 111101 | 101010 |
Color Harmonies of #AD2A8B
Complementary color
Monochromatic Colors of #AD2A8B
Black with #AD2A8B
Text Example
Text Example
White with #AD2A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A8B; }
p { color: rgb(173,42,139); }
H1.HeaderClassName
{
color: #AD2A8B;
}
.AnyTagClassName
{
color: #AD2A8B;
}
</style>
background-color css
<style>
a { background-color: #AD2A8B; }
a { background-color: rgb(173,42,139); }
div.DivClassName
{
background-color: #AD2A8B;
}
.BgClassName
{
background-color: #AD2A8B;
}
</style>
border-color css
<style>
span { border-color: #AD2A8B; }
span { border-color: rgb(173,42,139); }
td.TdClassName
{
border-color: #AD2A8B;
}
.TagClassName
{
border-color: #AD2A8B;
}
</style>