Shades of Medium Red Violet #AD38A0
Tints of Medium Red Violet #AD38A0
RGB
CMYK
RGB Variations
Color information
#AD38A0 (or 0xAD38A0) is known color: Medium Red Violet. HEX triplet: AD, 38 and A0. RGB value is (173,56,160). Sum of RGB (Red+Green+Blue) = 173+56+160=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD38A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38A0 is #52C75F. Grayscale: #666666. Windows color (decimal): -5424992 or 10500269. OLE color: 10500269.
HSL color Cylindrical-coordinate representation of color #AD38A0: hue angle of 306.67º degrees, saturation: 0.51, 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 #AD38A0 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 160 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.32 |
| HSL | 306.67º | 0.51% | 0.45% | - |
| HSV(B) | 306.67º | 0.68% | 0.68% | - |
| XYZ | 24.99 | 14.25 | 34.69 | - |
| YUV | 102.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 160 | 0 | 0.68 | 0.08 | 0.32 | 306.67 | 0.51 | 0.45 |
| Hex | AD | 38 | A0 | 0 | 44 | 8 | 20 | 133 | 33 | 2D |
| Octal | 255 | 70 | 240 | 0 | 104 | 10 | 40 | 463 | 63 | 55 |
| Binary | 10101101 | 111000 | 10100000 | 0 | 1000100 | 1000 | 100000 | 100110011 | 110011 | 101101 |
Color Harmonies of #AD38A0
Complementary color
Monochromatic Colors of #AD38A0
Black with #AD38A0
Text Example
Text Example
White with #AD38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38A0; }
p { color: rgb(173,56,160); }
H1.HeaderClassName
{
color: #AD38A0;
}
.AnyTagClassName
{
color: #AD38A0;
}
</style>
background-color css
<style>
a { background-color: #AD38A0; }
a { background-color: rgb(173,56,160); }
div.DivClassName
{
background-color: #AD38A0;
}
.BgClassName
{
background-color: #AD38A0;
}
</style>
border-color css
<style>
span { border-color: #AD38A0; }
span { border-color: rgb(173,56,160); }
td.TdClassName
{
border-color: #AD38A0;
}
.TagClassName
{
border-color: #AD38A0;
}
</style>