Shades of Medium Red Violet #AD38A1
Tints of Medium Red Violet #AD38A1
RGB
CMYK
RGB Variations
Color information
#AD38A1 (or 0xAD38A1) is known color: Medium Red Violet. HEX triplet: AD, 38 and A1. RGB value is (173,56,161). Sum of RGB (Red+Green+Blue) = 173+56+161=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD38A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38A1 is #52C75E. Grayscale: #666666. Windows color (decimal): -5424991 or 10565805. OLE color: 10565805.
HSL color Cylindrical-coordinate representation of color #AD38A1: hue angle of 306.15º 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 #AD38A1 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 161 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.32 |
| HSL | 306.15º | 0.51% | 0.45% | - |
| HSV(B) | 306.15º | 0.68% | 0.68% | - |
| XYZ | 25.08 | 14.29 | 35.15 | - |
| YUV | 102.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 161 | 0 | 0.68 | 0.07 | 0.32 | 306.15 | 0.51 | 0.45 |
| Hex | AD | 38 | A1 | 0 | 44 | 7 | 20 | 132 | 33 | 2D |
| Octal | 255 | 70 | 241 | 0 | 104 | 7 | 40 | 462 | 63 | 55 |
| Binary | 10101101 | 111000 | 10100001 | 0 | 1000100 | 111 | 100000 | 100110010 | 110011 | 101101 |
Color Harmonies of #AD38A1
Complementary color
Monochromatic Colors of #AD38A1
Black with #AD38A1
Text Example
Text Example
White with #AD38A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38A1; }
p { color: rgb(173,56,161); }
H1.HeaderClassName
{
color: #AD38A1;
}
.AnyTagClassName
{
color: #AD38A1;
}
</style>
background-color css
<style>
a { background-color: #AD38A1; }
a { background-color: rgb(173,56,161); }
div.DivClassName
{
background-color: #AD38A1;
}
.BgClassName
{
background-color: #AD38A1;
}
</style>
border-color css
<style>
span { border-color: #AD38A1; }
span { border-color: rgb(173,56,161); }
td.TdClassName
{
border-color: #AD38A1;
}
.TagClassName
{
border-color: #AD38A1;
}
</style>