Shades of Medium Red Violet #A6329D
Tints of Medium Red Violet #A6329D
RGB
CMYK
RGB Variations
Color information
#A6329D (or 0xA6329D) is known color: Medium Red Violet. HEX triplet: A6, 32 and 9D. RGB value is (166,50,157). Sum of RGB (Red+Green+Blue) = 166+50+157=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6329D is #59CD62. Grayscale: #606060. Windows color (decimal): -5885283 or 10302118. OLE color: 10302118.
HSL color Cylindrical-coordinate representation of color #A6329D: hue angle of 304.66º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6329D is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 157 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.35 |
| HSL | 304.66º | 0.54% | 0.42% | - |
| HSV(B) | 304.66º | 0.7% | 0.65% | - |
| XYZ | 22.95 | 12.82 | 33.16 | - |
| YUV | 96.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 157 | 0 | 0.70 | 0.05 | 0.35 | 304.66 | 0.54 | 0.42 |
| Hex | A6 | 32 | 9D | 0 | 46 | 5 | 23 | 131 | 36 | 2A |
| Octal | 246 | 62 | 235 | 0 | 106 | 5 | 43 | 461 | 66 | 52 |
| Binary | 10100110 | 110010 | 10011101 | 0 | 1000110 | 101 | 100011 | 100110001 | 110110 | 101010 |
Color Harmonies of #A6329D
Complementary color
Monochromatic Colors of #A6329D
Black with #A6329D
Text Example
Text Example
White with #A6329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6329D; }
p { color: rgb(166,50,157); }
H1.HeaderClassName
{
color: #A6329D;
}
.AnyTagClassName
{
color: #A6329D;
}
</style>
background-color css
<style>
a { background-color: #A6329D; }
a { background-color: rgb(166,50,157); }
div.DivClassName
{
background-color: #A6329D;
}
.BgClassName
{
background-color: #A6329D;
}
</style>
border-color css
<style>
span { border-color: #A6329D; }
span { border-color: rgb(166,50,157); }
td.TdClassName
{
border-color: #A6329D;
}
.TagClassName
{
border-color: #A6329D;
}
</style>