Shades of Medium Red Violet #AD318A
Tints of Medium Red Violet #AD318A
RGB
CMYK
RGB Variations
Color information
#AD318A (or 0xAD318A) is known color: Medium Red Violet. HEX triplet: AD, 31 and 8A. RGB value is (173,49,138). Sum of RGB (Red+Green+Blue) = 173+49+138=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD318A is #52CE75. Grayscale: #5F5F5F. Windows color (decimal): -5426806 or 9056685. OLE color: 9056685.
HSL color Cylindrical-coordinate representation of color #AD318A: hue angle of 316.94º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD318A is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 138 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.32 |
| HSL | 316.94º | 0.56% | 0.44% | - |
| HSV(B) | 316.94º | 0.72% | 0.68% | - |
| XYZ | 22.92 | 12.92 | 25.33 | - |
| YUV | 96.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 138 | 0 | 0.72 | 0.20 | 0.32 | 316.94 | 0.56 | 0.44 |
| Hex | AD | 31 | 8A | 0 | 48 | 14 | 20 | 13D | 38 | 2C |
| Octal | 255 | 61 | 212 | 0 | 110 | 24 | 40 | 475 | 70 | 54 |
| Binary | 10101101 | 110001 | 10001010 | 0 | 1001000 | 10100 | 100000 | 100111101 | 111000 | 101100 |
Color Harmonies of #AD318A
Complementary color
Monochromatic Colors of #AD318A
Black with #AD318A
Text Example
Text Example
White with #AD318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD318A; }
p { color: rgb(173,49,138); }
H1.HeaderClassName
{
color: #AD318A;
}
.AnyTagClassName
{
color: #AD318A;
}
</style>
background-color css
<style>
a { background-color: #AD318A; }
a { background-color: rgb(173,49,138); }
div.DivClassName
{
background-color: #AD318A;
}
.BgClassName
{
background-color: #AD318A;
}
</style>
border-color css
<style>
span { border-color: #AD318A; }
span { border-color: rgb(173,49,138); }
td.TdClassName
{
border-color: #AD318A;
}
.TagClassName
{
border-color: #AD318A;
}
</style>