Shades of Medium Red Violet #AD247D
Tints of Medium Red Violet #AD247D
RGB
CMYK
RGB Variations
Color information
#AD247D (or 0xAD247D) is known color: Medium Red Violet. HEX triplet: AD, 24 and 7D. RGB value is (173,36,125). Sum of RGB (Red+Green+Blue) = 173+36+125=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD247D is #52DB82. Grayscale: #565656. Windows color (decimal): -5430147 or 8201389. OLE color: 8201389.
HSL color Cylindrical-coordinate representation of color #AD247D: hue angle of 321.02º 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 #AD247D is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 125 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.32 |
| HSL | 321.02º | 0.66% | 0.41% | - |
| HSV(B) | 321.02º | 0.79% | 0.68% | - |
| XYZ | 21.57 | 11.63 | 20.51 | - |
| YUV | 87.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 125 | 0 | 0.79 | 0.28 | 0.32 | 321.02 | 0.66 | 0.41 |
| Hex | AD | 24 | 7D | 0 | 4F | 1C | 20 | 141 | 42 | 29 |
| Octal | 255 | 44 | 175 | 0 | 117 | 34 | 40 | 501 | 102 | 51 |
| Binary | 10101101 | 100100 | 1111101 | 0 | 1001111 | 11100 | 100000 | 101000001 | 1000010 | 101001 |
Color Harmonies of #AD247D
Complementary color
Monochromatic Colors of #AD247D
Black with #AD247D
Text Example
Text Example
White with #AD247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD247D; }
p { color: rgb(173,36,125); }
H1.HeaderClassName
{
color: #AD247D;
}
.AnyTagClassName
{
color: #AD247D;
}
</style>
background-color css
<style>
a { background-color: #AD247D; }
a { background-color: rgb(173,36,125); }
div.DivClassName
{
background-color: #AD247D;
}
.BgClassName
{
background-color: #AD247D;
}
</style>
border-color css
<style>
span { border-color: #AD247D; }
span { border-color: rgb(173,36,125); }
td.TdClassName
{
border-color: #AD247D;
}
.TagClassName
{
border-color: #AD247D;
}
</style>