Shades of Medium Red Violet #AD368D
Tints of Medium Red Violet #AD368D
RGB
CMYK
RGB Variations
Color information
#AD368D (or 0xAD368D) is known color: Medium Red Violet. HEX triplet: AD, 36 and 8D. RGB value is (173,54,141). Sum of RGB (Red+Green+Blue) = 173+54+141=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD368D is #52C972. Grayscale: #636363. Windows color (decimal): -5425523 or 9254573. OLE color: 9254573.
HSL color Cylindrical-coordinate representation of color #AD368D: hue angle of 316.13º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD368D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 141 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.32 |
| HSL | 316.13º | 0.52% | 0.45% | - |
| HSV(B) | 316.13º | 0.69% | 0.68% | - |
| XYZ | 23.36 | 13.45 | 26.56 | - |
| YUV | 99.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 141 | 0 | 0.69 | 0.18 | 0.32 | 316.13 | 0.52 | 0.45 |
| Hex | AD | 36 | 8D | 0 | 45 | 12 | 20 | 13C | 34 | 2D |
| Octal | 255 | 66 | 215 | 0 | 105 | 22 | 40 | 474 | 64 | 55 |
| Binary | 10101101 | 110110 | 10001101 | 0 | 1000101 | 10010 | 100000 | 100111100 | 110100 | 101101 |
Color Harmonies of #AD368D
Complementary color
Monochromatic Colors of #AD368D
Black with #AD368D
Text Example
Text Example
White with #AD368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD368D; }
p { color: rgb(173,54,141); }
H1.HeaderClassName
{
color: #AD368D;
}
.AnyTagClassName
{
color: #AD368D;
}
</style>
background-color css
<style>
a { background-color: #AD368D; }
a { background-color: rgb(173,54,141); }
div.DivClassName
{
background-color: #AD368D;
}
.BgClassName
{
background-color: #AD368D;
}
</style>
border-color css
<style>
span { border-color: #AD368D; }
span { border-color: rgb(173,54,141); }
td.TdClassName
{
border-color: #AD368D;
}
.TagClassName
{
border-color: #AD368D;
}
</style>