Shades of Medium Red Violet #AD4399
Tints of Medium Red Violet #AD4399
RGB
CMYK
RGB Variations
Color information
#AD4399 (or 0xAD4399) is known color: Medium Red Violet. HEX triplet: AD, 43 and 99. RGB value is (173,67,153). Sum of RGB (Red+Green+Blue) = 173+67+153=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4399 is #52BC66. Grayscale: #6C6C6C. Windows color (decimal): -5422183 or 10044333. OLE color: 10044333.
HSL color Cylindrical-coordinate representation of color #AD4399: hue angle of 311.32º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4399 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 153 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.32 |
| HSL | 311.32º | 0.44% | 0.47% | - |
| HSV(B) | 311.32º | 0.61% | 0.68% | - |
| XYZ | 24.99 | 15.2 | 31.75 | - |
| YUV | 108.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 153 | 0 | 0.61 | 0.12 | 0.32 | 311.32 | 0.44 | 0.47 |
| Hex | AD | 43 | 99 | 0 | 3D | C | 20 | 137 | 2C | 2F |
| Octal | 255 | 103 | 231 | 0 | 75 | 14 | 40 | 467 | 54 | 57 |
| Binary | 10101101 | 1000011 | 10011001 | 0 | 111101 | 1100 | 100000 | 100110111 | 101100 | 101111 |
Color Harmonies of #AD4399
Complementary color
Monochromatic Colors of #AD4399
Black with #AD4399
Text Example
Text Example
White with #AD4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4399; }
p { color: rgb(173,67,153); }
H1.HeaderClassName
{
color: #AD4399;
}
.AnyTagClassName
{
color: #AD4399;
}
</style>
background-color css
<style>
a { background-color: #AD4399; }
a { background-color: rgb(173,67,153); }
div.DivClassName
{
background-color: #AD4399;
}
.BgClassName
{
background-color: #AD4399;
}
</style>
border-color css
<style>
span { border-color: #AD4399; }
span { border-color: rgb(173,67,153); }
td.TdClassName
{
border-color: #AD4399;
}
.TagClassName
{
border-color: #AD4399;
}
</style>