Shades of Medium Red Violet #A6328C
Tints of Medium Red Violet #A6328C
RGB
CMYK
RGB Variations
Color information
#A6328C (or 0xA6328C) is known color: Medium Red Violet. HEX triplet: A6, 32 and 8C. RGB value is (166,50,140). Sum of RGB (Red+Green+Blue) = 166+50+140=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6328C is #59CD73. Grayscale: #5E5E5E. Windows color (decimal): -5885300 or 9188006. OLE color: 9188006.
HSL color Cylindrical-coordinate representation of color #A6328C: hue angle of 313.45º 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 #A6328C is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 140 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.35 |
| HSL | 313.45º | 0.54% | 0.42% | - |
| HSV(B) | 313.45º | 0.7% | 0.65% | - |
| XYZ | 21.6 | 12.28 | 26.04 | - |
| YUV | 94.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 140 | 0 | 0.70 | 0.16 | 0.35 | 313.45 | 0.54 | 0.42 |
| Hex | A6 | 32 | 8C | 0 | 46 | 10 | 23 | 139 | 36 | 2A |
| Octal | 246 | 62 | 214 | 0 | 106 | 20 | 43 | 471 | 66 | 52 |
| Binary | 10100110 | 110010 | 10001100 | 0 | 1000110 | 10000 | 100011 | 100111001 | 110110 | 101010 |
Color Harmonies of #A6328C
Complementary color
Monochromatic Colors of #A6328C
Black with #A6328C
Text Example
Text Example
White with #A6328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6328C; }
p { color: rgb(166,50,140); }
H1.HeaderClassName
{
color: #A6328C;
}
.AnyTagClassName
{
color: #A6328C;
}
</style>
background-color css
<style>
a { background-color: #A6328C; }
a { background-color: rgb(166,50,140); }
div.DivClassName
{
background-color: #A6328C;
}
.BgClassName
{
background-color: #A6328C;
}
</style>
border-color css
<style>
span { border-color: #A6328C; }
span { border-color: rgb(166,50,140); }
td.TdClassName
{
border-color: #A6328C;
}
.TagClassName
{
border-color: #A6328C;
}
</style>