Shades of Medium Red Violet #AD247A
Tints of Medium Red Violet #AD247A
RGB
CMYK
RGB Variations
Color information
#AD247A (or 0xAD247A) is known color: Medium Red Violet. HEX triplet: AD, 24 and 7A. RGB value is (173,36,122). Sum of RGB (Red+Green+Blue) = 173+36+122=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD247A is #52DB85. Grayscale: #565656. Windows color (decimal): -5430150 or 8004781. OLE color: 8004781.
HSL color Cylindrical-coordinate representation of color #AD247A: hue angle of 322.34º degrees, saturation: 0.66, 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 #AD247A is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 122 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.32 |
| HSL | 322.34º | 0.66% | 0.41% | - |
| HSV(B) | 322.34º | 0.79% | 0.68% | - |
| XYZ | 21.38 | 11.55 | 19.52 | - |
| YUV | 86.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 122 | 0 | 0.79 | 0.29 | 0.32 | 322.34 | 0.66 | 0.41 |
| Hex | AD | 24 | 7A | 0 | 4F | 1D | 20 | 142 | 42 | 29 |
| Octal | 255 | 44 | 172 | 0 | 117 | 35 | 40 | 502 | 102 | 51 |
| Binary | 10101101 | 100100 | 1111010 | 0 | 1001111 | 11101 | 100000 | 101000010 | 1000010 | 101001 |
Color Harmonies of #AD247A
Complementary color
Monochromatic Colors of #AD247A
Black with #AD247A
Text Example
Text Example
White with #AD247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD247A; }
p { color: rgb(173,36,122); }
H1.HeaderClassName
{
color: #AD247A;
}
.AnyTagClassName
{
color: #AD247A;
}
</style>
background-color css
<style>
a { background-color: #AD247A; }
a { background-color: rgb(173,36,122); }
div.DivClassName
{
background-color: #AD247A;
}
.BgClassName
{
background-color: #AD247A;
}
</style>
border-color css
<style>
span { border-color: #AD247A; }
span { border-color: rgb(173,36,122); }
td.TdClassName
{
border-color: #AD247A;
}
.TagClassName
{
border-color: #AD247A;
}
</style>