Shades of Medium Red Violet #AD337B
Tints of Medium Red Violet #AD337B
RGB
CMYK
RGB Variations
Color information
#AD337B (or 0xAD337B) is known color: Medium Red Violet. HEX triplet: AD, 33 and 7B. RGB value is (173,51,123). Sum of RGB (Red+Green+Blue) = 173+51+123=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD337B is #52CC84. Grayscale: #5F5F5F. Windows color (decimal): -5426309 or 8074157. OLE color: 8074157.
HSL color Cylindrical-coordinate representation of color #AD337B: hue angle of 324.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD337B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 123 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.32 |
| HSL | 324.59º | 0.54% | 0.44% | - |
| HSV(B) | 324.59º | 0.71% | 0.68% | - |
| XYZ | 21.99 | 12.68 | 20.03 | - |
| YUV | 95.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 123 | 0 | 0.71 | 0.29 | 0.32 | 324.59 | 0.54 | 0.44 |
| Hex | AD | 33 | 7B | 0 | 47 | 1D | 20 | 145 | 36 | 2C |
| Octal | 255 | 63 | 173 | 0 | 107 | 35 | 40 | 505 | 66 | 54 |
| Binary | 10101101 | 110011 | 1111011 | 0 | 1000111 | 11101 | 100000 | 101000101 | 110110 | 101100 |
Color Harmonies of #AD337B
Complementary color
Monochromatic Colors of #AD337B
Black with #AD337B
Text Example
Text Example
White with #AD337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD337B; }
p { color: rgb(173,51,123); }
H1.HeaderClassName
{
color: #AD337B;
}
.AnyTagClassName
{
color: #AD337B;
}
</style>
background-color css
<style>
a { background-color: #AD337B; }
a { background-color: rgb(173,51,123); }
div.DivClassName
{
background-color: #AD337B;
}
.BgClassName
{
background-color: #AD337B;
}
</style>
border-color css
<style>
span { border-color: #AD337B; }
span { border-color: rgb(173,51,123); }
td.TdClassName
{
border-color: #AD337B;
}
.TagClassName
{
border-color: #AD337B;
}
</style>