Shades of Medium Red Violet #A6329C
Tints of Medium Red Violet #A6329C
RGB
CMYK
RGB Variations
Color information
#A6329C (or 0xA6329C) is known color: Medium Red Violet. HEX triplet: A6, 32 and 9C. RGB value is (166,50,156). Sum of RGB (Red+Green+Blue) = 166+50+156=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6329C is #59CD63. Grayscale: #606060. Windows color (decimal): -5885284 or 10236582. OLE color: 10236582.
HSL color Cylindrical-coordinate representation of color #A6329C: hue angle of 305.17º 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 #A6329C is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 156 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.35 |
| HSL | 305.17º | 0.54% | 0.42% | - |
| HSV(B) | 305.17º | 0.7% | 0.65% | - |
| XYZ | 22.87 | 12.79 | 32.72 | - |
| YUV | 96.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 156 | 0 | 0.70 | 0.06 | 0.35 | 305.17 | 0.54 | 0.42 |
| Hex | A6 | 32 | 9C | 0 | 46 | 6 | 23 | 131 | 36 | 2A |
| Octal | 246 | 62 | 234 | 0 | 106 | 6 | 43 | 461 | 66 | 52 |
| Binary | 10100110 | 110010 | 10011100 | 0 | 1000110 | 110 | 100011 | 100110001 | 110110 | 101010 |
Color Harmonies of #A6329C
Complementary color
Monochromatic Colors of #A6329C
Black with #A6329C
Text Example
Text Example
White with #A6329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6329C; }
p { color: rgb(166,50,156); }
H1.HeaderClassName
{
color: #A6329C;
}
.AnyTagClassName
{
color: #A6329C;
}
</style>
background-color css
<style>
a { background-color: #A6329C; }
a { background-color: rgb(166,50,156); }
div.DivClassName
{
background-color: #A6329C;
}
.BgClassName
{
background-color: #A6329C;
}
</style>
border-color css
<style>
span { border-color: #A6329C; }
span { border-color: rgb(166,50,156); }
td.TdClassName
{
border-color: #A6329C;
}
.TagClassName
{
border-color: #A6329C;
}
</style>