Shades of Medium Red Violet #AD4099
Tints of Medium Red Violet #AD4099
RGB
CMYK
RGB Variations
Color information
#AD4099 (or 0xAD4099) is known color: Medium Red Violet. HEX triplet: AD, 40 and 99. RGB value is (173,64,153). Sum of RGB (Red+Green+Blue) = 173+64+153=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4099 is #52BF66. Grayscale: #6A6A6A. Windows color (decimal): -5422951 or 10043565. OLE color: 10043565.
HSL color Cylindrical-coordinate representation of color #AD4099: hue angle of 311.01º 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 #AD4099 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 153 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.32 |
| HSL | 311.01º | 0.46% | 0.46% | - |
| HSV(B) | 311.01º | 0.63% | 0.68% | - |
| XYZ | 24.82 | 14.85 | 31.7 | - |
| YUV | 106.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 153 | 0 | 0.63 | 0.12 | 0.32 | 311.01 | 0.46 | 0.46 |
| Hex | AD | 40 | 99 | 0 | 3F | C | 20 | 137 | 2E | 2E |
| Octal | 255 | 100 | 231 | 0 | 77 | 14 | 40 | 467 | 56 | 56 |
| Binary | 10101101 | 1000000 | 10011001 | 0 | 111111 | 1100 | 100000 | 100110111 | 101110 | 101110 |
Color Harmonies of #AD4099
Complementary color
Monochromatic Colors of #AD4099
Black with #AD4099
Text Example
Text Example
White with #AD4099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4099; }
p { color: rgb(173,64,153); }
H1.HeaderClassName
{
color: #AD4099;
}
.AnyTagClassName
{
color: #AD4099;
}
</style>
background-color css
<style>
a { background-color: #AD4099; }
a { background-color: rgb(173,64,153); }
div.DivClassName
{
background-color: #AD4099;
}
.BgClassName
{
background-color: #AD4099;
}
</style>
border-color css
<style>
span { border-color: #AD4099; }
span { border-color: rgb(173,64,153); }
td.TdClassName
{
border-color: #AD4099;
}
.TagClassName
{
border-color: #AD4099;
}
</style>