Shades of Medium Red Violet #AD377F
Tints of Medium Red Violet #AD377F
RGB
CMYK
RGB Variations
Color information
#AD377F (or 0xAD377F) is known color: Medium Red Violet. HEX triplet: AD, 37 and 7F. RGB value is (173,55,127). Sum of RGB (Red+Green+Blue) = 173+55+127=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD377F is #52C880. Grayscale: #626262. Windows color (decimal): -5425281 or 8337325. OLE color: 8337325.
HSL color Cylindrical-coordinate representation of color #AD377F: hue angle of 323.39º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD377F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 127 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.32 |
| HSL | 323.39º | 0.52% | 0.45% | - |
| HSV(B) | 323.39º | 0.68% | 0.68% | - |
| XYZ | 22.43 | 13.15 | 21.43 | - |
| YUV | 98.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 127 | 0 | 0.68 | 0.27 | 0.32 | 323.39 | 0.52 | 0.45 |
| Hex | AD | 37 | 7F | 0 | 44 | 1B | 20 | 143 | 34 | 2D |
| Octal | 255 | 67 | 177 | 0 | 104 | 33 | 40 | 503 | 64 | 55 |
| Binary | 10101101 | 110111 | 1111111 | 0 | 1000100 | 11011 | 100000 | 101000011 | 110100 | 101101 |
Color Harmonies of #AD377F
Complementary color
Monochromatic Colors of #AD377F
Black with #AD377F
Text Example
Text Example
White with #AD377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD377F; }
p { color: rgb(173,55,127); }
H1.HeaderClassName
{
color: #AD377F;
}
.AnyTagClassName
{
color: #AD377F;
}
</style>
background-color css
<style>
a { background-color: #AD377F; }
a { background-color: rgb(173,55,127); }
div.DivClassName
{
background-color: #AD377F;
}
.BgClassName
{
background-color: #AD377F;
}
</style>
border-color css
<style>
span { border-color: #AD377F; }
span { border-color: rgb(173,55,127); }
td.TdClassName
{
border-color: #AD377F;
}
.TagClassName
{
border-color: #AD377F;
}
</style>