Shades of Medium Red Violet #AD327E
Tints of Medium Red Violet #AD327E
RGB
CMYK
RGB Variations
Color information
#AD327E (or 0xAD327E) is known color: Medium Red Violet. HEX triplet: AD, 32 and 7E. RGB value is (173,50,126). Sum of RGB (Red+Green+Blue) = 173+50+126=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD327E is #52CD81. Grayscale: #5F5F5F. Windows color (decimal): -5426562 or 8270509. OLE color: 8270509.
HSL color Cylindrical-coordinate representation of color #AD327E: hue angle of 322.93º 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 #AD327E is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 50 | 126 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.32 |
| HSL | 322.93º | 0.55% | 0.44% | - |
| HSV(B) | 322.93º | 0.71% | 0.68% | - |
| XYZ | 22.14 | 12.67 | 21.02 | - |
| YUV | 95.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 126 | 0 | 0.71 | 0.27 | 0.32 | 322.93 | 0.55 | 0.44 |
| Hex | AD | 32 | 7E | 0 | 47 | 1B | 20 | 143 | 37 | 2C |
| Octal | 255 | 62 | 176 | 0 | 107 | 33 | 40 | 503 | 67 | 54 |
| Binary | 10101101 | 110010 | 1111110 | 0 | 1000111 | 11011 | 100000 | 101000011 | 110111 | 101100 |
Color Harmonies of #AD327E
Complementary color
Monochromatic Colors of #AD327E
Black with #AD327E
Text Example
Text Example
White with #AD327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD327E; }
p { color: rgb(173,50,126); }
H1.HeaderClassName
{
color: #AD327E;
}
.AnyTagClassName
{
color: #AD327E;
}
</style>
background-color css
<style>
a { background-color: #AD327E; }
a { background-color: rgb(173,50,126); }
div.DivClassName
{
background-color: #AD327E;
}
.BgClassName
{
background-color: #AD327E;
}
</style>
border-color css
<style>
span { border-color: #AD327E; }
span { border-color: rgb(173,50,126); }
td.TdClassName
{
border-color: #AD327E;
}
.TagClassName
{
border-color: #AD327E;
}
</style>