Shades of Medium Red Violet #AD327B
Tints of Medium Red Violet #AD327B
RGB
CMYK
RGB Variations
Color information
#AD327B (or 0xAD327B) is known color: Medium Red Violet. HEX triplet: AD, 32 and 7B. RGB value is (173,50,123). Sum of RGB (Red+Green+Blue) = 173+50+123=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD327B is #52CD84. Grayscale: #5E5E5E. Windows color (decimal): -5426565 or 8073901. OLE color: 8073901.
HSL color Cylindrical-coordinate representation of color #AD327B: hue angle of 324.39º degrees, saturation: 0.55, 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 #AD327B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 123 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.32 |
| HSL | 324.39º | 0.55% | 0.44% | - |
| HSV(B) | 324.39º | 0.71% | 0.68% | - |
| XYZ | 21.95 | 12.6 | 20.01 | - |
| YUV | 95.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 123 | 0 | 0.71 | 0.29 | 0.32 | 324.39 | 0.55 | 0.44 |
| Hex | AD | 32 | 7B | 0 | 47 | 1D | 20 | 144 | 37 | 2C |
| Octal | 255 | 62 | 173 | 0 | 107 | 35 | 40 | 504 | 67 | 54 |
| Binary | 10101101 | 110010 | 1111011 | 0 | 1000111 | 11101 | 100000 | 101000100 | 110111 | 101100 |
Color Harmonies of #AD327B
Complementary color
Monochromatic Colors of #AD327B
Black with #AD327B
Text Example
Text Example
White with #AD327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD327B; }
p { color: rgb(173,50,123); }
H1.HeaderClassName
{
color: #AD327B;
}
.AnyTagClassName
{
color: #AD327B;
}
</style>
background-color css
<style>
a { background-color: #AD327B; }
a { background-color: rgb(173,50,123); }
div.DivClassName
{
background-color: #AD327B;
}
.BgClassName
{
background-color: #AD327B;
}
</style>
border-color css
<style>
span { border-color: #AD327B; }
span { border-color: rgb(173,50,123); }
td.TdClassName
{
border-color: #AD327B;
}
.TagClassName
{
border-color: #AD327B;
}
</style>