Shades of Medium Red Violet #A6329E
Tints of Medium Red Violet #A6329E
RGB
CMYK
RGB Variations
Color information
#A6329E (or 0xA6329E) is known color: Medium Red Violet. HEX triplet: A6, 32 and 9E. RGB value is (166,50,158). Sum of RGB (Red+Green+Blue) = 166+50+158=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6329E is #59CD61. Grayscale: #606060. Windows color (decimal): -5885282 or 10367654. OLE color: 10367654.
HSL color Cylindrical-coordinate representation of color #A6329E: hue angle of 304.14º 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 #A6329E is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 158 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.35 |
| HSL | 304.14º | 0.54% | 0.42% | - |
| HSV(B) | 304.14º | 0.7% | 0.65% | - |
| XYZ | 23.04 | 12.86 | 33.62 | - |
| YUV | 97 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 158 | 0 | 0.70 | 0.05 | 0.35 | 304.14 | 0.54 | 0.42 |
| Hex | A6 | 32 | 9E | 0 | 46 | 5 | 23 | 130 | 36 | 2A |
| Octal | 246 | 62 | 236 | 0 | 106 | 5 | 43 | 460 | 66 | 52 |
| Binary | 10100110 | 110010 | 10011110 | 0 | 1000110 | 101 | 100011 | 100110000 | 110110 | 101010 |
Color Harmonies of #A6329E
Complementary color
Monochromatic Colors of #A6329E
Black with #A6329E
Text Example
Text Example
White with #A6329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6329E; }
p { color: rgb(166,50,158); }
H1.HeaderClassName
{
color: #A6329E;
}
.AnyTagClassName
{
color: #A6329E;
}
</style>
background-color css
<style>
a { background-color: #A6329E; }
a { background-color: rgb(166,50,158); }
div.DivClassName
{
background-color: #A6329E;
}
.BgClassName
{
background-color: #A6329E;
}
</style>
border-color css
<style>
span { border-color: #A6329E; }
span { border-color: rgb(166,50,158); }
td.TdClassName
{
border-color: #A6329E;
}
.TagClassName
{
border-color: #A6329E;
}
</style>