Shades of Medium Red Violet #AD4081
Tints of Medium Red Violet #AD4081
RGB
CMYK
RGB Variations
Color information
#AD4081 (or 0xAD4081) is known color: Medium Red Violet. HEX triplet: AD, 40 and 81. RGB value is (173,64,129). Sum of RGB (Red+Green+Blue) = 173+64+129=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4081 is #52BF7E. Grayscale: #676767. Windows color (decimal): -5422975 or 8470701. OLE color: 8470701.
HSL color Cylindrical-coordinate representation of color #AD4081: hue angle of 324.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4081 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 129 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.32 |
| HSL | 324.22º | 0.46% | 0.46% | - |
| HSV(B) | 324.22º | 0.63% | 0.68% | - |
| XYZ | 23.03 | 14.14 | 22.28 | - |
| YUV | 104 | 142.11 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 129 | 0 | 0.63 | 0.25 | 0.32 | 324.22 | 0.46 | 0.46 |
| Hex | AD | 40 | 81 | 0 | 3F | 19 | 20 | 144 | 2E | 2E |
| Octal | 255 | 100 | 201 | 0 | 77 | 31 | 40 | 504 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10000001 | 0 | 111111 | 11001 | 100000 | 101000100 | 101110 | 101110 |
Color Harmonies of #AD4081
Complementary color
Monochromatic Colors of #AD4081
Black with #AD4081
Text Example
Text Example
White with #AD4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4081; }
p { color: rgb(173,64,129); }
H1.HeaderClassName
{
color: #AD4081;
}
.AnyTagClassName
{
color: #AD4081;
}
</style>
background-color css
<style>
a { background-color: #AD4081; }
a { background-color: rgb(173,64,129); }
div.DivClassName
{
background-color: #AD4081;
}
.BgClassName
{
background-color: #AD4081;
}
</style>
border-color css
<style>
span { border-color: #AD4081; }
span { border-color: rgb(173,64,129); }
td.TdClassName
{
border-color: #AD4081;
}
.TagClassName
{
border-color: #AD4081;
}
</style>