Shades of Medium Red Violet #AD2F7D
Tints of Medium Red Violet #AD2F7D
RGB
CMYK
RGB Variations
Color information
#AD2F7D (or 0xAD2F7D) is known color: Medium Red Violet. HEX triplet: AD, 2F and 7D. RGB value is (173,47,125). Sum of RGB (Red+Green+Blue) = 173+47+125=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2F7D is #52D082. Grayscale: #5D5D5D. Windows color (decimal): -5427331 or 8204205. OLE color: 8204205.
HSL color Cylindrical-coordinate representation of color #AD2F7D: hue angle of 322.86º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2F7D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 125 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.32 |
| HSL | 322.86º | 0.57% | 0.43% | - |
| HSV(B) | 322.86º | 0.73% | 0.68% | - |
| XYZ | 21.95 | 12.4 | 20.64 | - |
| YUV | 93.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 125 | 0 | 0.73 | 0.28 | 0.32 | 322.86 | 0.57 | 0.43 |
| Hex | AD | 2F | 7D | 0 | 49 | 1C | 20 | 143 | 39 | 2B |
| Octal | 255 | 57 | 175 | 0 | 111 | 34 | 40 | 503 | 71 | 53 |
| Binary | 10101101 | 101111 | 1111101 | 0 | 1001001 | 11100 | 100000 | 101000011 | 111001 | 101011 |
Color Harmonies of #AD2F7D
Complementary color
Monochromatic Colors of #AD2F7D
Black with #AD2F7D
Text Example
Text Example
White with #AD2F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F7D; }
p { color: rgb(173,47,125); }
H1.HeaderClassName
{
color: #AD2F7D;
}
.AnyTagClassName
{
color: #AD2F7D;
}
</style>
background-color css
<style>
a { background-color: #AD2F7D; }
a { background-color: rgb(173,47,125); }
div.DivClassName
{
background-color: #AD2F7D;
}
.BgClassName
{
background-color: #AD2F7D;
}
</style>
border-color css
<style>
span { border-color: #AD2F7D; }
span { border-color: rgb(173,47,125); }
td.TdClassName
{
border-color: #AD2F7D;
}
.TagClassName
{
border-color: #AD2F7D;
}
</style>