Shades of Medium Red Violet #AD368F
Tints of Medium Red Violet #AD368F
RGB
CMYK
RGB Variations
Color information
#AD368F (or 0xAD368F) is known color: Medium Red Violet. HEX triplet: AD, 36 and 8F. RGB value is (173,54,143). Sum of RGB (Red+Green+Blue) = 173+54+143=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD368F is #52C970. Grayscale: #636363. Windows color (decimal): -5425521 or 9385645. OLE color: 9385645.
HSL color Cylindrical-coordinate representation of color #AD368F: hue angle of 315.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 #AD368F is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 143 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.32 |
| HSL | 315.13º | 0.52% | 0.45% | - |
| HSV(B) | 315.13º | 0.69% | 0.68% | - |
| XYZ | 23.51 | 13.51 | 27.35 | - |
| YUV | 99.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 143 | 0 | 0.69 | 0.17 | 0.32 | 315.13 | 0.52 | 0.45 |
| Hex | AD | 36 | 8F | 0 | 45 | 11 | 20 | 13B | 34 | 2D |
| Octal | 255 | 66 | 217 | 0 | 105 | 21 | 40 | 473 | 64 | 55 |
| Binary | 10101101 | 110110 | 10001111 | 0 | 1000101 | 10001 | 100000 | 100111011 | 110100 | 101101 |
Color Harmonies of #AD368F
Complementary color
Monochromatic Colors of #AD368F
Black with #AD368F
Text Example
Text Example
White with #AD368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD368F; }
p { color: rgb(173,54,143); }
H1.HeaderClassName
{
color: #AD368F;
}
.AnyTagClassName
{
color: #AD368F;
}
</style>
background-color css
<style>
a { background-color: #AD368F; }
a { background-color: rgb(173,54,143); }
div.DivClassName
{
background-color: #AD368F;
}
.BgClassName
{
background-color: #AD368F;
}
</style>
border-color css
<style>
span { border-color: #AD368F; }
span { border-color: rgb(173,54,143); }
td.TdClassName
{
border-color: #AD368F;
}
.TagClassName
{
border-color: #AD368F;
}
</style>